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

55 lines
1.3 KiB
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 40, monster_id = 21010201, pos = { x = 948.2, y = 78.6, z = 183.6 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 13 },
{ config_id = 238, monster_id = 20103026, pos = { x = 953.3, y = 78.4, z = 186.7 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 10 },
{ config_id = 239, monster_id = 21010201, pos = { x = 946.9, y = 78.5, z = 186.0 }, rot = { x = 0.0, y = 158.6, z = 0.0 }, level = 12 },
{ config_id = 240, monster_id = 20103026, pos = { x = 951.9, y = 78.3, z = 196.2 }, rot = { x = 0.0, y = 0.0, z = 0.0 }, level = 10 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 40, 238, 239, 240 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================