0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-29 09:35:48 +00:00
GC-Resources/Resources/Scripts/Scene/1/scene1_group111101179.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

96 lines
2.1 KiB
Lua

-- 基础信息
local base_info = {
group_id = 111101179
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 179001, gadget_id = 70520019, pos = { x = 2548.905, y = 221.329, z = -1469.688 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 179002, gadget_id = 70520019, pos = { x = 2545.574, y = 222.285, z = -1468.094 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 179003, gadget_id = 70520019, pos = { x = 2549.554, y = 221.785, z = -1474.068 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 179004, gadget_id = 70520019, pos = { x = 2545.224, y = 221.892, z = -1465.806 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
{ config_id = 1, name = "GroupCompletion", value = 0, no_refresh = false }
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 2,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 3,
-- description = 在suite3内添加魔晶矿,
monsters = { },
gadgets = { 179001, 179002, 179003, 179004 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_0/OreBlossomGroup"