shengqishi/project/floors/SR23.js

118 lines
3.6 KiB
JavaScript

main.floors.SR23=
{
"floorId": "SR23",
"title": "深入 23 ",
"name": "深入23",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 2,
"defaultGround": "autotile7",
"bgm": "tiankong.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"11,6": [
{
"type": "confirm",
"text": "确认要打开这个宝箱吗? (花费50点魔力)",
"yes": [
{
"type": "if",
"condition": "(status:mana<50)",
"true": [
{
"type": "playSound",
"name": "操作失败"
},
"你的魔力不足!"
],
"false": [
{
"type": "setValue",
"name": "status:mana",
"operator": "-=",
"value": "50"
},
{
"type": "playSound",
"name": "door.mp3"
},
{
"type": "setBlock",
"number": "X10111"
},
"获得一枚八阶白宝石",
{
"type": "setValue",
"name": "item:I604",
"operator": "+=",
"value": "1"
}
]
}
],
"no": []
}
]
},
"changeFloor": {
"0,6": {
"floorId": "SR22",
"loc": [
0,
6
]
},
"6,0": {
"floorId": "SR24",
"loc": [
6,
0
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[120037,120038,120038,120038,120038,120038, 91,120038,120038,120038,120038,120038,120039],
[120045,757, 0,691,753, 0, 21, 0,756, 0,690, 0,120047],
[120045, 0,120007,754,120007,120007,120007,120007,120007,120007,120007,753,120047],
[120045,366,120007, 0,691,756,1077, 0,120007,756, 81, 0,120047],
[120045, 0,120007, 21, 0,611,120007, 0,120007, 0,120007,758,120047],
[120045,758,120007,120007,120007,120007,120007,752,120007,690,120007,615,120047],
[ 94, 0,120007,368, 0,690,120007, 0,120007, 0,120007,10110,120047],
[120045,753,120007, 0,754, 0,120007,365,120007,752,120007,120007,120047],
[120045, 0,120007,120007, 81,120007,120007, 0, 81, 0,711, 0,120047],
[120045, 21, 0,752, 0,358, 0,753,120007,120007, 81,120007,120047],
[120045,120007,120007,120007, 82,120007,120007,120007,120007, 0,752, 0,120047],
[120045,690,603,754, 0,757,700,700,120007, 21, 0, 21,120047],
[120053,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120054,120055]
],
"bgmap": [
],
"fgmap": [
],
"bg2map": [
],
"fg2map": [
],
"flyPoint": [
0,
6
]
}