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

74 lines
1.8 KiB
JavaScript

main.floors.MAL21=
{
"floorId": "MAL21",
"title": "魔法学院:21F",
"name": "主楼 21F",
"width": 13,
"height": 13,
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 0, 0, 0, 0, 0, 88, 0, 0, 0, 0, 0,148],
[148, 0,148,148,148, 0, 0, 0,148,148,148, 0,148],
[148, 0,148,148,148, 0, 0, 0,148,148,148, 0,148],
[148, 0,148,148,148, 0, 0, 0,148,148,148, 0,148],
[148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,148],
[148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,148],
[148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,148],
[148, 0,148,148,148, 0, 0, 0,148,148,148, 0,148],
[148, 0,148,148,148, 0, 0, 0,148,148,148, 0,148],
[148, 0,148,148,148, 0, 0, 0,148,148,148, 0,148],
[148, 0, 0, 0, 0, 0, 87, 0, 0, 0, 0, 0,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": [
{
"type": "setValue",
"name": "flag:ratio",
"operator": "+=",
"value": "1"
}
],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,1": {
"floorId": ":before",
"stair": "upFloor"
},
"6,11": {
"floorId": ":next",
"stair": "downFloor"
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"bgmap": [
],
"fgmap": [
],
"upFloor": [
6,
10
],
"downFloor": [
6,
2
],
"autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}