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_group144002044.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.6 KiB
Lua

-- 基础信息
local base_info = {
group_id = 144002044
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 44003, gadget_id = 70220051, pos = { x = 595.015, y = 230.543, z = -424.817 }, rot = { x = 301.420, y = 0.000, z = 0.000 }, level = 1, area_id = 101 },
{ config_id = 44004, gadget_id = 70220052, pos = { x = 594.371, y = 230.628, z = -425.151 }, rot = { x = 79.091, y = 287.601, z = 0.000 }, level = 1, area_id = 101 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
-- 废弃数据
garbages = {
gadgets = {
{ config_id = 44001, gadget_id = 70300048, pos = { x = 600.456, y = 231.128, z = -424.814 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, area_id = 101 }
}
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 44003, 44004 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================