shengqishi/project/floors/DL6.js
bdf1 1b1a39d546 更改一系列bug,加入了一些功能
修复手机端和切换楼层边框问题
拿到新装备时自动计算最优装备
加入最高难度禁止神之血琼浆玉露
融合圣子降低属性从1万变成10万
状态栏增加黑白钥匙显示
东凌帝国区血瓶血量减半,因为之前怪物血量减半
光明广场加入另一种地板表示不能去的地方
计分暂时用攻防和
2024-08-25 17:30:37 +08:00

124 lines
3.7 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

main.floors.DL6=
{
"floorId": "DL6",
"title": "东凌帝国 6 ",
"name": "东凌帝国6",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"images": [],
"ratio": 512,
"defaultGround": "X20061",
"bgm": "jw.mp3",
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {
"2,7": [
{
"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"
},
"东凌皇帝密函\n进入莫析家族后协助安撒击杀莫析宙不要留下一个活口\n东方溪收",
"\t[莫析辉,hero]\b[hero]好你个图毅,这回看你怎么说!",
{
"type": "hide",
"loc": [
[
6,
1
]
],
"floorId": "DL9",
"remove": true
}
]
}
],
"no": []
}
]
},
"changeFloor": {
"12,6": {
"floorId": "DL5",
"loc": [
12,
6
]
},
"6,12": {
"floorId": "DL7",
"loc": [
6,
12
]
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[109,109,109,109,109,109,109,109,109,109,109,109,109],
[109,109,109,109,109,109,109,109,109,109,109,109,109],
[109,109, 28,779, 81,683,109,613,613,109,109,109,109],
[109,109,685, 29,109, 0, 81,781,613,109,109,109,109],
[109,109,109,109,109,780,109,109,109,109,109,109,109],
[109,109,683, 27, 0, 0,778, 0,683,109,109,109,109],
[109,109,109,109,109,109,1077,109, 0,777, 81, 0, 92],
[109,109,10110,782,1077,109,777,109, 81,109,109,109,109],
[109,109,109,109,1077,109, 0,109,778,109,344,109,109],
[109,109,604,109,1077,109, 21,109, 0, 82,781,109,109],
[109,109,604,779, 0, 83, 0,109, 29,109,698,109,109],
[109,109,604,109, 21,109,778,109,684,109, 27,109,109],
[109,109,109,109,109,109, 93,109,109,109,109,109,109]
],
"bgmap": [
],
"fgmap": [
],
"flyPoint": [
12,
6
],
"bg2map": [
],
"fg2map": [
]
}