GSServer-CBT/soggy_resources/lua/Scene/1008/scene1008_group201008003.lua
Akbar Yahya e0d4d8040c melon
2022-11-21 16:30:31 +08:00

70 lines
1.3 KiB
Lua

--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
{ config_id = 1, npc_id = 1430, pos = { x = 4.7, y = 0.0, z = -12.8 }, rot = { x = 0.0, y = 346.4, z = 0.0 } },
{ config_id = 2, npc_id = 1471, pos = { x = 4.5, y = 0.0, z = 22.4 }, rot = { x = 0.0, y = 275.2, z = 0.0 } },
{ config_id = 3, npc_id = 1473, pos = { x = -4.7, y = 0.0, z = 13.9 }, rot = { x = 0.0, y = 179.1, z = 0.0 } }
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
rand_suite = true,
npcs = { 1, 2, 3 }
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 0,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================