add Reclaimed All Geo and corrections

This commit is contained in:
ReznoRMichael 2021-07-30 22:55:07 +02:00
parent f3b6ecd36c
commit fa50162064
4 changed files with 38 additions and 9 deletions

View file

@ -1197,6 +1197,15 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
break;
case "millibelleReclaimedAllGeo":
if (playerData.bankerTheft >= 1 && playerData.bankerBalance <= 0) {
SetIconGreen(section, i);
} else {
SetIconRed(section, i);
}
break;
case "geoRocks":
discoveredTotal = sceneData.geoRocks.length;
notActivated = CountGeoRocks(discoveredTotal, "unbroken");
@ -5887,18 +5896,23 @@ var HK = {
wiki: "Millibelle"
},
millibelleLeft: {
name: "Millibelle Disappeared",
name: "Banker Disappeared",
spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle"
},
millibelleCheckedStand: {
name: "Checked Millibelle Stand",
name: "Investigated Banker Stand",
spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle"
},
bankerSpaMet: {
name: "Found Millibelle",
spoiler: "City of Tears: Hot Springs, needs Simple Key",
name: "Found & Talked to the Thief",
spoiler: "City of Tears: Hot Springs, Simple Key",
wiki: "Millibelle"
},
millibelleReclaimedAllGeo: {
name: "Reclaimed All Geo",
spoiler: "City of Tears: Hot Springs, Millibelle the Thief",
wiki: "Millibelle"
},

File diff suppressed because one or more lines are too long

View file

@ -1322,6 +1322,16 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
break;
case "millibelleReclaimedAllGeo":
if (playerData.bankerTheft >= 1 && playerData.bankerBalance <= 0) {
SetIconGreen(section, i);
} else {
SetIconRed(section, i);
}
break;
case "geoRocks":
discoveredTotal = sceneData.geoRocks.length;

View file

@ -2803,18 +2803,23 @@ const HK = {
wiki: "Millibelle"
},
millibelleLeft: {
name: "Millibelle Disappeared",
name: "Banker Disappeared",
spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle"
},
millibelleCheckedStand: {
name: "Checked Millibelle Stand",
name: "Investigated Banker Stand",
spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle"
},
bankerSpaMet: {
name: "Found Millibelle",
spoiler: "City of Tears: Hot Springs, needs Simple Key",
name: "Found & Talked to the Thief",
spoiler: "City of Tears: Hot Springs, Simple Key",
wiki: "Millibelle"
},
millibelleReclaimedAllGeo: {
name: "Reclaimed All Geo",
spoiler: "City of Tears: Hot Springs, Millibelle the Thief",
wiki: "Millibelle"
},
/*