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/20139/scene20139_group220139028.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

77 lines
2.3 KiB
Lua

-- 基础信息
local base_info = {
group_id = 220139028
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 28001, monster_id = 22010201, pos = { x = 45.400, y = 97.830, z = -91.957 }, rot = { x = 0.000, y = 158.132, z = 0.000 }, level = 1, drop_id = 1000100, disableWander = true },
{ config_id = 28002, monster_id = 21020101, pos = { x = 42.602, y = 97.830, z = -93.859 }, rot = { x = 0.000, y = 104.333, z = 0.000 }, level = 1, drop_id = 1000100, disableWander = true, pose_id = 401 },
{ config_id = 28003, monster_id = 21010701, pos = { x = 50.334, y = 97.830, z = -106.436 }, rot = { x = 0.000, y = 186.820, z = 0.000 }, level = 1, drop_id = 1000100, disableWander = true },
{ config_id = 28004, monster_id = 21010701, pos = { x = 42.524, y = 99.578, z = -105.046 }, rot = { x = 0.000, y = 91.839, z = 0.000 }, level = 1, drop_id = 1000100, disableWander = true },
{ config_id = 28006, monster_id = 21010501, pos = { x = 40.984, y = 104.834, z = -93.056 }, rot = { x = 0.000, y = 99.619, z = 0.000 }, level = 1, drop_id = 1000100, disableWander = true, pose_id = 32 },
{ config_id = 28007, monster_id = 21010901, pos = { x = 59.490, y = 104.834, z = -97.154 }, rot = { x = 0.000, y = 256.711, z = 0.000 }, level = 1, drop_id = 1000100, disableWander = true, pose_id = 32 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { 28001, 28002, 28003, 28004, 28006, 28007 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================