0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 17:15:22 +00:00
GC-Resources/Resources/Scripts/Scene/5/scene5_group155005208.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.2 KiB
Lua

-- 基础信息
local base_info = {
group_id = 155005208
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 208001, monster_id = 28050104, pos = { x = 270.870, y = 339.389, z = 153.981 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 36, drop_tag = "魔法生物", area_id = 200 },
{ config_id = 208002, monster_id = 28050104, pos = { x = 266.863, y = 344.213, z = 138.166 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 36, drop_tag = "魔法生物", area_id = 200 },
{ config_id = 208003, monster_id = 28050104, pos = { x = 289.620, y = 339.708, z = 131.123 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 36, drop_tag = "魔法生物", area_id = 200 },
{ config_id = 208004, monster_id = 28050104, pos = { x = 296.167, y = 336.920, z = 154.195 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 36, drop_tag = "魔法生物", area_id = 200 },
{ config_id = 208005, monster_id = 28050104, pos = { x = 320.608, y = 335.248, z = 120.320 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 36, drop_tag = "魔法生物", area_id = 200 },
{ config_id = 208006, monster_id = 28050104, pos = { x = 310.449, y = 337.007, z = 143.141 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 36, drop_tag = "魔法生物", area_id = 200 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { 208001, 208002, 208003, 208004, 208005, 208006 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================