tianta/project/floors/MT2.js

50 lines
1.6 KiB
JavaScript
Raw Normal View History

2022-10-21 07:20:39 +08:00
main.floors.MT2=
{
"floorId": "MT2",
"title": "天塔第 2 层",
"name": "天塔第2层",
"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, 21, 47, 2, 0,221,201,221, 31, 0, 0, 32, 0, 0],
[ 0, 0, 22, 0, 2, 0, 2, 2, 2, 2, 2, 2, 83, 0, 0],
[ 0, 0, 0, 0,221, 0, 2, 32,205, 0, 0, 0, 0, 0, 0],
[ 0, 0, 32, 32, 2, 33, 2, 82, 2, 2, 2, 2, 2, 0, 0],
[ 0, 0, 2, 2, 2, 2, 2,221, 0, 32,217, 21, 21, 0, 0],
[ 0, 0, 2,201, 81, 31, 2, 2, 2, 81, 2, 2, 2, 0, 0],
[ 0, 0, 2,202, 2, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0],
[ 0, 0, 2,201, 2,210, 2, 82, 2, 81, 2, 2, 2, 0, 0],
[ 0, 0, 31, 0, 0, 0, 0, 0,209, 0, 0, 0, 31, 0, 0],
[ 0, 0, 2, 81, 2, 2, 2, 0, 2, 2, 2, 81, 2, 0, 0],
[ 0, 0, 31,205,205, 27, 2, 87, 2, 27, 28,209, 21, 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": [
]
}