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

75 lines
1.8 KiB
JavaScript

main.floors.MAL5=
{
"floorId": "MAL5",
"title": "魔法学院:5F",
"name": "主楼 5F",
"width": 13,
"height": 13,
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 87,148, 0,202, 81, 0,148, 0, 0, 81, 0,148],
[148, 0,148, 0, 0,148, 21,148,201,201,148,202,148],
[148, 0, 81,205, 0,148, 0,148, 21, 21,148, 0,148],
[148,148,148,148, 81,148,205,148, 21, 21,148, 0,148],
[148, 21, 0,217, 0,148, 0,148,148,148,148, 0,148],
[148, 21, 0, 0,205,148, 0,201, 0, 0, 0, 0, 94],
[148,148,210,148,148,148, 0,148,148,148,148,202,148],
[148, 0, 0, 0, 0,148,201,148, 0, 0, 0, 0,148],
[148, 28, 21, 31, 0,148, 0,148, 0,148,148,148,148],
[148,148,148,148,148,148, 0,148, 0,148, 0, 0,148],
[148, 88, 0, 0, 0, 0, 0,148, 0, 81, 0, 63,148],
[148,148,148,148,148,148,148,148,148,148,148,148,148]
],
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"images": [],
"ratio": 1,
"defaultGround": "magicground",
"bgm": "maps4L.mp3",
"firstArrive": null,
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"1,11": {
"floorId": ":before",
"stair": "upFloor"
},
"1,1": {
"floorId": ":next",
"stair": "downFloor"
},
"12,6": {
"floorId": "MAC1",
"loc": [
1,
6
],
"direction": "right"
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"fgmap": [
],
"bgmap": [
],
"upFloor": [
1,
2
],
"downFloor": [
2,
11
],
"autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}