GSServer-CBT/soggy_resources/lua/Scene/3/scene3_group133002226.lua

74 lines
1.8 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
{ config_id = 4, npc_id = 20001, pos = { x = 1789.9, y = 218.2, z = -376.0 }, rot = { x = 0.0, y = 350.9, z = 0.0 } },
{ config_id = 5, npc_id = 1250, pos = { x = 1861.7, y = 241.1, z = -855.2 }, rot = { x = 0.0, y = 130.0, z = 0.0 } },
{ config_id = 6, npc_id = 1251, pos = { x = 1847.2, y = 240.4, z = -868.7 }, rot = { x = 0.0, y = 240.0, z = 0.0 } },
{ config_id = 7, npc_id = 1252, pos = { x = 1936.8, y = 225.0, z = -564.2 }, rot = { x = 0.0, y = 170.0, z = 0.0 } },
{ config_id = 8, npc_id = 1253, pos = { x = 1799.7, y = 218.9, z = -382.2 }, rot = { x = 0.0, y = 60.0, z = 0.0 } },
{ config_id = 9, npc_id = 1254, pos = { x = 1761.0, y = 222.3, z = -420.1 }, rot = { x = 0.0, y = 180.0, z = 0.0 } },
{ config_id = 10, npc_id = 20002, pos = { x = 1787.9, y = 221.8, z = -395.1 }, rot = { x = 0.0, y = 59.3, z = 0.0 } }
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { 4, 5, 6, 7, 8, 9, 10 }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================