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_group111101283.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

84 lines
2.1 KiB
Lua

-- 基础信息
local base_info = {
group_id = 111101283
}
-- DEFS_MISCS
local HourGlass_ConfigIDList = {283001}
local ChallengeID = 63
local ChallengeParam = {50,4,999,1}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 283001, gadget_id = 70330227, pos = { x = 2535.103, y = 211.847, z = -1356.954 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 283002, gadget_id = 70330228, pos = { x = 2532.680, y = 211.966, z = -1356.210 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 283003, gadget_id = 70330228, pos = { x = 2532.352, y = 212.116, z = -1359.083 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 283004, gadget_id = 70330228, pos = { x = 2534.338, y = 212.202, z = -1361.726 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 283005, gadget_id = 70330228, pos = { x = 2537.772, y = 212.065, z = -1360.475 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 283006, gadget_id = 70330228, pos = { x = 2537.731, y = 211.576, z = -1356.098 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 283001, 283002, 283003, 283004, 283005, 283006 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V3_1/Desert_HourGlass"