arcane eggs now max = 3 (1 missable)

This commit is contained in:
ReznoRMichael 2021-07-08 11:03:19 +02:00
parent 2f6eab0fb6
commit e15f5d4fe4
4 changed files with 4 additions and 4 deletions

View file

@ -850,6 +850,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
case "relicsArcaneEgg":
total = playerData[dataObject[i].nameHeld] + playerData[dataObject[i].nameSold];
total >= dataObject[i].max ? CurrentDataTrue(section, i) : CurrentDataBlank(section, i);
dataObject[i].amount = total;
textPrefix += ": " + total;
break;
@ -4098,7 +4099,7 @@ var HK = {
nameHeld: "trinket4",
nameSold: "soldTrinket4",
spoiler: "Arcane Egg (4 Eggs max, 1 missable)",
max: 4,
max: 3,
wiki: "Arcane_Egg"
},
// not ghostCoins

File diff suppressed because one or more lines are too long

View file

@ -944,7 +944,6 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
case "relicsArcaneEgg":
total = playerData[dataObject[i].nameHeld] + playerData[dataObject[i].nameSold];
/* if (i === "relicsArcaneEgg") */
(total >= dataObject[i].max) ? CurrentDataTrue(section, i): CurrentDataBlank(section, i);
dataObject[i].amount = total;

View file

@ -1579,7 +1579,7 @@ const HK = {
nameHeld: "trinket4",
nameSold: "soldTrinket4",
spoiler: "Arcane Egg (4 Eggs max, 1 missable)",
max: 4,
max: 3,
wiki: "Arcane_Egg"
},
// not ghostCoins