shengqishi/project/floors/MJ9.js

71 lines
1.7 KiB
JavaScript

main.floors.MJ9=
{
"floorId": "MJ9",
"title": "魔界 9 ",
"name": "魔界9",
"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,10": {
"floorId": ":before",
"stair": "upFloor"
},
"11,10": {
"floorId": "MJ10",
"loc": [
11,
10
]
}
},
"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, 4, 4, 4, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4,713,713,713, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4,713,713,713, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4, 0,1180, 0, 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],
[ 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 4],
[ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4],
[ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4]
],
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
],
"flyPoint": [
0,
10
]
}