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

55 lines
1.3 KiB
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 13, monster_id = 21010201, pos = { x = 890.7, y = 114.1, z = 1131.5 }, rot = { x = 0.0, y = 183.1, z = 0.0 }, level = 20 },
{ config_id = 206, monster_id = 20103027, pos = { x = 886.9, y = 112.5, z = 1128.4 }, rot = { x = 0.0, y = 57.2, z = 0.0 }, level = 20 },
{ config_id = 207, monster_id = 20103027, pos = { x = 893.4, y = 113.6, z = 1130.8 }, rot = { x = 0.0, y = 210.5, z = 0.0 }, level = 20 },
{ config_id = 208, monster_id = 20103027, pos = { x = 892.7, y = 112.0, z = 1127.4 }, rot = { x = 0.0, y = 318.5, z = 0.0 }, level = 20 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
monsters = { 13 },
npcs = { },
gadgets = { },
regions = { },
triggers = { }
}
--================================================================
--
-- 触发器
--
--================================================================