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

72 lines
1.8 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 977, monster_id = 28020102, pos = { x = 2651.5, y = 228.7, z = -1419.8 }, rot = { x = 0.0, y = 118.6, z = 0.0 }, level = 0, disableWander = true }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 3196, gadget_id = 70290001, pos = { x = 2652.1, y = 228.8, z = -1420.4 }, rot = { x = 0.0, y = 300.8, z = 0.0 }, level = 1 },
{ config_id = 3197, gadget_id = 70500000, pos = { x = 2651.7, y = 229.4, z = -1420.1 }, rot = { x = 0.0, y = 300.8, z = 0.0 }, level = 1, point_type = 3002, owner = 3196 },
{ config_id = 3198, gadget_id = 70500000, pos = { x = 2652.4, y = 229.7, z = -1420.6 }, rot = { x = 0.0, y = 300.8, z = 0.0 }, level = 1, point_type = 3002, owner = 3196 },
{ config_id = 3199, gadget_id = 70500000, pos = { x = 2652.3, y = 230.1, z = -1420.2 }, rot = { x = 0.0, y = 300.8, z = 0.0 }, level = 1, point_type = 3002, owner = 3196 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { 977 },
gadgets = { 3196, 3197, 3198, 3199 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================