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

103 lines
2.5 KiB
JavaScript

main.floors.MAL35=
{
"floorId": "MAL35",
"title": "魔法学院:35F",
"name": "主楼 35F",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"images": [],
"ratio": 4,
"defaultGround": "magicground",
"bgm": "maps4L.mp3",
"firstArrive": null,
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"6,11": {
"floorId": ":before",
"stair": "upFloor"
},
"11,1": {
"floorId": ":next",
"stair": "downFloor"
}
},
"afterBattle": {
"6,7": [
{
"type": "setBlock",
"number": "54",
"loc": [
[
6,
4
]
]
},
{
"type": "openDoor",
"loc": [
6,
2
]
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 87,148],
[148, 0,148,148,148,148, 85,148,148,148,148,148,148],
[148, 0,148, 0,148, 32, 32, 32,148,148,148,148,148],
[148, 0,148, 0,148, 0, 0, 0,148,148,148,148,148],
[148, 0,148, 0,148,189,190,191,148,148,148,148,148],
[148, 0,148, 0,148,192,193,194,148,148,148,148,148],
[148, 0,148, 0,148,195,257,196,148,148,148,148,148],
[148, 0,148, 0,148, 0, 0, 0,148,148,148,148,148],
[148, 0,148, 0,148, 0, 0, 0,148,148,148,148,148],
[148, 0,148, 0, 0, 0, 0, 0,148,148,148,148,148],
[148, 0, 0, 0,148, 0, 88, 0,148,148,148,148,148],
[148,148,148,148,148,148,148,148,148,148,148,148,148]
],
"bgmap": [
],
"fgmap": [
],
"downFloor": [
6,
10
],
"upFloor": [
10,
1
],
"autoEvent": {},
"beforeBattle": {
"6,7": [
{
"type": "if",
"condition": "(!flag:魔龙)",
"true": [
{
"type": "tip",
"text": "需要击败图书馆的魔龙后才能挑战"
},
{
"type": "exit"
}
]
}
]
},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}