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

55 lines
1.3 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 38, monster_id = 21010201, pos = { x = 1048.8, y = 111.5, z = 91.3 }, rot = { x = 0.0, y = 87.6, z = 0.0 }, level = 13 },
{ config_id = 39, monster_id = 21010301, pos = { x = 1052.4, y = 111.9, z = 91.7 }, rot = { x = 0.0, y = 248.8, z = 0.0 }, level = 14 },
{ config_id = 237, monster_id = 20103026, pos = { x = 1040.0, y = 110.8, z = 86.8 }, rot = { x = 0.0, y = 290.7, z = 0.0 }, level = 12 },
{ config_id = 255, monster_id = 21010401, pos = { x = 1047.6, y = 112.1, z = 78.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 1 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 38, 39, 237, 255 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================