add rancid eggs sold to Jinn

This commit is contained in:
ReznoRMichael 2021-02-15 15:09:34 +01:00
parent 469387b0bc
commit d1c2588830
4 changed files with 18 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,13 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8"><script>
/*!
* CookieAlert v1.2
* http://cookiealert.sruu.pl/
*
* Created by Paweł Klockiewicz
* http://klocus.pl/
*/
var CookieAlert = {
defines: {
divID: 'CookieAlert',

View file

@ -762,9 +762,21 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
break;
case "geoPool":
case "rancidEggs":
case "jinnEggsSold":
case "xunFlowerBrokeTimes":
textPrefix += ": " + Math.abs(playerData[i]);
(i === "geoPool" && playerData[i] > 0) ? CurrentDataBlank(): CurrentDataTrue();
if (i === "jinnEggsSold") {
// fade out if not on Steel Soul
if (playerData.permadeathMode < 1) {
CurrentDataBlank();
textPrefix = `<del>${textPrefix}</del>`;
textSuffix = `<del>${textSuffix}</del>`;
break;
}
}
break;
case "geoRocks":
discoveredTotal = sceneData.geoRocks.length;

View file

@ -1076,6 +1076,10 @@ const HK = {
name: "Rancid Eggs",
spoiler: "Find: Hallownest, Buy: Sly, Tuk"
},
jinnEggsSold: {
name: "Rancid Eggs sold to Jinn",
spoiler: "Only in Steel Soul Mode"
},
xunFlowerBrokeTimes: {
name: "Delicate Flowers broken",
spoiler: "Resting Grounds: Grey Mourner"