tianta/project/floors/MT2.js
2022-10-22 04:04:26 +13:00

77 lines
2.4 KiB
JavaScript

main.floors.MT2=
{
"floorId": "MT2",
"title": "天塔第 2 层",
"name": "天塔第2层",
"canFlyTo": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"item_ratio": 1,
"firstArrive": [],
"events": {},
"changeFloor": {
"6,11": {
"floorId": ":next",
"stair": "downFloor",
"time": 200
},
"11,7": {
"floorId": "MT1",
"stair": "upFloor",
"time": 200
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"ratio": 1,
"map": [
[345,350,350,350,350,350,350,350,350,350,350,350,351],
[348, 21, 47, 2, 0,221,201,221, 31, 0, 0, 32,352],
[348, 22, 0, 2, 0, 2, 2, 2, 2, 2, 2, 83,352],
[348, 0, 0,221, 0, 2, 32,205, 0, 0, 0, 0,352],
[348, 32, 32, 2, 33, 2, 82, 2, 2, 2, 2, 2,352],
[348, 2, 2, 2, 2, 2,221, 0, 32,217, 21, 21,352],
[348, 2,201, 81, 31, 2, 2, 2, 81, 2, 2, 2,352],
[348, 2,202, 2, 0, 0, 0, 0, 0, 0, 0, 88,352],
[348, 2,201, 2,210, 2, 82, 2, 81, 2, 2, 2,352],
[348, 31, 0, 0, 0, 0, 0,209, 0, 0, 0, 31,352],
[348, 2, 81, 2, 2, 2, 0, 2, 2, 2, 81, 2,352],
[348, 31,205,205, 27, 2, 87, 2, 27, 28,209, 21,352],
[349,346,346,346,346,346,346,346,346,346,346,346,347]
],
"bgmap": [
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10255, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0,10247, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
],
"fgmap": [
],
"width": 13,
"height": 13,
"autoEvent": {},
"canFlyFrom": true,
"upFloor": [
6,
10
],
"downFloor": [
10,
7
],
"beforeBattle": {},
"cannotMoveIn": {}
}