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

72 lines
1.7 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 1425, monster_id = 28030401, pos = { x = 2209.1, y = 229.6, z = -1360.3 }, rot = { x = 0.0, y = 68.4, z = 0.0 }, level = 0 },
{ config_id = 1426, monster_id = 28030402, pos = { x = 2211.9, y = 230.1, z = -1358.2 }, rot = { x = 0.0, y = 282.2, z = 0.0 }, level = 0 },
{ config_id = 1427, monster_id = 28030402, pos = { x = 2210.6, y = 230.1, z = -1357.0 }, rot = { x = 0.0, y = 351.3, z = 0.0 }, level = 0 },
{ config_id = 1428, monster_id = 28020102, pos = { x = 2231.2, y = 234.2, z = -1370.7 }, rot = { x = 0.0, y = 184.6, z = 0.0 }, level = 0, disableWander = true }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 4092, gadget_id = 70220008, pos = { x = 2231.2, y = 234.1, z = -1372.3 }, rot = { x = 0.0, y = 2.1, z = 0.0 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { 1425, 1426, 1427, 1428 },
gadgets = { 4092 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================