增加了平面塔楼传显示(但是感觉显示不出来)

This commit is contained in:
bdf1 2024-08-23 11:00:59 +08:00
parent 7a58263a70
commit e020bb7f08
16 changed files with 1098 additions and 42 deletions

View File

@ -48,8 +48,8 @@ main.floors.BN1=
"cannotMoveIn": {},
"map": [
[60546,60546,60546,60546,60546,20360,20361,60546,60546,130018,130018,60546,60546],
[60546, 0,130012,130012,130012,20368,20369,130012,130012,130018, 0, 0,60546],
[60546, 0,130012,130020,130021,130012, 91,130012,130012, 0, 0, 0,60546],
[60546, 0, 0, 0, 0,20368,20369, 0, 0,130018, 0, 0,60546],
[60546, 0, 0,130020,130021, 0, 91, 0, 0, 0, 0, 0,60546],
[130018, 0,130136, 0, 0,130139, 0,130013, 0, 0, 0, 0,60546],
[130018, 0, 0, 0, 0, 0, 0, 0, 0,130006, 0, 0,60546],
[130018, 0, 0, 0, 0, 0, 0, 0,130013,130014, 0, 0,60546],

View File

@ -253,8 +253,11 @@ main.floors.CZ10=
},
"changeFloor": {
"6,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "CZ9",
"loc": [
6,
12
]
}
},
"beforeBattle": {},

View File

@ -80,8 +80,11 @@ main.floors.CZ7=
]
},
"3,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "CZ8",
"loc": [
3,
12
]
}
},
"beforeBattle": {

View File

@ -19,12 +19,18 @@ main.floors.CZ9=
"events": {},
"changeFloor": {
"6,0": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "CZ8",
"loc": [
6,
0
]
},
"6,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "CZ10",
"loc": [
6,
12
]
}
},
"beforeBattle": {},

View File

@ -34,8 +34,11 @@ main.floors.NH1=
]
},
"1,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH2",
"loc": [
1,
12
]
}
},
"beforeBattle": {},

View File

@ -163,8 +163,11 @@ main.floors.NH10=
},
"changeFloor": {
"11,11": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH9",
"loc": [
11,
11
]
}
},
"beforeBattle": {},

View File

@ -19,12 +19,18 @@ main.floors.NH2=
"events": {},
"changeFloor": {
"1,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH1",
"loc": [
1,
12
]
},
"11,0": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH3",
"loc": [
11,
0
]
}
},
"beforeBattle": {},

View File

@ -26,8 +26,11 @@ main.floors.NH3=
]
},
"11,0": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH2",
"loc": [
11,
0
]
}
},
"beforeBattle": {},

View File

@ -26,8 +26,11 @@ main.floors.NH4=
]
},
"7,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH5",
"loc": [
7,
12
]
}
},
"beforeBattle": {},

View File

@ -19,12 +19,18 @@ main.floors.NH5=
"events": {},
"changeFloor": {
"7,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH4",
"loc": [
7,
12
]
},
"1,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH6",
"loc": [
1,
12
]
}
},
"beforeBattle": {},

View File

@ -78,12 +78,18 @@ main.floors.NH6=
},
"changeFloor": {
"1,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH5",
"loc": [
1,
12
]
},
"11,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH7",
"loc": [
11,
12
]
}
},
"beforeBattle": {},

View File

@ -19,12 +19,18 @@ main.floors.NH7=
"events": {},
"changeFloor": {
"11,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH6",
"loc": [
11,
12
]
},
"1,12": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH8",
"loc": [
1,
12
]
}
},
"beforeBattle": {},

View File

@ -19,12 +19,18 @@ main.floors.NH8=
"events": {},
"changeFloor": {
"1,12": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH7",
"loc": [
1,
12
]
},
"11,1": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH9",
"loc": [
11,
1
]
}
},
"beforeBattle": {},

View File

@ -19,12 +19,18 @@ main.floors.NH9=
"events": {},
"changeFloor": {
"11,1": {
"floorId": ":before",
"stair": "upFloor"
"floorId": "NH8",
"loc": [
11,
1
]
},
"11,11": {
"floorId": ":next",
"stair": "downFloor"
"floorId": "NH10",
"loc": [
11,
11
]
}
},
"beforeBattle": {},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 94 KiB

File diff suppressed because it is too large Load Diff