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/9/scene9_group199001176.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

80 lines
1.8 KiB
Lua

-- 基础信息
local base_info = {
group_id = 199001176
}
-- DEFS_MISCS
local shadowConfigIDList = {176002,176003}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 176001, gadget_id = 70500033, pos = { x = -345.797, y = 230.603, z = -648.720 }, rot = { x = 33.344, y = 47.210, z = 0.000 }, level = 20, arguments = { 43 }, area_id = 400 },
{ config_id = 176002, gadget_id = 70500048, pos = { x = -349.800, y = 229.423, z = -644.373 }, rot = { x = 0.000, y = 268.917, z = 0.000 }, level = 20, area_id = 400 },
{ config_id = 176003, gadget_id = 70500052, pos = { x = -341.450, y = 231.073, z = -647.237 }, rot = { x = 0.000, y = 289.255, z = 0.000 }, level = 20, area_id = 400 }
}
-- 区域
regions = {
{ config_id = 176004, shape = RegionShape.SPHERE, radius = 12, pos = { x = -344.733, y = 229.006, z = -645.588 }, area_id = 400 }
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 176001 },
regions = { 176004 },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_8/EchoConch"