Gruz Mother quick fix

This commit is contained in:
ReznoRMichael 2020-08-31 18:18:52 +02:00
parent 824e225b9d
commit e1f2127152
2 changed files with 6 additions and 5 deletions

View file

@ -42,9 +42,9 @@ const DIV_ID = {
const HK_BOSSES = { const HK_BOSSES = {
falseKnightDefeated: ["False Knight", "Forgotten Crossroads"], falseKnightDefeated: ["False Knight", "Forgotten Crossroads"],
killedMawlek: ["Brooding Mawlek", "Forgotten Crossroads"],
hornet1Defeated: ["Hornet Protector", "Greenpath"], hornet1Defeated: ["Hornet Protector", "Greenpath"],
killedBurstingBouncer: ["Gruz Mother", "Forgotten Crossroads"], killedBigFly: ["Gruz Mother", "Forgotten Crossroads"], // "Battle Scene" - "Crossroads_04"
killedMawlek: ["Brooding Mawlek", "Forgotten Crossroads"],
defeatedDungDefender: ["Dung Defender", "Royal Waterways"], defeatedDungDefender: ["Dung Defender", "Royal Waterways"],
mageLordDefeated: ["Soul Master", "City of Tears: Soul Sanctum"], mageLordDefeated: ["Soul Master", "City of Tears: Soul Sanctum"],
killedBlackKnight: ["Watcher Knights", "City of Tears: Watcher's Spire"], killedBlackKnight: ["Watcher Knights", "City of Tears: Watcher's Spire"],
@ -180,7 +180,7 @@ const HK_NAILUPGRADES = [
const HK_SPELLS = { const HK_SPELLS = {
fireballLevel: { fireballLevel: {
1: ["Vengeful Spirit", "Forgotten Crossroads"], 1: ["Vengeful Spirit", "Forgotten Crossroads: Ancestral Mound"],
2: ["Shade Soul", "City of Tears: Soul Sanctum + Elegant Key"], 2: ["Shade Soul", "City of Tears: Soul Sanctum + Elegant Key"],
}, },
quakeLevel: { quakeLevel: {

View file

@ -109,7 +109,6 @@
</div> <!-- end content --> </div> <!-- end content -->
</body> </body>
</html>
<!-- Instantly load test file (Debugging script) --> <!-- Instantly load test file (Debugging script) -->
<!-- <script src="loadJson.js"></script> --> <!-- <script src="loadJson.js"></script> -->
@ -125,4 +124,6 @@
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-136831794-2'); gtag('config', 'UA-136831794-2');
</script> </script>
</html>