shengqishi/project/floors/MJ8.js

68 lines
1.7 KiB
JavaScript
Raw Normal View History

main.floors.MJ8=
{
"floorId": "MJ8",
"title": "魔界 8 ",
"name": "魔界8",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "ground",
"bgm": "bgm.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {},
"changeFloor": {
"10,12": {
"floorId": ":before",
"stair": "upFloor"
},
"0,10": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4,712,712,712, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4,712,712,712, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4, 0,1181, 0, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4, 4, 0, 4, 4, 4, 4, 4, 4],
[ 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4],
[ 4, 4, 4, 0, 4, 4, 4, 4, 4, 4, 0, 4, 4],
[ 4, 4, 4, 0, 4, 4, 4, 4, 4, 4, 0, 4, 4],
[ 4, 4, 4, 0, 4, 4, 4, 4, 4, 4, 0, 4, 4],
[ 4, 4, 4, 0, 4, 4, 4, 4, 4, 4, 0, 4, 4],
[ 92, 0, 0, 0, 4, 4, 4, 4, 4, 4, 0, 4, 4],
[ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 4, 4],
[ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 91, 4, 4]
],
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
],
"flyPoint": [
10,
12
]
}