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

54 lines
1.1 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 210, monster_id = 20103026, pos = { x = 734.8, y = 55.7, z = 321.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 13 },
{ config_id = 211, monster_id = 20103027, pos = { x = 728.4, y = 55.3, z = 321.2 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 15 },
{ config_id = 212, monster_id = 20103027, pos = { x = 732.5, y = 56.8, z = 313.5 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 13 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 210, 211, 212 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================