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

84 lines
2.2 KiB
JavaScript

main.floors.MAL42=
{
"floorId": "MAL42",
"title": "魔法学院:42F",
"name": "主楼 42F",
"width": 13,
"height": 13,
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 87, 0, 0,148, 0, 0, 23,148, 21, 22, 21,148],
[148, 0, 0,204,148, 0, 0, 0,148, 21, 21, 21,148],
[148,148,148, 81,148, 0, 0, 0,148,148, 0,148,148],
[148,121, 0, 0,148,148,228,148,148,219, 0,220,148],
[148, 0, 0,204, 81, 0, 0, 0, 81, 0, 0, 0,148],
[148, 81,148,148,148,148, 0,148,148, 0, 0,219,148],
[148, 0, 0, 0,148, 0, 0, 0,148,148, 0,148,148],
[148,148,148,207,148, 0, 0, 0,148,246, 0,246,148],
[148, 32, 21, 21,148,148, 0,148,148,148, 0,148,148],
[148,207,148,148,148, 0, 0, 0,148, 21, 21, 21,148],
[148, 21, 21,414,148, 0, 88, 0,148, 21, 22, 21,148],
[148,148,148,148,148,148,148,148,148,148,148,148,148]
],
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"images": [],
"ratio": 5,
"defaultGround": "magicground",
"bgm": "maps4L.mp3",
"firstArrive": null,
"eachArrive": [],
"parallelDo": "",
"events": {
"1,4": [
{
"type": "if",
"condition": "core.hasItem(\"MagicTome\")",
"true": [
"\t[老登,man]领域 夹击 通通见鬼去吧"
],
"false": [
"\t[老登,man]巫师会用魔法攻击路过的人 在2个魔法警卫间通过会使你的生命减少一半"
]
},
{
"type": "hide",
"remove": true
}
]
},
"changeFloor": {
"6,11": {
"floorId": ":before",
"stair": "upFloor"
},
"1,1": {
"floorId": ":next",
"stair": "downFloor"
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"bgmap": [
],
"fgmap": [
],
"upFloor": [
1,
2
],
"downFloor": [
5,
11
],
"autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}