mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-23 14:32:27 +08:00
更新配置表
This commit is contained in:
23
gdconf/game_data_config/lua/scene/35872/scene35872.lua
Normal file
23
gdconf/game_data_config/lua/scene/35872/scene35872.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
-- 地图配置
|
||||
scene_config = {
|
||||
begin_pos = { x = -512.0, z = -512.0 },
|
||||
size = { x = 1024.0, z = 1024.0 },
|
||||
born_pos = { x = 32.000, y = 1.570, z = 76.500 },
|
||||
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
|
||||
die_y = -20,
|
||||
vision_anchor = { x = -1000.0, z = -1000.0 }
|
||||
}
|
||||
|
||||
-- 所有的区块
|
||||
blocks = { 35872 }
|
||||
|
||||
-- 所有的区块范围坐标
|
||||
block_rects = {
|
||||
{ min = { x = -512.0, z = -512.0 }, max = { x = 512.0, z = 512.0 } }
|
||||
}
|
||||
|
||||
-- Dummy Points
|
||||
dummy_points = { }
|
||||
|
||||
-- Routes
|
||||
routes_config = { }
|
||||
@@ -0,0 +1,4 @@
|
||||
-- 所有的group
|
||||
groups = {
|
||||
{ id = 235872001, refresh_id = 1, pos = { x = 31.837, y = 4.108, z = 102.585 } }
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
-- 基础信息
|
||||
local base_info = {
|
||||
group_id = 235872001
|
||||
}
|
||||
|
||||
-- Trigger变量
|
||||
local defs = {
|
||||
gadget_teleport = 1003,
|
||||
gadget_bricks = 1002,
|
||||
gadget_airWall = 1004,
|
||||
isDungeon = 1,
|
||||
gadget_envLamp = 1006
|
||||
}
|
||||
|
||||
-- DEFS_MISCS
|
||||
defs.envWeather =
|
||||
{
|
||||
[1]=10172,
|
||||
[2]=10173,
|
||||
[3]=10174
|
||||
}
|
||||
|
||||
--================================================================
|
||||
--
|
||||
-- 配置
|
||||
--
|
||||
--================================================================
|
||||
|
||||
-- 怪物
|
||||
monsters = {
|
||||
}
|
||||
|
||||
-- NPC
|
||||
npcs = {
|
||||
}
|
||||
|
||||
-- 装置
|
||||
gadgets = {
|
||||
-- (临时占位)
|
||||
{ config_id = 1001, gadget_id = 70290721, pos = { x = 28.838, y = 3.027, z = 89.083 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
|
||||
-- boss3-藏镜
|
||||
{ config_id = 1002, gadget_id = 70290705, pos = { x = 32.390, y = 3.938, z = 102.552 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
|
||||
{ config_id = 1003, gadget_id = 70290726, pos = { x = 29.406, y = 2.999, z = 89.003 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
|
||||
{ config_id = 1004, gadget_id = 70290722, pos = { x = 32.309, y = 3.938, z = 102.621 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
|
||||
{ config_id = 1006, gadget_id = 70290666, pos = { x = 32.000, y = 4.000, z = 102.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
|
||||
}
|
||||
|
||||
-- 区域
|
||||
regions = {
|
||||
}
|
||||
|
||||
-- 触发器
|
||||
triggers = {
|
||||
}
|
||||
|
||||
-- 点位
|
||||
points = {
|
||||
-- 传入点
|
||||
{ config_id = 1005, pos = { x = 32.173, y = 4.000, z = 95.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
|
||||
}
|
||||
|
||||
-- 变量
|
||||
variables = {
|
||||
}
|
||||
|
||||
--================================================================
|
||||
--
|
||||
-- 初始化配置
|
||||
--
|
||||
--================================================================
|
||||
|
||||
-- 初始化时创建
|
||||
init_config = {
|
||||
suite = 1,
|
||||
end_suite = 0,
|
||||
rand_suite = false
|
||||
}
|
||||
|
||||
--================================================================
|
||||
--
|
||||
-- 小组配置
|
||||
--
|
||||
--================================================================
|
||||
|
||||
suites = {
|
||||
{
|
||||
-- suite_id = 1,
|
||||
-- description = ,
|
||||
monsters = { },
|
||||
gadgets = { 1001, 1006 },
|
||||
regions = { },
|
||||
triggers = { },
|
||||
rand_weight = 100
|
||||
}
|
||||
}
|
||||
|
||||
--================================================================
|
||||
--
|
||||
-- 触发器
|
||||
--
|
||||
--================================================================
|
||||
|
||||
require "V3_3/BrickBreaker"
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"areas": {},
|
||||
"doors": {},
|
||||
"entities": {},
|
||||
"forces": {},
|
||||
"points": {
|
||||
"1": {
|
||||
"$type": "DungeonQuitPoint",
|
||||
"alias": "",
|
||||
"areaId": 0,
|
||||
"gadgetId": 70120004,
|
||||
"groupLimit": false,
|
||||
"isModelHidden": false,
|
||||
"pointType": "DungeonQuitPoint",
|
||||
"pos": {
|
||||
"x": 38.73733,
|
||||
"y": 5.682345,
|
||||
"z": 133.2281
|
||||
},
|
||||
"rot": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"size": {
|
||||
"x": 3.0,
|
||||
"y": 3.0,
|
||||
"z": 3.0
|
||||
},
|
||||
"tranPos": {
|
||||
"x": 38.7373276,
|
||||
"y": 5.68234539,
|
||||
"z": 133.228058
|
||||
},
|
||||
"tranRot": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"type": "TOWER",
|
||||
"unlocked": false
|
||||
}
|
||||
},
|
||||
"transRadius": 0.0
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
[
|
||||
{
|
||||
"area_id": 10172,
|
||||
"points": [
|
||||
{
|
||||
"x": 16.85397,
|
||||
"y": 62.8017273
|
||||
},
|
||||
{
|
||||
"x": 49.49328,
|
||||
"y": 63.1970177
|
||||
},
|
||||
{
|
||||
"x": 49.2117767,
|
||||
"y": 122.257851
|
||||
},
|
||||
{
|
||||
"x": 16.12495,
|
||||
"y": 122.168854
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"area_id": 10173,
|
||||
"points": [
|
||||
{
|
||||
"x": 16.85397,
|
||||
"y": 62.8017273
|
||||
},
|
||||
{
|
||||
"x": 49.49328,
|
||||
"y": 63.1970177
|
||||
},
|
||||
{
|
||||
"x": 49.2117767,
|
||||
"y": 122.257851
|
||||
},
|
||||
{
|
||||
"x": 16.12495,
|
||||
"y": 122.168854
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"area_id": 10174,
|
||||
"points": [
|
||||
{
|
||||
"x": 16.85397,
|
||||
"y": 62.8017273
|
||||
},
|
||||
{
|
||||
"x": 49.49328,
|
||||
"y": 63.1970177
|
||||
},
|
||||
{
|
||||
"x": 49.2117767,
|
||||
"y": 122.257851
|
||||
},
|
||||
{
|
||||
"x": 16.12495,
|
||||
"y": 122.168854
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user