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

54 lines
1.1 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 215, monster_id = 20103026, pos = { x = 735.2, y = 49.6, z = 495.8 }, rot = { x = 0.0, y = 186.0, z = 0.0 }, level = 14 },
{ config_id = 216, monster_id = 20103026, pos = { x = 731.4, y = 48.6, z = 487.2 }, rot = { x = 0.0, y = 56.4, z = 0.0 }, level = 13 },
{ config_id = 217, monster_id = 20103026, pos = { x = 741.8, y = 48.8, z = 490.2 }, rot = { x = 0.0, y = 284.2, z = 0.0 }, level = 14 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================