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

67 lines
1.7 KiB
JavaScript

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