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/4/scene4_group144001023.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

74 lines
1.6 KiB
Lua

-- 基础信息
local base_info = {
group_id = 144001023
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 23001, gadget_id = 70500000, pos = { x = 779.150, y = 121.268, z = 267.274 }, rot = { x = 0.000, y = 14.786, z = 0.000 }, level = 1, point_type = 2001, area_id = 102 },
{ config_id = 23002, gadget_id = 70290010, pos = { x = 765.476, y = 120.920, z = 201.022 }, rot = { x = 352.576, y = 21.374, z = 340.706 }, level = 1, area_id = 102 },
{ config_id = 23003, gadget_id = 70500000, pos = { x = 765.476, y = 120.920, z = 201.022 }, rot = { x = 352.573, y = 21.368, z = 340.707 }, level = 1, point_type = 3006, owner = 23002, area_id = 102 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 23001, 23002, 23003 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================