Deploying to gh-pages from @ fbed8fb725 🚀

This commit is contained in:
unanmed 2023-01-04 09:46:00 +00:00
parent 1b5b73fffb
commit 717ed408e2
13 changed files with 33 additions and 42 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -18,10 +18,10 @@
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<link id="mota-css" type='text/css' href='/HumanBreak/styles.css' rel='stylesheet'>
<script type="module" crossorigin src="/HumanBreak/assets/index.59e08278.js"></script>
<script type="module" crossorigin src="/HumanBreak/assets/index.1cce5ee3.js"></script>
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/antdv.a0bb80c4.js">
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/common.59ee6536.js">
<link rel="stylesheet" href="/HumanBreak/assets/index.53f9fd9e.css">
<link rel="stylesheet" href="/HumanBreak/assets/index.856f7e7f.css">
<script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
@ -215,7 +215,7 @@
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="/HumanBreak/assets/polyfills-legacy.852057b5.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/HumanBreak/assets/index-legacy.ecf4e54e.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/HumanBreak/assets/index-legacy.89887c00.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>

View File

@ -3349,8 +3349,8 @@ maps.prototype.setBlock = function (number, x, y, floorId, noredraw) {
if (!noredraw) {
core.drawBlock(block);
core.addGlobalAnimate(block);
core.updateStatusBar();
}
core.updateStatusBar();
}
}
}

View File

@ -39,7 +39,8 @@ main.floors.MT17=
"在地图上拥有追猎怪物的时候无法瞬移"
],
"13,6": [
"这个绝对坚固怪能刷血还是尽量刷吧塔里面有盾拿了盾之后差不多就能防杀了大概可以刷10w血"
"这个绝对坚固怪能刷血还是尽量刷吧塔里面有盾拿了盾之后差不多就能防杀了大概可以刷10w血",
"注意,如果你开启了自动切换技能,那么当你未防杀他的时候系统可能会自动选择开启技能导致你破了防。这时候你需要自行计算距离不开技能破防还需要吃多少攻"
]
},
"changeFloor": {

View File

@ -158,7 +158,7 @@ main.floors.tower1=
"cannotMove": {},
"map": [
[527,527,527,527,527,527,527,527,527,527,527,527,527,527,527],
[527, 87,381,381,381,492, 0, 32, 0,492, 0,484,528, 0,527],
[527, 32,381,381,381,492, 0, 87, 0,492, 0,484,528, 0,527],
[527,528,492,528,546,528,528,536,528,528, 0, 0,548, 29,527],
[527, 32,381,537, 0, 32,550, 0, 21, 0, 29, 0, 35, 0,527],
[527,494,528,381,528,550,528,528,528,528,528,549,378,484,527],
@ -237,7 +237,7 @@ main.floors.tower1=
58
]
},
"1,1": {
"7,1": {
"floorId": "tower2",
"loc": [
7,

View File

@ -65,7 +65,7 @@ main.floors.tower2=
"7,1": {
"floorId": "tower1",
"loc": [
1,
7,
1
]
},

View File

@ -21,14 +21,7 @@ main.floors.tower5=
"这里是漏怪检测,会检测\r[gold]智慧之塔\r[]区域是否有遗漏怪物",
{
"type": "function",
"function": "function(){\ncore.checkEnemy([0, \"tower1\", \"tower2\", \"tower3\", \"tower4\", \"tower5\", \"tower6\"]);\n}"
},
{
"type": "if",
"condition": "(flag:enemyNumber===0)",
"true": [
"请搜刮地上物资,之后此区域无法返回"
]
"function": "function(){\nconst enemy = core.getRemainEnemyString([\"tower1\", \"tower2\", \"tower3\", \"tower4\", \"tower5\", \"tower6\"]);\nif (enemy.length === 0) {\n\tcore.insertAction(['当前无剩余怪物!', { \"type\": \"hide\", \"remove\": true }, ]);\n} else {\n\tcore.insertAction(enemy);\n}\n}"
}
]
},

Binary file not shown.

Binary file not shown.

View File

@ -1718,9 +1718,6 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = {
};
// 血条
this.healthBar = function (now, total) {
// 关闭小地图
flags.__useMinimap__ = false;
core.drawMinimap();
var nowLength = (now / total) * 476; // 当前血量下绘制长度
var color = [
255 * 2 - (now / total) * 2 * 255,