Eustia/project/floors/street01.js

74 lines
1.8 KiB
JavaScript

main.floors.street01=
{
"floorId": "street01",
"title": "牢狱01",
"name": "1",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"images": [],
"ratio": 1,
"defaultGround": "grass2",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"8,4": [
{
"type": "changeFloor",
"floorId": "jiuguan",
"loc": [
4,
12
],
"direction": "up"
}
]
},
"changeFloor": {
"0,6": {
"floorId": "street02",
"loc": [
12,
6
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[141,141,141,141,141,141,140,141,141,141,141,141,141],
[141,141,141,141,141,141,140,141,141,141,141,141,141],
[141,141,141,141,141,141,140,141,141,141,141,141,141],
[141,141,141,141,141,141,140,141,141,141,141,141,141],
[140,140,140,140,140,140,140,140, 90,140,140,140,140],
[ 0, 0, 0, 0, 0,140, 0, 0, 0, 0,140, 0, 0],
[ 92, 0,140,202,140,140,201,140,140,140,140, 0, 94],
[ 0, 0,140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[140,140,140,140,140,140,140,140,140,140,140,140,140],
[141,141,141,141,141,141,141,141,141,141,141,141,141],
[141,141,141,141,141,141,141,141,141,141,141,141,141],
[141,141,141,141,141,141,141,141,141,141,141,141,141],
[141,141,141,141,141,141,141,141,141,141,141,141,141]
],
"areas": "牢狱",
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
]
}