0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00
GC-Resources/Resources/Scripts/Scene/42002/scene42002_group242002010.lua
Yuuki b09934e7b9 Revert "remove local in defs"
This reverts commit 7e0a645ef33da87ddd5c402c6a64180001c6b03d.
2023-11-23 23:27:47 +08:00

123 lines
3.3 KiB
Lua

-- 基础信息
local base_info = {
group_id = 242002010
}
-- Trigger变量
local defs = {
group_id = 242002010,
gear_group_id = 242002002
}
-- DEFS_MISCS
tide_defs = {
[1] = { {sum = 20, min = 6, max = 6,suite=2},{sum = 20, min = 6, max = 6,suite=3},},
}
package_tide_defs={
[1]={{monster_package={12001,12002,12003},route=1,route_points={1,2,3,4,5,6,7,8},tags=2,count=100,max=6,min=5},{monster_package={12001,12002,12003},route=2,route_points={1,2,3,4,5,6,7,8,9,10},tags=4,count=20,max=6,min=5}},
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 10005, pos = { x = 33.598, y = -7.674, z = -88.473 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 2 },
{ config_id = 10006, pos = { x = 33.555, y = -7.697, z = -90.275 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 2 },
{ config_id = 10007, pos = { x = 35.509, y = -7.696, z = -90.082 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 2 },
{ config_id = 10008, pos = { x = 33.541, y = -7.699, z = -92.502 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 2 },
{ config_id = 10009, pos = { x = 36.231, y = -7.700, z = -91.737 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 2 },
{ config_id = 10010, pos = { x = 36.181, y = -7.700, z = -87.912 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 2 },
{ config_id = 10011, pos = { x = 2.838, y = -7.698, z = -61.248 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 4 },
{ config_id = 10012, pos = { x = 4.297, y = -7.700, z = -58.854 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 4 },
{ config_id = 10013, pos = { x = 2.509, y = -7.700, z = -56.877 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 4 },
{ config_id = 10014, pos = { x = 4.271, y = -7.698, z = -61.762 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 4 },
{ config_id = 10015, pos = { x = 4.531, y = -7.698, z = -55.179 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 4 },
{ config_id = 10016, pos = { x = 5.685, y = -7.699, z = -60.857 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 4 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
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 = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "TowerDefense_Monster02"