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

70 lines
1.5 KiB
Lua

--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 236, monster_id = 28030101, pos = { x = 2001.2, y = 218.0, z = -802.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 },
{ config_id = 237, monster_id = 28030101, pos = { x = 1998.7, y = 218.6, z = -801.6 }, rot = { x = 0.0, y = 151.5, z = 0.0 }, level = 0, pose_id = 2 },
{ config_id = 238, monster_id = 28030101, pos = { x = 2001.0, y = 217.7, z = -799.7 }, rot = { x = 0.0, y = 207.7, z = 0.0 }, level = 0, pose_id = 2 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { 236, 237, 238 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================