tianta/project/floors/MT40.js

50 lines
1.6 KiB
JavaScript
Raw Normal View History

2022-10-21 07:20:39 +08:00
main.floors.MT40=
{
"floorId": "MT40",
"title": "天塔第 40 层",
"name": "天塔第40层",
"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, 4, 4, 4, 4, 2, 87, 2, 4, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 4, 2, 2, 0, 2, 2, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 4, 2, 0, 0, 0, 2, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 4, 2, 0, 0, 0, 2, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 4, 2, 0, 0, 0, 2, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 4, 2, 2, 0, 2, 2, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 4, 4, 2, 0, 2, 4, 4, 4, 4, 0, 0],
[ 0, 0, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 0, 0],
[ 0, 0, 4, 4,123, 0, 0, 0, 0, 0, 2, 4, 4, 0, 0],
[ 0, 0, 4, 4, 2, 0, 0, 0, 0, 0, 2, 4, 4, 0, 0],
[ 0, 0, 4, 4, 2, 2, 2, 88, 2, 2, 2, 4, 4, 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": [
]
}