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

119 lines
3.5 KiB
JavaScript

main.floors.MAC1=
{
"floorId": "MAC1",
"title": "中心连廊1",
"name": "5F 连廊",
"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": "3",
"action": [
{
"type": "openShop",
"id": "MAshop3",
"open": true
}
]
},
{
"case": "2",
"action": [
{
"type": "openShop",
"id": "MAshop2",
"open": true
}
]
},
{
"case": "default",
"action": [
{
"type": "openShop",
"id": "MAshop1",
"open": true
},
{
"type": "setValue",
"name": "flag:shopvisited",
"value": "1"
}
]
}
]
}
]
},
"changeFloor": {
"0,6": {
"floorId": "MAL5",
"loc": [
11,
6
],
"direction": "left"
},
"12,6": {
"floorId": "MAR5",
"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,1001,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": [
]
}