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

54 lines
1.1 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 88, monster_id = 20103026, pos = { x = 1314.7, y = 89.9, z = 991.3 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 19 },
{ config_id = 89, monster_id = 20103027, pos = { x = 1297.0, y = 91.4, z = 991.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 18 },
{ config_id = 294, monster_id = 21010401, pos = { x = 1299.3, y = 91.2, z = 978.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 18 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 88, 89, 294 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================