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/9/scene9_group199001184.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.7 KiB
Lua

-- 基础信息
local base_info = {
group_id = 199001184
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
{ config_id = 184001, monster_id = 23030101, pos = { x = 788.043, y = 245.319, z = 289.478 }, rot = { x = 0.000, y = 350.373, z = 0.000 }, level = 20, drop_tag = "召唤师", area_id = 402 },
{ config_id = 184002, monster_id = 23010601, pos = { x = 778.751, y = 244.141, z = 287.089 }, rot = { x = 0.000, y = 236.922, z = 0.000 }, level = 20, drop_tag = "先遣队", pose_id = 9002, area_id = 402 },
{ config_id = 184004, monster_id = 23010601, pos = { x = 805.200, y = 221.018, z = 293.284 }, rot = { x = 0.000, y = 187.623, z = 0.000 }, level = 20, drop_tag = "先遣队", disableWander = true, pose_id = 9002, area_id = 402 }
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { 184001, 184002, 184004 },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================