Deploying to gh-pages from @ d47c18105d 🚀

This commit is contained in:
unanmed 2023-02-23 15:21:27 +00:00
parent eb7909d3f4
commit ffab46c075
5 changed files with 29 additions and 7 deletions

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,7 +18,7 @@
<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.9c31c1b4.js"></script>
<script type="module" crossorigin src="/HumanBreak/assets/index.1c1fb9d8.js"></script>
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/antdv.459e8db7.js">
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/common.3cbca343.js">
<link rel="stylesheet" href="/HumanBreak/assets/index.627c4a3b.css">
@ -207,7 +207,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.000b56dd.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/HumanBreak/assets/index-legacy.f42bee01.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.7fc496ba.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>

View File

@ -52,7 +52,14 @@ main.floors.MT17=
]
}
},
"afterBattle": {},
"afterBattle": {
"12,6": [
{
"type": "function",
"function": "function(){\nif (core.status.hero.hp - flags.hphphp >= 150000) {\n\tcore.completeAchievement('normal', 1);\n\tdelete flags.hphphp;\n}\n}"
}
]
},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
@ -94,7 +101,15 @@ main.floors.MT17=
"fgmap": [
],
"beforeBattle": {},
"beforeBattle": {
"12,6": [
{
"type": "setValue",
"name": "flag:hphphp",
"value": "core.status.hero.hp"
}
]
},
"bg2map": [
],

View File

@ -120,7 +120,14 @@ main.floors.MT6=
]
}
},
"afterBattle": {},
"afterBattle": {
"4,12": [
{
"type": "function",
"function": "function(){\nif (core.status.hero.hp === 1) {\n\tcore.completeAchievement('normal', 0);\n}\n}"
}
]
},
"afterGetItem": {
"4,4": [
{