51_AstralParty/project/floors/MAL22.js
2025-09-11 22:30:07 +08:00

67 lines
1.7 KiB
JavaScript

main.floors.MAL22=
{
"floorId": "MAL22",
"title": "魔法学院:22F",
"name": "主楼 22F",
"width": 13,
"height": 13,
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 87, 0, 0, 0, 0, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 0,148,148,148,148,148,148],
[148,148,148,148,148,148, 88,148,148,148,148,148,148],
[148,148,148,148,148,148,148,148,148,148,148,148,148]
],
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"images": [],
"ratio": 3,
"defaultGround": "magicground",
"bgm": "maps4L.mp3",
"firstArrive": null,
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,11": {
"floorId": ":before",
"stair": "upFloor"
},
"1,1": {
"floorId": ":next",
"stair": "downFloor"
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"fgmap": [
],
"bgmap": [
],
"downFloor": [
6,
10
],
"upFloor": [
2,
1
],
"autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}