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

53 lines
1017 B
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 173, monster_id = 20103026, pos = { x = 1117.7, y = 54.5, z = 697.8 }, rot = { x = 0.0, y = 103.8, z = 0.0 }, level = 13 },
{ config_id = 174, monster_id = 20103026, pos = { x = 1123.1, y = 54.0, z = 698.4 }, rot = { x = 0.0, y = 151.7, z = 0.0 }, level = 12 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================