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

71 lines
1.6 KiB
Lua

--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 550, monster_id = 21030301, pos = { x = 2423.3, y = 298.5, z = -1644.3 }, rot = { x = 0.0, y = 325.1, z = 0.0 }, level = 11, drop_id = 303003 },
{ config_id = 551, monster_id = 21010701, pos = { x = 2420.8, y = 298.0, z = -1641.8 }, rot = { x = 0.0, y = 330.4, z = 0.0 }, level = 11, drop_id = 303003 },
{ config_id = 552, monster_id = 21010501, pos = { x = 2426.6, y = 298.7, z = -1643.1 }, rot = { x = 0.0, y = 343.2, z = 0.0 }, level = 11, drop_id = 303003 },
{ config_id = 1202, monster_id = 28020301, pos = { x = 2382.1, y = 281.9, z = -1569.1 }, rot = { x = 0.0, y = 118.4, 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 = { 550, 551, 552, 1202 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================