changed ghostCoins to geoPool for Shade Geo

This commit is contained in:
ReznoRMichael 2021-01-30 19:00:01 +01:00
parent f77cef3a55
commit 2a324723de
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -670,11 +670,11 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData) {
textPrefix += ": " + countTotal;
(amount >= dataObject[i][2]) ? CurrentDataTrue(): CurrentDataBlank();
break;
case "ghostCoins":
case "geoPool":
case "rancidEggs":
case "xunFlowerBrokeTimes":
textPrefix += ": " + Math.abs(playerData[i]);
(i === "ghostCoins" && playerData[i] > 0) ? CurrentDataBlank(): CurrentDataTrue();
(i === "geoPool" && playerData[i] > 0) ? CurrentDataBlank(): CurrentDataTrue();
break;
case "shopkeeperKey":
(playerData.hasSlykey === true || playerData.gaveSlykey === true) ? CurrentDataTrue(): CurrentDataFalse();

View file

@ -406,7 +406,7 @@ const STATISTICS = {
relicsHallownestSeal: ["Relic #2 found total", "Hallownest Seal (out of 17)", 17, "trinket2", "soldTrinket2"],
relicsKingsIdol: ["Relic #3 found total", "King's Idol (out of 8)", 8, "trinket3", "soldTrinket3"],
relicsArcaneEgg: ["Relic #4 found total", "Arcane Egg (out of 4)", 4, "trinket4", "soldTrinket4"],
ghostCoins: ["Shade Geo", "Amount of Geo the Shade is currently holding", 0],
geoPool: ["Shade Geo", "Amount of Geo the Shade is currently holding", 0], // not ghostCoins
rancidEggs: ["Rancid Eggs", "Hallownest, Sly, Tuk"],
xunFlowerBrokeTimes: ["Delicate Flowers broken", "Resting Grounds: Grey Mourner"],
hasDreamGate: ["Dream Gate", "Seer: 900 Essence"],