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

67 lines
1.7 KiB
JavaScript

main.floors.MAL9=
{
"floorId": "MAL9",
"title": "魔法学院:9F",
"name": "主楼 9F",
"width": 13,
"height": 13,
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 0, 0,209, 81, 0, 88, 0, 81,201, 0, 31,148],
[148, 0, 21, 0,148, 0, 0, 0,148, 0,201, 0,148],
[148,210,148,148,148,148, 82,148,148,148,148, 0,148],
[148, 0, 21, 0,148, 21, 0, 21, 81, 81, 0, 0,148],
[148, 28, 0,205, 81, 0, 27, 0,148,148, 0,148,148],
[148,148,148,148,148,148,148,202,148, 0, 0,210,148],
[148, 21, 0, 81,210, 21,148, 0,148,421,148, 0,148],
[148,210, 0,148, 0, 0,148, 0,148,148,148, 81,148],
[148, 81,148,148,148, 81,148, 0,148, 21, 0,217,148],
[148, 0, 31,148, 0,209,148,205,148, 0,209, 0,148],
[148, 87, 0, 82, 0, 0, 81, 0, 81,217, 0, 31,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": {
"6,1": {
"floorId": ":before",
"stair": "upFloor"
},
"1,11": {
"floorId": ":next",
"stair": "downFloor"
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"fgmap": [
],
"bgmap": [
],
"upFloor": [
1,
10
],
"downFloor": [
6,
2
],
"autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}