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

70 lines
1.5 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 331, monster_id = 20011401, pos = { x = 2150.8, y = 213.4, z = -597.8 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 13, drop_id = 303043 },
{ config_id = 332, monster_id = 20011401, pos = { x = 2153.6, y = 213.5, z = -598.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 13, drop_id = 303043 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 486, gadget_id = 70210031, pos = { x = 2149.9, y = 214.0, z = -591.5 }, rot = { x = 0.0, y = 178.0, z = 0.0 }, level = 1, chest_drop_id = 403343, isOneoff = true }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================