shengqishi/project/floors/MJ7.js

68 lines
1.6 KiB
JavaScript
Raw Normal View History

main.floors.MJ7=
{
"floorId": "MJ7",
"title": "魔界 7 ",
"name": "魔界7",
"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": {
"0,0": {
"floorId": ":before",
"stair": "upFloor"
},
"10,12": {
"floorId": ":next",
"stair": "downFloor"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[ 93, 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],
[ 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],
[ 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],
[ 0, 4, 4, 4, 4,711,711,711, 4, 4, 4, 4, 4],
[ 0, 4, 4, 4, 4,711,711,711, 0, 0, 0, 4, 4],
[ 0, 4, 4, 4, 4, 0,1182, 0, 4, 4, 0, 4, 4],
[ 0, 4, 4, 4, 4, 4, 0, 4, 4, 4, 0, 4, 4],
[ 0, 4, 4, 4, 4, 4, 0, 4, 4, 4, 0, 4, 4],
[ 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 4, 4],
[ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 93, 4, 4]
],
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
],
"flyPoint": [
0,
0
]
}