tianta/project/floors/MT4.js
2022-10-21 12:20:39 +13:00

50 lines
1.6 KiB
JavaScript

main.floors.MT4=
{
"floorId": "MT4",
"title": "天塔第 4 层",
"name": "天塔第4层",
"width": 15,
"height": 15,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 1,
"defaultGround": "ground",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 31, 2, 28, 2, 21, 31, 2, 28,205, 2, 27, 0, 0],
[ 0, 0, 31, 2, 27, 2, 21, 31, 2,205, 0, 2, 31, 0, 0],
[ 0, 0,202, 2,205, 2, 0, 0, 2, 31,205, 2,202, 0, 0],
[ 0, 0,201, 2, 81, 2,210, 2, 2,205, 0, 2,201, 0, 0],
[ 0, 0, 21,201, 0, 0, 0, 88, 2, 32,205, 2,202, 0, 0],
[ 0, 0, 2, 2, 2, 81, 2, 2, 2, 2, 0, 2,201, 0, 0],
[ 0, 0, 32, 0, 0,202, 0, 2, 87, 0, 0, 0, 0, 0, 0],
[ 0, 0, 2, 81, 2, 2, 2, 2, 2,217, 2, 2, 2, 0, 0],
[ 0, 0, 31, 0, 0,201,202, 0,205, 31, 81,210, 0, 0, 0],
[ 0, 0, 2, 2, 81, 2, 2, 2, 81, 2, 2, 0, 21, 0, 0],
[ 0, 0, 31, 27,205, 0, 2, 31,217, 31, 2, 31, 28, 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]
],
"bgmap": [
],
"fgmap": [
]
}