Analyzer Support
This commit is contained in:
parent
2d911fca13
commit
af0509b30f
4 changed files with 18 additions and 17 deletions
13
build/app.js
13
build/app.js
|
|
@ -436,7 +436,8 @@ function CheckExtendedCompletion(db) {
|
|||
/* Do not count (ignore) these entries at all */
|
||||
switch (entry) {
|
||||
case "oldNail":
|
||||
case "pantheonMaster":
|
||||
case "pantheonMaster": // Pantheons are counted in Godmaster section
|
||||
|
||||
case "pantheonArtist":
|
||||
case "pantheonSage":
|
||||
case "pantheonKnight":
|
||||
|
|
@ -6234,7 +6235,7 @@ var HK = {
|
|||
}
|
||||
},
|
||||
|
||||
/* ################ Godhome Statistics ################### */
|
||||
/* ################################################# Godhome Statistics ############################################## */
|
||||
godhomeStatistics: {
|
||||
h2: "Godhome Statistics",
|
||||
id: "hk-godhome-statistics",
|
||||
|
|
@ -6332,6 +6333,8 @@ var HK = {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of the Artist #################################################### */
|
||||
pantheonOfTheArtist: {
|
||||
h2: "Pantheon of the Artist (P2)",
|
||||
id: "hk-pantheon-artist",
|
||||
|
|
@ -6380,6 +6383,8 @@ var HK = {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of the Sage #################################################### */
|
||||
pantheonOfTheSage: {
|
||||
h2: "Pantheon of the Sage (P3)",
|
||||
id: "hk-pantheon-sage",
|
||||
|
|
@ -6428,6 +6433,8 @@ var HK = {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of the Knight #################################################### */
|
||||
pantheonOfTheKnight: {
|
||||
h2: "Pantheon of the Knight (P4)",
|
||||
id: "hk-pantheon-knight",
|
||||
|
|
@ -6476,6 +6483,8 @@ var HK = {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
/* ################################################### Pantheon of Hallownest #################################################### */
|
||||
pantheonOfHallownest: {
|
||||
h2: "Pantheon of Hallownest (P5)",
|
||||
id: "hk-pantheon-hallownest",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -170,7 +170,7 @@
|
|||
|
||||
<p class="smalltext">
|
||||
<a class="link-social" href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
||||
class="simpleicon-paypal"></i>Support Tool (PayPal)</a>
|
||||
class="simpleicon-paypal"></i>Support Analyzer and get Featured!<i class="simpleicon-paypal"></i></a>
|
||||
<br>
|
||||
<a class="link-social" href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
|
||||
class="simpleicon-steam"></i>Official Steam Guide</a>
|
||||
|
|
@ -279,7 +279,8 @@
|
|||
|
||||
<p class="smalltext">
|
||||
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
||||
class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
|
||||
class="simpleicon-paypal"></i>Donate<i
|
||||
class="simpleicon-paypal"></i></a> at least $1 for the Analyzer!<br>
|
||||
Lvl indicates your amount of support.
|
||||
</p>
|
||||
|
||||
|
|
@ -299,11 +300,6 @@
|
|||
href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> © 2017–2021<br>
|
||||
</p>
|
||||
|
||||
<p class="smalltext">
|
||||
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool
|
||||
(PayPal)<i class="simpleicon-paypal"></i></a>
|
||||
</p>
|
||||
|
||||
</div> <!-- end content -->
|
||||
|
||||
<script src="app.js"></script></body>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
<p class="smalltext">
|
||||
<a class="link-social" href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
||||
class="simpleicon-paypal"></i>Support Tool (PayPal)</a>
|
||||
class="simpleicon-paypal"></i>Support Analyzer and get Featured!<i class="simpleicon-paypal"></i></a>
|
||||
<br>
|
||||
<a class="link-social" href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i
|
||||
class="simpleicon-steam"></i>Official Steam Guide</a>
|
||||
|
|
@ -164,7 +164,8 @@
|
|||
|
||||
<p class="smalltext">
|
||||
You too can get immortalized here. <a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i
|
||||
class="simpleicon-paypal"></i>Donate</a> at least $1 for the Tool!<br>
|
||||
class="simpleicon-paypal"></i>Donate<i
|
||||
class="simpleicon-paypal"></i></a> at least $1 for the Analyzer!<br>
|
||||
Lvl indicates your amount of support.
|
||||
</p>
|
||||
|
||||
|
|
@ -184,11 +185,6 @@
|
|||
href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> © 2017–2021<br>
|
||||
</p>
|
||||
|
||||
<p class="smalltext">
|
||||
<a href="https://www.paypal.me/ReznoRMichael" target="_blank"><i class="simpleicon-paypal"></i>Support Tool
|
||||
(PayPal)<i class="simpleicon-paypal"></i></a>
|
||||
</p>
|
||||
|
||||
</div> <!-- end content -->
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue