添加配置表

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
@@ -0,0 +1,24 @@
-- 地图配置
scene_config = {
begin_pos = { x = -500.0, z = -500.0 },
size = { x = 1000.0, z = 1000.0 },
born_pos = { x = -9.968, y = -44.742, z = -0.026 },
born_rot = { x = 0.000, y = 90.000, z = 0.000 },
die_y = -100,
city_id = 2,
vision_anchor = { x = -1000.0, z = -1000.0 }
}
-- 所有的区块
blocks = { 46202 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -500.0, z = -500.0 }, max = { x = 500.0, z = 500.0 } }
}
-- Dummy Points
dummy_points = { }
-- Routes
routes_config = { }
@@ -0,0 +1,10 @@
-- 所有的group
groups = {
{ id = 246202001, refresh_id = 1, pos = { x = -0.285, y = -43.990, z = 0.359 } },
{ id = 246202002, refresh_id = 1, pos = { x = 0.643, y = -43.990, z = 0.973 } },
{ id = 246202003, refresh_id = 1, pos = { x = 1.978, y = -43.990, z = 2.058 } },
{ id = 246202004, refresh_id = 1, pos = { x = -449.809, y = 31.798, z = -0.455 } },
{ id = 246202005, refresh_id = 1, pos = { x = -0.285, y = -43.990, z = 0.359 } },
{ id = 246202006, refresh_id = 1, pos = { x = 0.643, y = -43.990, z = 0.973 } },
{ id = 246202007, refresh_id = 1, pos = { x = 1.978, y = -43.990, z = 2.058 } }
}
@@ -0,0 +1,99 @@
-- 基础信息
local base_info = {
group_id = 246202001
}
-- Trigger变量
local defs = {
center_point = 1007,
rogue_exit = 1015
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 1015, gadget_id = 70800208, pos = { x = 17.536, y = -41.090, z = -0.008 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 1001, pos = { x = -0.028, y = -43.990, z = 0.027 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 1002, pos = { x = 2.459, y = -43.990, z = -7.514 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 1003, pos = { x = 2.685, y = -43.990, z = 7.528 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 1004, pos = { x = -7.484, y = -43.990, z = 0.048 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 1005, pos = { x = -10.061, y = -43.990, z = 7.457 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 1006, pos = { x = -10.101, y = -43.990, z = -7.623 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 1007, pos = { x = -7.437, y = -43.990, z = 0.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 1008, pos = { x = -12.474, y = -43.990, z = -0.011 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ config_id = 1009, pos = { x = 9.937, y = -43.990, z = 0.003 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 1010, pos = { x = 10.010, y = -43.990, z = -4.928 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 1011, pos = { x = 9.918, y = -43.990, z = 4.882 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 1012, pos = { x = -10.007, y = -43.990, z = 0.003 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 1013, pos = { x = -9.934, y = -43.990, z = -4.927 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 1014, pos = { x = -10.026, y = -43.990, z = 4.882 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_7/Rogue_Cell"
require "V2_7/Rogue_Terrain_2"
@@ -0,0 +1,99 @@
-- 基础信息
local base_info = {
group_id = 246202002
}
-- Trigger变量
local defs = {
center_point = 2007,
rogue_exit = 2015
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 2015, gadget_id = 70800208, pos = { x = 17.536, y = -41.090, z = -0.008 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 2001, pos = { x = -0.010, y = -43.990, z = 0.030 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 2002, pos = { x = 2.477, y = -43.924, z = -7.433 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 2003, pos = { x = 2.531, y = -43.990, z = 7.542 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 2004, pos = { x = -9.977, y = -43.990, z = 0.003 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 2005, pos = { x = -12.606, y = -43.990, z = -7.461 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 2006, pos = { x = -12.552, y = -43.990, z = 7.514 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 2007, pos = { x = -7.487, y = -43.990, z = 0.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 2008, pos = { x = -12.468, y = -43.990, z = -0.011 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ config_id = 2009, pos = { x = 5.073, y = -43.990, z = 0.030 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 2010, pos = { x = 7.560, y = -43.949, z = -7.433 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 2011, pos = { x = 7.614, y = -43.990, z = 7.542 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 2012, pos = { x = -4.894, y = -43.990, z = 0.003 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 2013, pos = { x = -7.522, y = -43.990, z = -7.461 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 2014, pos = { x = -7.469, y = -43.990, z = 7.514 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_7/Rogue_Cell"
require "V2_7/Rogue_Terrain_2"
@@ -0,0 +1,99 @@
-- 基础信息
local base_info = {
group_id = 246202003
}
-- Trigger变量
local defs = {
center_point = 3007,
rogue_exit = 3015
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 3015, gadget_id = 70800208, pos = { x = 17.536, y = -41.090, z = -0.008 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 3001, pos = { x = 0.109, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 3002, pos = { x = 0.109, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 3003, pos = { x = 0.109, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 3004, pos = { x = 5.140, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 3005, pos = { x = 5.140, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 3006, pos = { x = 5.140, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 3007, pos = { x = -7.392, y = -43.990, z = 0.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 3008, pos = { x = -12.523, y = -43.990, z = -0.011 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ config_id = 3009, pos = { x = -14.635, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 3010, pos = { x = -14.635, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 3011, pos = { x = -14.633, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 3012, pos = { x = -9.604, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 3013, pos = { x = -9.604, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 3014, pos = { x = -9.604, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_7/Rogue_Cell"
require "V2_7/Rogue_Terrain_2"
@@ -0,0 +1,156 @@
-- 基础信息
local base_info = {
group_id = 246202004
}
-- Trigger变量
local defs = {
rotate_center_1 = 4009,
rotate_center_2 = 4012
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 4001, gadget_id = 70800194, pos = { x = 0.009, y = -43.990, z = 0.033 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 4009, gadget_id = 70800114, pos = { x = 0.000, y = 0.000, z = 0.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, start_route = false, is_use_point_array = true },
{ config_id = 4012, gadget_id = 70800114, pos = { x = 0.000, y = 0.000, z = 0.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, start_route = false, is_use_point_array = true },
{ config_id = 4090, gadget_id = 70800158, pos = { x = 0.013, y = 43.983, z = -0.116 }, rot = { x = 0.000, y = 0.000, z = 180.000 }, level = 1 }
}
-- 区域
regions = {
-- 用来给team挂ability,镜头表现用
{ config_id = 4091, shape = RegionShape.SPHERE, radius = 100, pos = { x = 0.000, y = 0.000, z = 0.000 }, team_ability_group_list = { "CYRogue_Team_Rotate_Camera" } }
}
-- 触发器
triggers = {
-- 旋转结束后逻辑
{ config_id = 1004011, name = "VARIABLE_CHANGE_4011", event = EventType.EVENT_VARIABLE_CHANGE, source = "Turn", condition = "condition_EVENT_VARIABLE_CHANGE_4011", action = "action_EVENT_VARIABLE_CHANGE_4011", trigger_count = 0 }
}
-- 变量
variables = {
{ config_id = 1, name = "canTurn", value = 0, no_refresh = false }
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = 初始化,
monsters = { },
gadgets = { 4001, 4009, 4012, 4090 },
regions = { 4091 },
triggers = { "VARIABLE_CHANGE_4011" },
rand_weight = 100
},
{
-- suite_id = 2,
-- description = 传送点,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
-- 触发条件
function condition_EVENT_VARIABLE_CHANGE_4011(context, evt)
if evt.param1 == evt.param2 then return false end
-- 判断变量"Turn"为0
if ScriptLib.GetGroupVariableValue(context, "Turn") ~= 0 then
return false
end
return true
end
-- 触发操作
function action_EVENT_VARIABLE_CHANGE_4011(context, evt)
-- 将本组内变量名为 "Ready" 的变量设置为 1
if 0 ~= ScriptLib.SetGroupVariableValueByGroup(context, "Ready", 1, 246202007) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_groupVariable_by_group")
return -1
end
-- 将本组内变量名为 "Ready" 的变量设置为 1
if 0 ~= ScriptLib.SetGroupVariableValueByGroup(context, "Ready", 1, 246202006) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_groupVariable_by_group")
return -1
end
-- 将本组内变量名为 "Ready" 的变量设置为 1
if 0 ~= ScriptLib.SetGroupVariableValueByGroup(context, "Ready", 1, 246202005) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_groupVariable_by_group")
return -1
end
-- 将本组内变量名为 "Ready" 的变量设置为 1
if 0 ~= ScriptLib.SetGroupVariableValueByGroup(context, "Ready", 1, 246202003) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_groupVariable_by_group")
return -1
end
-- 将本组内变量名为 "Ready" 的变量设置为 1
if 0 ~= ScriptLib.SetGroupVariableValueByGroup(context, "Ready", 1, 246202002) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_groupVariable_by_group")
return -1
end
-- 将本组内变量名为 "Ready" 的变量设置为 1
if 0 ~= ScriptLib.SetGroupVariableValueByGroup(context, "Ready", 1, 246202001) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_groupVariable_by_group")
return -1
end
-- 创建id为4001的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 4001 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0
end
require "V2_7/rogue_rotate_whitebox"
@@ -0,0 +1,99 @@
-- 基础信息
local base_info = {
group_id = 246202005
}
-- Trigger变量
local defs = {
center_point = 5007,
rogue_exit = 5015
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 5015, gadget_id = 70800208, pos = { x = 17.536, y = -41.090, z = -0.008 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 5001, pos = { x = -0.028, y = -43.990, z = -0.030 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 5002, pos = { x = 2.491, y = -43.889, z = -5.083 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 5003, pos = { x = 2.501, y = -43.990, z = 5.076 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 5004, pos = { x = -10.072, y = -43.990, z = -0.019 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 5005, pos = { x = -12.671, y = -43.990, z = -4.952 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 5006, pos = { x = -12.567, y = -43.956, z = 4.924 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 5007, pos = { x = -7.511, y = -43.990, z = 0.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 5008, pos = { x = -12.501, y = -43.990, z = -0.011 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ config_id = 5009, pos = { x = -0.028, y = -43.990, z = -0.030 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 5010, pos = { x = 2.506, y = -43.890, z = -5.083 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 5011, pos = { x = 2.515, y = -43.990, z = 5.076 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 5012, pos = { x = -10.072, y = -43.990, z = -0.019 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 5013, pos = { x = -12.671, y = -43.990, z = -4.952 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 5014, pos = { x = -12.567, y = -43.956, z = 4.924 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_7/Rogue_Cell"
require "V2_7/Rogue_Terrain_2"
@@ -0,0 +1,99 @@
-- 基础信息
local base_info = {
group_id = 246202006
}
-- Trigger变量
local defs = {
center_point = 6007,
rogue_exit = 6015
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 6015, gadget_id = 70800208, pos = { x = 17.536, y = -41.090, z = -0.008 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 6001, pos = { x = -0.053, y = -43.990, z = -0.074 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 6002, pos = { x = -0.122, y = -43.990, z = -7.538 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 6003, pos = { x = -0.069, y = -43.990, z = 7.438 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 6004, pos = { x = -12.411, y = -43.990, z = -0.012 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 6005, pos = { x = -12.481, y = -43.972, z = -7.475 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 6006, pos = { x = -12.427, y = -43.990, z = 7.500 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 6007, pos = { x = -7.465, y = -43.990, z = 0.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 6008, pos = { x = -12.432, y = -43.990, z = -0.011 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ config_id = 6009, pos = { x = -0.053, y = -43.990, z = -0.074 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 6010, pos = { x = -0.122, y = -43.990, z = -7.538 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 6011, pos = { x = -0.069, y = -43.990, z = 7.438 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 6012, pos = { x = -12.411, y = -43.990, z = -0.012 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 6013, pos = { x = -12.481, y = -43.972, z = -7.475 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 6014, pos = { x = -12.427, y = -43.990, z = 7.500 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_7/Rogue_Cell"
require "V2_7/Rogue_Terrain_2"
@@ -0,0 +1,99 @@
-- 基础信息
local base_info = {
group_id = 246202007
}
-- Trigger变量
local defs = {
center_point = 7007,
rogue_exit = 7015
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 7015, gadget_id = 70800208, pos = { x = 17.536, y = -41.090, z = -0.008 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 7001, pos = { x = -0.041, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7002, pos = { x = -0.041, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7003, pos = { x = -0.041, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7004, pos = { x = 5.193, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7005, pos = { x = 5.193, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7006, pos = { x = 5.193, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7007, pos = { x = -7.442, y = -43.990, z = 0.010 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 7008, pos = { x = -12.502, y = -43.990, z = -0.011 }, rot = { x = 0.000, y = 90.000, z = 0.000 } },
{ config_id = 7009, pos = { x = -0.041, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7010, pos = { x = -0.041, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7011, pos = { x = -0.041, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7012, pos = { x = 5.193, y = -43.990, z = 0.060 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7013, pos = { x = 5.193, y = -43.990, z = -6.473 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 7014, pos = { x = 5.193, y = -43.990, z = 6.197 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_7/Rogue_Cell"
require "V2_7/Rogue_Terrain_2"
@@ -0,0 +1,8 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {},
"transRadius": 0.0
}