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

53 lines
1.0 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 128, monster_id = 21010201, pos = { x = 76.6, y = 41.5, z = 1144.6 }, rot = { x = 0.0, y = 217.3, z = 0.0 }, level = 25 },
{ config_id = 129, monster_id = 21010201, pos = { x = 73.1, y = 41.1, z = 1146.8 }, rot = { x = 0.0, y = 206.9, z = 0.0 }, level = 24 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 128, 129 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================