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

70 lines
1.4 KiB
Lua

--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 955, monster_id = 28020301, pos = { x = 2846.3, y = 274.0, z = -1555.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0 },
{ config_id = 1379, monster_id = 28030101, pos = { x = 2867.8, y = 272.0, z = -1638.4 }, rot = { x = 0.0, y = 112.0, z = 0.0 }, level = 0 },
{ config_id = 1380, monster_id = 28030101, pos = { x = 2866.0, y = 271.6, z = -1641.7 }, rot = { x = 0.0, y = 125.3, z = 0.0 }, level = 0 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { 955, 1379, 1380 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================