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

90 lines
2.4 KiB
JavaScript

main.floors.MAL4=
{
"floorId": "MAL4",
"title": "魔法学院:4F",
"name": "主楼 4F",
"width": 13,
"height": 13,
"map": [
[148,148,148,148,148,148,148,148,148,148,148,148,148],
[148, 0, 22, 0,148, 0, 0, 0,148, 0,121, 0,148],
[148, 31, 0, 21,148, 0,396, 0,148, 21, 0, 32,148],
[148, 0,217, 0,148, 0, 0, 0,148, 0,210, 0,148],
[148,148, 81,148,148,148, 0,148,148,148, 81,148,148],
[148, 0, 0, 0, 0, 0, 0, 0, 81, 0,209, 0,148],
[148, 0, 0, 0,148,148,148,148,148,148,148,148,148],
[148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,148],
[148, 0,148,148, 81,148,148,148, 81,148,148, 0,148],
[148, 0,148, 0,205, 0,148, 0,217, 0,148, 0,148],
[148, 0,148,201, 0, 21,148, 27, 0, 31,148, 0,148],
[148, 87,148, 21,201, 21,148, 0,201, 0,148, 88,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": {
"10,1": [
"\t[老登,man]只有6楼以上才可以触发事件",
{
"type": "hide",
"remove": true,
"time": 200
}
],
"6,2": [
"\t[米米,Mimi]喜欢这款游戏的话也可以关注下原作《星引擎Party》",
{
"type": "confirm",
"text": "是否前往《星引擎Party》页面",
"yes": [
{
"type": "function",
"function": "function(){\nopen(\"https://store.steampowered.com/app/2622000/_Party/\")\n}"
}
],
"no": []
}
]
},
"changeFloor": {
"11,11": {
"floorId": ":before",
"stair": "upFloor"
},
"1,11": {
"floorId": ":next",
"stair": "downFloor"
}
},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"cannotMove": {},
"bgmap": [
],
"fgmap": [
],
"upFloor": [
1,
10
],
"downFloor": [
11,
10
],
"autoEvent": {},
"beforeBattle": {},
"cannotMoveIn": {},
"bg2map": [],
"fg2map": []
}