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

55 lines
1.3 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 312, monster_id = 21010401, pos = { x = 220.5, y = 16.4, z = 433.3 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 25 },
{ config_id = 313, monster_id = 21010401, pos = { x = 234.4, y = 14.9, z = 429.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 23 },
{ config_id = 314, monster_id = 21010601, pos = { x = 226.1, y = 15.0, z = 417.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 23 },
{ config_id = 315, monster_id = 21010801, pos = { x = 239.1, y = 12.9, z = 415.2 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 24 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 312, 313, 314, 315 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================