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

70 lines
1.5 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 536, monster_id = 21010101, pos = { x = 2583.3, y = 253.2, z = -1639.3 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 10, drop_id = 303002, pose_id = 9003 },
{ config_id = 537, monster_id = 21010301, pos = { x = 2595.8, y = 253.4, z = -1636.2 }, rot = { x = 0.0, y = 323.2, z = 0.0 }, level = 10, drop_id = 303002, disableWander = true },
{ config_id = 538, monster_id = 21010201, pos = { x = 2597.9, y = 250.2, z = -1627.2 }, rot = { x = 0.0, y = 254.2, z = 0.0 }, level = 10, drop_id = 303002 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { 536, 537, 538 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================