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

72 lines
1.7 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 730, monster_id = 28030401, pos = { x = 1587.2, y = 250.1, z = -1414.8 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 },
{ config_id = 731, monster_id = 28030401, pos = { x = 1586.2, y = 250.3, z = -1416.2 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 },
{ config_id = 732, monster_id = 28030401, pos = { x = 1586.2, y = 249.9, z = -1413.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 },
{ config_id = 733, monster_id = 28030401, pos = { x = 1584.9, y = 250.4, z = -1417.0 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 0, pose_id = 2 },
{ config_id = 734, monster_id = 28030401, pos = { x = 1585.1, y = 250.2, z = -1415.6 }, rot = { x = 0.0, y = 0.0, 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 = { 731, 733 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================