添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
-- 地图配置
scene_config = {
begin_pos = { x = -499.0, z = -3678.0 },
size = { x = 6661.0, z = 6585.0 },
born_pos = { x = 2603.529, y = 581.103, z = -1770.417 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
born_point_list = {
{ pos = { x = 2602.278, y = 581.100, z = -1772.213 }, rot = { x = 0.000, y = 90.580, z = 0.000 } },
{ pos = { x = 2604.139, y = 581.102, z = -1768.494 }, rot = { x = 0.000, y = 90.580, z = 0.000 } },
{ pos = { x = 2600.219, y = 581.114, z = -1773.887 }, rot = { x = 0.000, y = 90.580, z = 0.000 } },
{ pos = { x = 2603.635, y = 581.216, z = -1776.125 }, rot = { x = 0.000, y = 90.580, z = 0.000 } }
},
die_y = 511.43,
city_id = 1,
vision_anchor = { x = -1000.0, z = -4000.0 }
}
-- 所有的区块
blocks = { 35847 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -499.0, z = -3678.0 }, max = { x = 6162.0, z = 2907.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,4 @@
{
"sceneId": 35847,
"routes": []
}

View File

@@ -0,0 +1,4 @@
-- 所有的group
groups = {
{ id = 235847019, refresh_id = 1002, pos = { x = 2639.054, y = 584.072, z = -1773.413 } }
}

View File

@@ -0,0 +1,574 @@
-- 基础信息
local base_info = {
group_id = 235847019
}
-- DEFS_MISCS
local defs = {
challenge_id = 2010046,
--起始操作台
starter = 19031,
--起始操作台选项
option_id = 24,
--波次之间延时 秒
delay = 3,
--挑战总时限 秒
time_limit = 300,
--怪物潮信息
--monsters填入怪物configID
--当场上本列表的怪数量小于min时触发补怪补至max。max勿超过mosnters数量
--spec_event:随着本怪物潮的出现而发生的关卡事件。为LD约定好的枚举。
tide_cfg = {
[1] = { monsters = {19012,19018,19019,19026}, min = 4, max = 4},
[2] = { monsters = {19027,19028,19029,19030}, min = 4, max = 4},
[3] = { monsters = {19001,19005,19016,19020,19021,19022}, min = 6, max = 6},
[4] = { monsters = {19002,19006,19010,19017,19023,19024}, min = 6, max = 6},
[5] = { monsters = {19008}, min = 1, max = 1},
[6] = { monsters = {19004}, min = 1, max = 1},
[7] = { monsters = {19003,19009,19011,19025}, min = 4, max = 4},
[8] = { monsters = {19007,19013,19014,19015}, min = 4, max = 4},
},
--怪物潮随机表
--随机固定顺序怪物潮组合 每次进地城随机取key。
--key对应value代表依序出现的MonsterTide小花括号内配置复数个表示同时刷出。
rand_table = {
[1] =
{
{1},
{3},
{7},
{5}
},
[2] =
{
{2},
{4},
{8},
{6}
},
},
--谁的地城 1-万叶 2-辛焱 3-菲谢尔 4-莫娜
type =2 ,
--莫娜、辛焱需配这里-随机suite池
rand_suites = {9,10},
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
[19001] = { config_id = 19001, monster_id = 20011501, pos = { x = 2632.469, y = 583.996, z = -1763.876 }, rot = { x = 0.000, y = 131.871, z = 0.000 }, level = 1, drop_id = 1000100 },
[19002] = { config_id = 19002, monster_id = 20011502, pos = { x = 2633.261, y = 584.011, z = -1768.335 }, rot = { x = 0.000, y = 135.856, z = 0.000 }, level = 1, drop_id = 1000100 },
[19003] = { config_id = 19003, monster_id = 24010101, pos = { x = 2647.518, y = 583.984, z = -1772.160 }, rot = { x = 0.000, y = 256.816, z = 0.000 }, level = 1, drop_id = 1000100, pose_id = 100 },
[19004] = { config_id = 19004, monster_id = 21020501, pos = { x = 2633.990, y = 584.003, z = -1774.804 }, rot = { x = 0.000, y = 86.822, z = 0.000 }, level = 1, drop_id = 1000100 },
[19005] = { config_id = 19005, monster_id = 20011501, pos = { x = 2632.641, y = 583.996, z = -1779.515 }, rot = { x = 0.000, y = 52.336, z = 0.000 }, level = 1, drop_id = 1000100 },
[19006] = { config_id = 19006, monster_id = 21011201, pos = { x = 2633.399, y = 583.996, z = -1779.548 }, rot = { x = 0.000, y = 41.818, z = 0.000 }, level = 1, drop_id = 1000100 },
[19007] = { config_id = 19007, monster_id = 21010502, pos = { x = 2646.279, y = 583.983, z = -1769.937 }, rot = { x = 0.000, y = 289.159, z = 0.000 }, level = 1, drop_id = 1000100 },
[19008] = { config_id = 19008, monster_id = 21020501, pos = { x = 2647.191, y = 584.123, z = -1769.256 }, rot = { x = 0.000, y = 269.470, z = 0.000 }, level = 1, drop_id = 1000100 },
[19009] = { config_id = 19009, monster_id = 24010101, pos = { x = 2630.492, y = 583.996, z = -1772.084 }, rot = { x = 0.000, y = 86.063, z = 0.000 }, level = 1, drop_id = 1000100, pose_id = 100 },
[19010] = { config_id = 19010, monster_id = 23010401, pos = { x = 2646.297, y = 583.996, z = -1767.921 }, rot = { x = 0.000, y = 238.391, z = 0.000 }, level = 1, drop_id = 1000100 },
[19011] = { config_id = 19011, monster_id = 21010502, pos = { x = 2639.582, y = 583.984, z = -1765.423 }, rot = { x = 0.000, y = 192.988, z = 0.000 }, level = 1, drop_id = 1000100 },
[19012] = { config_id = 19012, monster_id = 20011304, pos = { x = 2635.347, y = 584.066, z = -1777.106 }, rot = { x = 0.000, y = 39.746, z = 0.000 }, level = 1 },
[19013] = { config_id = 19013, monster_id = 21010502, pos = { x = 2634.763, y = 583.979, z = -1774.328 }, rot = { x = 0.000, y = 77.752, z = 0.000 }, level = 1, drop_id = 1000100 },
[19014] = { config_id = 19014, monster_id = 24010101, pos = { x = 2639.340, y = 583.983, z = -1778.884 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_id = 1000100, pose_id = 100 },
[19015] = { config_id = 19015, monster_id = 24010101, pos = { x = 2639.185, y = 583.976, z = -1765.076 }, rot = { x = 0.000, y = 173.330, z = 0.000 }, level = 1, drop_id = 1000100, pose_id = 100 },
[19016] = { config_id = 19016, monster_id = 21030401, pos = { x = 2644.526, y = 584.003, z = -1768.109 }, rot = { x = 0.000, y = 275.005, z = 0.000 }, level = 1 },
[19017] = { config_id = 19017, monster_id = 23010401, pos = { x = 2647.258, y = 584.003, z = -1777.814 }, rot = { x = 0.000, y = 306.229, z = 0.000 }, level = 1, drop_id = 1000100 },
[19018] = { config_id = 19018, monster_id = 21010502, pos = { x = 2643.247, y = 583.984, z = -1777.489 }, rot = { x = 0.000, y = 339.225, z = 0.000 }, level = 1 },
[19019] = { config_id = 19019, monster_id = 20011304, pos = { x = 2643.664, y = 584.126, z = -1768.760 }, rot = { x = 0.000, y = 220.109, z = 0.000 }, level = 1 },
[19020] = { config_id = 19020, monster_id = 20011401, pos = { x = 2643.415, y = 584.003, z = -1778.779 }, rot = { x = 0.000, y = 304.166, z = 0.000 }, level = 1 },
[19021] = { config_id = 19021, monster_id = 23010401, pos = { x = 2640.712, y = 584.003, z = -1772.405 }, rot = { x = 0.000, y = 275.005, z = 0.000 }, level = 1 },
[19022] = { config_id = 19022, monster_id = 20011401, pos = { x = 2645.112, y = 584.003, z = -1775.636 }, rot = { x = 0.000, y = 298.230, z = 0.000 }, level = 1 },
[19023] = { config_id = 19023, monster_id = 21030401, pos = { x = 2644.775, y = 584.003, z = -1772.879 }, rot = { x = 0.000, y = 279.230, z = 0.000 }, level = 1, drop_id = 1000100 },
[19024] = { config_id = 19024, monster_id = 21030401, pos = { x = 2635.616, y = 584.003, z = -1773.524 }, rot = { x = 0.000, y = 80.721, z = 0.000 }, level = 1, drop_id = 1000100 },
[19025] = { config_id = 19025, monster_id = 21010502, pos = { x = 2639.209, y = 583.984, z = -1779.962 }, rot = { x = 0.000, y = 355.074, z = 0.000 }, level = 1, drop_id = 1000100 },
[19026] = { config_id = 19026, monster_id = 21010502, pos = { x = 2635.548, y = 584.122, z = -1769.169 }, rot = { x = 0.000, y = 139.840, z = 0.000 }, level = 1 },
[19027] = { config_id = 19027, monster_id = 20011304, pos = { x = 2643.706, y = 584.066, z = -1776.944 }, rot = { x = 0.000, y = 305.691, z = 0.000 }, level = 1 },
[19028] = { config_id = 19028, monster_id = 21010502, pos = { x = 2643.530, y = 583.984, z = -1769.037 }, rot = { x = 0.000, y = 245.171, z = 0.000 }, level = 1 },
[19029] = { config_id = 19029, monster_id = 20011304, pos = { x = 2634.793, y = 584.126, z = -1769.238 }, rot = { x = 0.000, y = 126.054, z = 0.000 }, level = 1 },
[19030] = { config_id = 19030, monster_id = 21010502, pos = { x = 2635.776, y = 584.122, z = -1777.304 }, rot = { x = 0.000, y = 45.786, z = 0.000 }, level = 1 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
[19031] = { config_id = 19031, gadget_id = 70360010, pos = { x = 2632.703, y = 583.836, z = -1772.309 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, worktop_config = { init_options = { 24 } } },
[19032] = { config_id = 19032, gadget_id = 70950011, pos = { x = 2623.173, y = 584.222, z = -1747.755 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19033] = { config_id = 19033, gadget_id = 70950011, pos = { x = 2653.649, y = 584.222, z = -1747.755 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19034] = { config_id = 19034, gadget_id = 70950011, pos = { x = 2654.571, y = 584.222, z = -1797.052 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19035] = { config_id = 19035, gadget_id = 70950011, pos = { x = 2624.812, y = 584.222, z = -1797.052 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19036] = { config_id = 19036, gadget_id = 70950011, pos = { x = 2617.933, y = 584.222, z = -1769.100 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19037] = { config_id = 19037, gadget_id = 70950011, pos = { x = 2617.933, y = 584.222, z = -1795.078 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19038] = { config_id = 19038, gadget_id = 70950011, pos = { x = 2617.933, y = 584.222, z = -1753.735 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19039] = { config_id = 19039, gadget_id = 70950011, pos = { x = 2661.503, y = 584.222, z = -1775.208 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19040] = { config_id = 19040, gadget_id = 70950011, pos = { x = 2661.503, y = 584.222, z = -1794.036 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19041] = { config_id = 19041, gadget_id = 70950011, pos = { x = 2661.503, y = 584.222, z = -1754.394 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19042] = { config_id = 19042, gadget_id = 70310321, pos = { x = 2656.327, y = 583.878, z = -1767.656 }, rot = { x = 0.000, y = 269.758, z = 0.000 }, level = 1 },
[19043] = { config_id = 19043, gadget_id = 70220111, pos = { x = 2656.256, y = 584.006, z = -1771.593 }, rot = { x = 0.000, y = 267.204, z = 0.000 }, level = 1, interact_id = 64, is_guest_can_operate = true },
[19045] = { config_id = 19045, gadget_id = 70310321, pos = { x = 2656.859, y = 583.878, z = -1775.733 }, rot = { x = 0.000, y = 274.019, z = 0.000 }, level = 1 },
[19046] = { config_id = 19046, gadget_id = 70220112, pos = { x = 2639.962, y = 584.072, z = -1772.484 }, rot = { x = 0.000, y = 269.067, z = 0.000 }, level = 1, interact_id = 64, is_guest_can_operate = true },
[19047] = { config_id = 19047, gadget_id = 70310322, pos = { x = 2636.625, y = 583.925, z = -1766.873 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19048] = { config_id = 19048, gadget_id = 70310322, pos = { x = 2636.569, y = 583.925, z = -1777.913 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19049] = { config_id = 19049, gadget_id = 70310321, pos = { x = 2624.873, y = 583.788, z = -1785.320 }, rot = { x = 2.250, y = 50.982, z = 359.793 }, level = 1 },
[19050] = { config_id = 19050, gadget_id = 70220111, pos = { x = 2622.959, y = 583.984, z = -1781.995 }, rot = { x = 0.000, y = 82.383, z = 0.000 }, level = 1, interact_id = 64, is_guest_can_operate = true },
[19051] = { config_id = 19051, gadget_id = 70220111, pos = { x = 2622.653, y = 583.953, z = -1764.240 }, rot = { x = 359.639, y = 92.925, z = 1.764 }, level = 1, interact_id = 64, is_guest_can_operate = true },
[19052] = { config_id = 19052, gadget_id = 70310321, pos = { x = 2624.077, y = 583.859, z = -1760.902 }, rot = { x = 4.368, y = 124.287, z = 0.990 }, level = 1 },
[19053] = { config_id = 19053, gadget_id = 70220112, pos = { x = 2642.569, y = 584.072, z = -1772.447 }, rot = { x = 0.000, y = 269.067, z = 0.000 }, level = 1, interact_id = 64, is_guest_can_operate = true },
[19054] = { config_id = 19054, gadget_id = 70310322, pos = { x = 2638.536, y = 583.925, z = -1767.047 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19055] = { config_id = 19055, gadget_id = 70310322, pos = { x = 2638.573, y = 583.925, z = -1777.627 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19056] = { config_id = 19056, gadget_id = 70220118, pos = { x = 2636.625, y = 584.110, z = -1766.873 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19057] = { config_id = 19057, gadget_id = 70220118, pos = { x = 2636.569, y = 584.116, z = -1777.913 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19058] = { config_id = 19058, gadget_id = 70220118, pos = { x = 2638.536, y = 584.025, z = -1767.047 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19059] = { config_id = 19059, gadget_id = 70220118, pos = { x = 2638.573, y = 584.069, z = -1777.627 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19060] = { config_id = 19060, gadget_id = 70310322, pos = { x = 2645.347, y = 583.925, z = -1772.433 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19061] = { config_id = 19061, gadget_id = 70220118, pos = { x = 2645.347, y = 584.089, z = -1772.433 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, is_guest_can_operate = true },
[19071] = { config_id = 19071, gadget_id = 70950011, pos = { x = 2639.071, y = 584.222, z = -1747.755 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19072] = { config_id = 19072, gadget_id = 70950011, pos = { x = 2640.022, y = 584.222, z = -1797.052 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
[19073] = { config_id = 19073, gadget_id = 70950011, pos = { x = 2617.933, y = 584.222, z = -1777.416 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
[19074] = { config_id = 19074, gadget_id = 70950011, pos = { x = 2661.503, y = 584.222, z = -1765.118 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
{ config_id = 1019062, name = "SELECT_OPTION_19062", event = EventType.EVENT_SELECT_OPTION, source = "", condition = "condition_EVENT_SELECT_OPTION_19062", action = "action_EVENT_SELECT_OPTION_19062" },
{ config_id = 1019063, name = "GADGET_STATE_CHANGE_19063", event = EventType.EVENT_GADGET_STATE_CHANGE, source = "", condition = "condition_EVENT_GADGET_STATE_CHANGE_19063", action = "action_EVENT_GADGET_STATE_CHANGE_19063", trigger_count = 0 },
{ config_id = 1019064, name = "GADGET_STATE_CHANGE_19064", event = EventType.EVENT_GADGET_STATE_CHANGE, source = "", condition = "condition_EVENT_GADGET_STATE_CHANGE_19064", action = "action_EVENT_GADGET_STATE_CHANGE_19064", trigger_count = 0 },
-- 37激活-创时间轴-WindTimeA
{ config_id = 1019065, name = "GADGET_STATE_CHANGE_19065", event = EventType.EVENT_GADGET_STATE_CHANGE, source = "", condition = "condition_EVENT_GADGET_STATE_CHANGE_19065", action = "action_EVENT_GADGET_STATE_CHANGE_19065", trigger_count = 0 },
{ config_id = 1019066, name = "CHALLENGE_SUCCESS_19066", event = EventType.EVENT_CHALLENGE_SUCCESS, source = "2010046", condition = "", action = "action_EVENT_CHALLENGE_SUCCESS_19066", trigger_count = 0 },
{ config_id = 1019067, name = "TIME_AXIS_PASS_19067", event = EventType.EVENT_TIME_AXIS_PASS, source = "", condition = "condition_EVENT_TIME_AXIS_PASS_19067", action = "action_EVENT_TIME_AXIS_PASS_19067", trigger_count = 0 },
{ config_id = 1019068, name = "CHALLENGE_FAIL_19068", event = EventType.EVENT_CHALLENGE_FAIL, source = "2010046", condition = "", action = "action_EVENT_CHALLENGE_FAIL_19068", trigger_count = 0 },
-- 45激活-创时间轴-WindTimeB
{ config_id = 1019069, name = "GADGET_STATE_CHANGE_19069", event = EventType.EVENT_GADGET_STATE_CHANGE, source = "", condition = "condition_EVENT_GADGET_STATE_CHANGE_19069", action = "action_EVENT_GADGET_STATE_CHANGE_19069", trigger_count = 0 },
{ config_id = 1019070, name = "TIME_AXIS_PASS_19070", event = EventType.EVENT_TIME_AXIS_PASS, source = "", condition = "condition_EVENT_TIME_AXIS_PASS_19070", action = "action_EVENT_TIME_AXIS_PASS_19070", trigger_count = 0 }
}
-- 变量
variables = {
}
-- 废弃数据
garbages = {
gadgets = {
{ config_id = 19044, gadget_id = 70220111, pos = { x = 2638.100, y = 584.020, z = -1800.013 }, rot = { x = 0.000, y = 359.184, z = 0.000 }, level = 1, interact_id = 64, is_guest_can_operate = true }
}
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 19031 },
regions = { },
triggers = { "SELECT_OPTION_19062", "CHALLENGE_SUCCESS_19066", "CHALLENGE_FAIL_19068" },
rand_weight = 100
},
{
-- suite_id = 2,
-- description = ,
monsters = { },
gadgets = { 19032, 19033, 19034, 19035, 19036, 19037, 19038, 19039, 19040, 19041, 19071, 19072, 19073, 19074 },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 3,
-- description = ,
monsters = { 19012, 19018, 19019, 19026 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 4,
-- description = ,
monsters = { 19027, 19028, 19029, 19030 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 5,
-- description = ,
monsters = { 19001, 19005, 19016, 19020, 19021, 19022 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 6,
-- description = ,
monsters = { 19002, 19006, 19010, 19017, 19023, 19024 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 7,
-- description = ,
monsters = { 19008 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 8,
-- description = ,
monsters = { 19004 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 9,
-- description = ,
monsters = { },
gadgets = { 19042, 19043, 19045, 19046, 19047, 19048, 19060 },
regions = { },
triggers = { "GADGET_STATE_CHANGE_19063", "GADGET_STATE_CHANGE_19065", "TIME_AXIS_PASS_19067" },
rand_weight = 100
},
{
-- suite_id = 10,
-- description = ,
monsters = { },
gadgets = { 19049, 19050, 19051, 19052, 19053, 19054, 19055 },
regions = { },
triggers = { "GADGET_STATE_CHANGE_19064", "GADGET_STATE_CHANGE_19069", "TIME_AXIS_PASS_19070" },
rand_weight = 100
},
{
-- suite_id = 11,
-- description = ,
monsters = { },
gadgets = { 19056, 19057, 19061 },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 12,
-- description = ,
monsters = { },
gadgets = { 19058, 19059 },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 13,
-- description = ,
monsters = { 19003, 19009, 19011, 19025 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 14,
-- description = ,
monsters = { 19007, 19013, 19014, 19015 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 15,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 16,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 17,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
-- 触发条件
function condition_EVENT_SELECT_OPTION_19062(context, evt)
-- 判断是gadgetid 19031 option_id 24
if 19031 ~= evt.param1 then
return false
end
if 24 ~= evt.param2 then
return false
end
return true
end
-- 触发操作
function action_EVENT_SELECT_OPTION_19062(context, evt)
-- 添加suite2的新内容
ScriptLib.AddExtraGroupSuite(context, 235847019, 2)
-- 将configid为 19031 的物件更改为状态 GadgetState.GearStop
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19031, GadgetState.GearStop) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 删除指定group 235847019 指定config19031物件身上指定option24
if 0 ~= ScriptLib.DelWorktopOptionByGroupId(context, 235847019, 19031, 24) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : del_work_options_by_group_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_GADGET_STATE_CHANGE_19063(context, evt)
if 19046 ~= evt.param2 or GadgetState.GearStart ~= evt.param1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_GADGET_STATE_CHANGE_19063(context, evt)
-- 将configid为 19047 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19047, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 将configid为 19048 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19048, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 将configid为 19060 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19060, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_GADGET_STATE_CHANGE_19064(context, evt)
if 19053 ~= evt.param2 or GadgetState.GearStart ~= evt.param1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_GADGET_STATE_CHANGE_19064(context, evt)
-- 将configid为 19054 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19054, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 将configid为 19055 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19055, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_GADGET_STATE_CHANGE_19065(context, evt)
if GadgetState.GearStart ~= ScriptLib.GetGadgetStateByConfigId(context, 235847019, 19047) then
return false
end
return true
end
-- 触发操作
function action_EVENT_GADGET_STATE_CHANGE_19065(context, evt)
-- 创建标识为"WindTimeA",时间节点为{14}的时间轴false用于控制该时间轴是否循环
ScriptLib.InitTimeAxis(context, "WindTimeA", {14}, false)
-- 添加suite11的新内容
ScriptLib.AddExtraGroupSuite(context, 235847019, 11)
return 0
end
-- 触发操作
function action_EVENT_CHALLENGE_SUCCESS_19066(context, evt)
-- 杀死指定group内的gadget和monster,移除其它东西
ScriptLib.KillExtraGroupSuite(context, 235847019, 11)
-- 杀死指定group内的gadget和monster,移除其它东西
ScriptLib.KillExtraGroupSuite(context, 235847019, 12)
return 0
end
-- 触发条件
function condition_EVENT_TIME_AXIS_PASS_19067(context, evt)
if "WindTimeA" ~= evt.source_name or 1 ~= evt.param1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_TIME_AXIS_PASS_19067(context, evt)
-- 杀死指定group内的gadget和monster,移除其它东西
ScriptLib.KillExtraGroupSuite(context, 235847019, 11)
-- 将configid为 19047 的物件更改为状态 GadgetState.Default
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19047, GadgetState.Default) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 将configid为 19048 的物件更改为状态 GadgetState.Default
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19048, GadgetState.Default) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 将configid为 19060 的物件更改为状态 GadgetState.Default
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19060, GadgetState.Default) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发操作
function action_EVENT_CHALLENGE_FAIL_19068(context, evt)
-- 杀死指定group内的gadget和monster,移除其它东西
ScriptLib.KillExtraGroupSuite(context, 235847019, 11)
-- 杀死指定group内的gadget和monster,移除其它东西
ScriptLib.KillExtraGroupSuite(context, 235847019, 12)
return 0
end
-- 触发条件
function condition_EVENT_GADGET_STATE_CHANGE_19069(context, evt)
if GadgetState.GearStart ~= ScriptLib.GetGadgetStateByConfigId(context, 235847019, 19054) then
return false
end
return true
end
-- 触发操作
function action_EVENT_GADGET_STATE_CHANGE_19069(context, evt)
-- 创建标识为"WindTimeB",时间节点为{14}的时间轴false用于控制该时间轴是否循环
ScriptLib.InitTimeAxis(context, "WindTimeB", {14}, false)
-- 添加suite12的新内容
ScriptLib.AddExtraGroupSuite(context, 235847019, 12)
return 0
end
-- 触发条件
function condition_EVENT_TIME_AXIS_PASS_19070(context, evt)
if "WindTimeB" ~= evt.source_name or 1 ~= evt.param1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_TIME_AXIS_PASS_19070(context, evt)
-- 将configid为 19054 的物件更改为状态 GadgetState.Default
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19054, GadgetState.Default) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 将configid为 19055 的物件更改为状态 GadgetState.Default
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 19055, GadgetState.Default) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
-- 杀死指定group内的gadget和monster,移除其它东西
ScriptLib.KillExtraGroupSuite(context, 235847019, 12)
return 0
end
require "V2_8/DLActivityDungeon"

View File

@@ -0,0 +1,411 @@
{
"areas": {},
"doors": {},
"entities": {
"1": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 1400.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": {
"floatParam": 0.0,
"stringParam": "",
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"pointType": "Other",
"pos": {
"x": 2223.542,
"y": 453.9857,
"z": 37.17325
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeRect",
"centerType": "BottomCenter",
"height": 100.0,
"heightType": "Center",
"length": 1200.0,
"useHeight": true,
"width": 1200.0
},
"stringParam": "",
"tranPos": {
"x": 2273.99,
"y": 509.6595,
"z": 451.971741
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "DeadRegion",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
},
"2": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 1400.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": {
"floatParam": 0.0,
"stringParam": "",
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"pointType": "Other",
"pos": {
"x": 2092.865,
"y": 406.9739,
"z": 422.722
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeCube",
"height": 500.0,
"heightType": "Center",
"length": 1200.0,
"useHeight": true,
"width": 1200.0
},
"stringParam": "",
"tranPos": {
"x": 2055.78076,
"y": 522.452454,
"z": 422.721954
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "NoReviveRegion",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
},
"3": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 800.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": {
"floatParam": 0.0,
"stringParam": "",
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"pointType": "Other",
"pos": {
"x": 2387.525,
"y": 536.2385,
"z": 341.8601
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeRect",
"centerType": "BottomCenter",
"height": 300.0,
"heightType": "Center",
"length": 700.0,
"useHeight": true,
"width": 120.0
},
"stringParam": "",
"tranPos": {
"x": 2358.20532,
"y": 536.238464,
"z": 561.81604
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "None",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
},
"4": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 800.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": {
"floatParam": 0.0,
"stringParam": "",
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"pointType": "Other",
"pos": {
"x": 2037.55,
"y": 536.2385,
"z": 318.8351
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeRect",
"centerType": "BottomCenter",
"height": 300.0,
"heightType": "Center",
"length": 700.0,
"useHeight": true,
"width": 120.0
},
"stringParam": "",
"tranPos": {
"x": 2358.20532,
"y": 536.238464,
"z": 561.81604
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "None",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
},
"5": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 800.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": {
"floatParam": 0.0,
"stringParam": "",
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"pointType": "Other",
"pos": {
"x": 2263.619,
"y": 536.2385,
"z": 775.1323
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeRect",
"centerType": "BottomCenter",
"height": 300.0,
"heightType": "Center",
"length": 200.0,
"useHeight": true,
"width": 600.0
},
"stringParam": "",
"tranPos": {
"x": 2358.20532,
"y": 536.238464,
"z": 561.81604
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "None",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
},
"6": {
"$type": "ConfigLocalTrigger",
"alias": "",
"areaId": 0,
"checkCount": 0,
"checkDist": 800.0,
"floatParam": 0.0,
"gadgetId": 70010006,
"groupLimit": false,
"isModelHidden": false,
"meta": {
"floatParam": 0.0,
"stringParam": "",
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"pointType": "Other",
"pos": {
"x": 2263.619,
"y": 536.2385,
"z": 152.9917
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"shape": {
"$type": "ConfigShapeRect",
"centerType": "BottomCenter",
"height": 300.0,
"heightType": "Center",
"length": 200.0,
"useHeight": true,
"width": 600.0
},
"stringParam": "",
"tranPos": {
"x": 2358.20532,
"y": 536.238464,
"z": 561.81604
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"triggerFlag": "None",
"triggerInterval": 0.1,
"type": "NORMAL",
"unlocked": true,
"vectorParam": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"withGO": false
}
},
"forces": {},
"points": {
"1": {
"$type": "DungeonQuitPoint",
"alias": "",
"areaId": 0,
"gadgetId": 70120004,
"groupLimit": false,
"isModelHidden": false,
"pointType": "DungeonQuitPoint",
"pos": {
"x": 2497.784,
"y": 571.2468,
"z": -1393.729
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"size": {
"x": 2.0,
"y": 2.0,
"z": 2.0
},
"tranPos": {
"x": -9.340493,
"y": 139.97847,
"z": 601.1798
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"type": "NORMAL",
"unlocked": false
}
},
"transRadius": 0.0
}

View File

@@ -0,0 +1,293 @@
[
{
"pointArrayId": 1,
"platformPointList": [
{
"pointId": 1,
"position": {
"x": 2178.683,
"y": 545.5289,
"z": 508.6781
},
"rotation": {
"x": 355.5036,
"y": 345.1095,
"z": 22.0258
},
"velocity": 0.0,
"time": 2.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 2,
"position": {
"x": 2176.00122,
"y": 550.434448,
"z": 513.5422
},
"rotation": {
"x": 337.647217,
"y": 46.6177025,
"z": 344.7391
},
"velocity": 0.0,
"time": 3.0,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 3,
"position": {
"x": 2170.815,
"y": 552.5865,
"z": 517.4299
},
"rotation": {
"x": 356.7984,
"y": 94.616,
"z": 333.3346
},
"velocity": 0.0,
"time": 3.0,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
}
]
},
{
"pointArrayId": 2,
"platformPointList": [
{
"pointId": 1,
"position": {
"x": 2161.925,
"y": 551.9348,
"z": 518.2753
},
"rotation": {
"x": 356.7984,
"y": 94.616,
"z": 333.3346
},
"velocity": 0.0,
"time": 2.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 2,
"position": {
"x": 2157.121,
"y": 550.4673,
"z": 517.8213
},
"rotation": {
"x": 15.156023,
"y": 62.39855,
"z": 338.085022
},
"velocity": 0.0,
"time": 3.0,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 3,
"position": {
"x": 2152.712,
"y": 546.8644,
"z": 515.6813
},
"rotation": {
"x": 26.3064041,
"y": 57.3967,
"z": 336.305084
},
"velocity": 0.0,
"time": 3.0,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
}
]
},
{
"pointArrayId": 3,
"platformPointList": [
{
"pointId": 1,
"position": {
"x": 5078.24854,
"y": 519.8564,
"z": -1618.09558
},
"rotation": {
"x": 8.2137,
"y": 71.7198,
"z": 355.1836
},
"velocity": 0.0,
"time": 1.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 2,
"position": {
"x": 5075.34375,
"y": 520.2979,
"z": -1619.05493
},
"rotation": {
"x": 8.2137,
"y": 71.7198,
"z": 355.1836
},
"velocity": 0.0,
"time": 1.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 3,
"position": {
"x": 5072.52148,
"y": 520.7269,
"z": -1619.98718
},
"rotation": {
"x": 8.213731,
"y": 71.71983,
"z": 355.183563
},
"velocity": 0.0,
"time": 1.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 4,
"position": {
"x": 5069.695,
"y": 521.1565,
"z": -1620.92053
},
"rotation": {
"x": 8.2137,
"y": 71.7198,
"z": 355.1836
},
"velocity": 0.0,
"time": 1.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 5,
"position": {
"x": 5066.87842,
"y": 521.584839,
"z": -1621.85132
},
"rotation": {
"x": 8.213731,
"y": 71.71983,
"z": 355.183563
},
"velocity": 0.0,
"time": 1.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
},
{
"pointId": 6,
"position": {
"x": 5064.22949,
"y": 521.987366,
"z": -1622.72583
},
"rotation": {
"x": 8.2137,
"y": 71.7198,
"z": 355.1836
},
"velocity": 0.0,
"time": 1.5,
"isReachEvent": true,
"rotAxis": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"rotSpeed": 0.0,
"arriveRange": 2.0
}
]
}
]

View File

@@ -0,0 +1,290 @@
[
{
"area_id": 10072,
"isAccurateBorder": true,
"points": [
{
"x": 194.658173,
"y": 624.5215
},
{
"x": 173.496262,
"y": 730.4192
},
{
"x": 91.29217,
"y": 776.413452
},
{
"x": -99.6460342,
"y": 803.387146
},
{
"x": -225.49028,
"y": 645.373535
},
{
"x": -223.431412,
"y": 490.5331
},
{
"x": -116.019226,
"y": 382.028473
},
{
"x": 196.569489,
"y": 483.819672
}
]
},
{
"area_id": 10076,
"isAccurateBorder": true,
"points": [
{
"x": 162.288788,
"y": 2134.69922
},
{
"x": 172.229828,
"y": 2056.40771
},
{
"x": 195.357727,
"y": 1989.80664
},
{
"x": 208.619034,
"y": 1930.20276
},
{
"x": 415.1195,
"y": 1770.6449
},
{
"x": 574.8388,
"y": 1843.333
},
{
"x": 574.8816,
"y": 1944.13672
},
{
"x": 540.0632,
"y": 2102.45923
},
{
"x": 555.6129,
"y": 2211.651
},
{
"x": 516.351563,
"y": 2371.40259
},
{
"x": 341.271,
"y": 2313.57178
},
{
"x": 230.080521,
"y": 2234.47437
}
]
},
{
"area_id": 10073,
"isAccurateBorder": true,
"points": [
{
"x": 194.658173,
"y": 624.5215
},
{
"x": 173.496262,
"y": 730.4192
},
{
"x": 91.29217,
"y": 776.413452
},
{
"x": -99.6460342,
"y": 803.387146
},
{
"x": -225.49028,
"y": 645.373535
},
{
"x": -223.431412,
"y": 490.5331
},
{
"x": -116.019226,
"y": 382.028473
},
{
"x": 196.569489,
"y": 483.819672
}
]
},
{
"area_id": 10074,
"isAccurateBorder": true,
"points": [
{
"x": 194.658173,
"y": 624.5215
},
{
"x": 173.496262,
"y": 730.4192
},
{
"x": 91.29217,
"y": 776.413452
},
{
"x": -99.6460342,
"y": 803.387146
},
{
"x": -225.49028,
"y": 645.373535
},
{
"x": -223.431412,
"y": 490.5331
},
{
"x": -116.019226,
"y": 382.028473
},
{
"x": 196.569489,
"y": 483.819672
}
]
},
{
"area_id": 10075,
"isAccurateBorder": true,
"points": [
{
"x": 2089.74414,
"y": 4.628941
},
{
"x": 1811.58215,
"y": 124.530014
},
{
"x": 1381.44421,
"y": 490.1166
},
{
"x": 1526.67529,
"y": 874.5175
},
{
"x": 1721.60522,
"y": 1112.00928
},
{
"x": 2093.954,
"y": 1294.98547
},
{
"x": 2485.64722,
"y": 1016.46167
},
{
"x": 2780.69556,
"y": 689.4374
},
{
"x": 2590.43457,
"y": 123.3242
}
]
},
{
"area_id": 10078,
"isAccurateBorder": true,
"points": [
{
"x": 5134.33447,
"y": -2425.761
},
{
"x": 5980.61426,
"y": -1499.75708
},
{
"x": 4723.242,
"y": -983.778259
},
{
"x": 4050.73022,
"y": -1757.30151
}
]
},
{
"area_id": 10103,
"isAccurateBorder": true,
"points": [
{
"x": 3739.04565,
"y": -1607.30859
},
{
"x": 2865.762,
"y": -801.8131
},
{
"x": 1632.22314,
"y": -672.395
},
{
"x": 1598.31665,
"y": -2585.85986
},
{
"x": 2864.84448,
"y": -2630.78564
}
]
},
{
"area_id": 10079,
"isAccurateBorder": true,
"points": [
{
"x": 4709.747,
"y": 772.1275
},
{
"x": 3820.68286,
"y": 1091.542
},
{
"x": 2986.08765,
"y": -3.20361328
},
{
"x": 3916.0293,
"y": -627.8607
},
{
"x": 4746.90869,
"y": -606.24585
},
{
"x": 5082.24561,
"y": 91.94141
}
]
}
]