GSServer-CBT/soggy_resources/lua/Scene/1/scene1_group111001057.lua

54 lines
1.1 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 111, monster_id = 21010201, pos = { x = 1062.8, y = 178.3, z = 1412.9 }, rot = { x = 0.0, y = 285.1, z = 0.0 }, level = 22 },
{ config_id = 112, monster_id = 21010201, pos = { x = 1060.3, y = 177.9, z = 1411.4 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 22 },
{ config_id = 113, monster_id = 21010201, pos = { x = 1059.5, y = 177.6, z = 1414.5 }, rot = { x = 0.0, y = 137.4, z = 0.0 }, level = 22 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 111, 112, 113 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================