mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-05-01 03:43:25 +08:00
Deploying to gh-pages from @ d47c18105d
🚀
This commit is contained in:
parent
eb7909d3f4
commit
ffab46c075
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -18,7 +18,7 @@
|
|||||||
<meta name="x5-fullscreen" content="true">
|
<meta name="x5-fullscreen" content="true">
|
||||||
<meta name="x5-page-mode" content="app">
|
<meta name="x5-page-mode" content="app">
|
||||||
<link id="mota-css" type='text/css' href='/HumanBreak/styles.css' rel='stylesheet'>
|
<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/antdv.459e8db7.js">
|
||||||
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/common.3cbca343.js">
|
<link rel="modulepreload" crossorigin href="/HumanBreak/assets/common.3cbca343.js">
|
||||||
<link rel="stylesheet" href="/HumanBreak/assets/index.627c4a3b.css">
|
<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>!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-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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -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": {},
|
"afterGetItem": {},
|
||||||
"afterOpenDoor": {},
|
"afterOpenDoor": {},
|
||||||
"autoEvent": {},
|
"autoEvent": {},
|
||||||
@ -94,7 +101,15 @@ main.floors.MT17=
|
|||||||
"fgmap": [
|
"fgmap": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"beforeBattle": {},
|
"beforeBattle": {
|
||||||
|
"12,6": [
|
||||||
|
{
|
||||||
|
"type": "setValue",
|
||||||
|
"name": "flag:hphphp",
|
||||||
|
"value": "core.status.hero.hp"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"bg2map": [
|
"bg2map": [
|
||||||
|
|
||||||
],
|
],
|
||||||
|
@ -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": {
|
"afterGetItem": {
|
||||||
"4,4": [
|
"4,4": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user