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_group111101299.lua
Yuuki b09934e7b9 Revert "remove local in defs"
This reverts commit 7e0a645ef33da87ddd5c402c6a64180001c6b03d.
2023-11-23 23:27:47 +08:00

84 lines
1.5 KiB
Lua

-- 基础信息
local base_info = {
group_id = 111101299
}
-- Trigger变量
local defs = {
pointarray = 110100073,
pointcount = 74,
Start_Operator = 299001,
End_Operator = 299002,
speed = 15
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 299001, gadget_id = 70800167, pos = { x = 2435.890, y = 392.560, z = -1352.985 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 299002, gadget_id = 70800167, pos = { x = 2494.088, y = 382.550, z = -1261.011 }, 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 = { 299001, 299002 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V3_7/RollerCoaster"