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

53 lines
1.0 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 114, monster_id = 21010201, pos = { x = 971.1, y = 131.3, z = 1407.0 }, rot = { x = 0.0, y = 239.2, z = 0.0 }, level = 20 },
{ config_id = 115, monster_id = 21010201, pos = { x = 969.6, y = 130.8, z = 1403.3 }, rot = { x = 0.0, y = 329.7, z = 0.0 }, level = 21 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 114, 115 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================