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

53 lines
1020 B
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 297, monster_id = 21010501, pos = { x = 569.8, y = 33.9, z = 972.5 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 19 },
{ config_id = 298, monster_id = 21010501, pos = { x = 482.6, y = 25.9, z = 992.9 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 19 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 297, 298 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================