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

107 lines
3.1 KiB
JavaScript

main.floors.MAC4=
{
"floorId": "MAC4",
"title": "中心连廊4",
"name": "34F 连廊",
"width": 13,
"height": 13,
"canFlyTo": false,
"canFlyFrom": false,
"canUseQuickShop": true,
"images": [],
"ratio": 1,
"defaultGround": "magicground",
"bgm": "AstralShop.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"6,5": [
{
"type": "switch",
"condition": "flag:shopvisited",
"caseList": [
{
"case": "4",
"action": [
{
"type": "openShop",
"id": "MAshop4",
"open": true
}
]
},
{
"case": "default",
"action": [
{
"type": "openShop",
"id": "MAshop3",
"open": true
},
{
"type": "disableShop",
"id": "MAshop2"
},
{
"type": "disableShop",
"id": "MAshop1"
},
{
"type": "setValue",
"name": "flag:shopvisited",
"value": "3"
}
]
}
]
}
]
},
"changeFloor": {
"0,6": {
"floorId": "MAL34",
"loc": [
11,
6
],
"direction": "left"
},
"12,6": {
"floorId": "MAR34",
"loc": [
1,
6
],
"direction": "right"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148, 7,131, 8,149,149,149,149,149],
[ 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149],
[148,148,148,148,148,148, 4,149,149,149,149,149,149]
],
"bgmap": [
],
"fgmap": [
]
}