0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00
GC-Resources/Resources/Scripts/Scene/50005/scene50005_group250005009.lua
KingRainbow44 8dd3a721e5
Revert "The Great De-Local'ifying of defs and base_info"
This reverts commit 0989747b
2023-08-30 21:15:50 -04:00

76 lines
1.9 KiB
Lua

-- 基础信息
local base_info = {
group_id = 250005009
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 30, monster_id = 20011301, pos = { x = -45.088, y = 4.000, z = -21.339 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 20, disableWander = true },
{ config_id = 31, monster_id = 21010201, pos = { x = -47.720, y = 4.000, z = -25.066 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 20, disableWander = true },
{ config_id = 32, monster_id = 21010201, pos = { x = -43.583, y = 4.000, z = -16.626 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 20, disableWander = true },
{ config_id = 33, monster_id = 21010201, pos = { x = -40.764, y = 4.000, z = -21.511 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 20, disableWander = true },
{ config_id = 34, monster_id = 21010201, pos = { x = -51.004, y = 4.000, z = -19.431 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 20, disableWander = true }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = true
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { 30, 31, 32, 33, 34 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================