Talk:Minerals

From Stardew Valley Wiki
Revision as of 20:34, 21 November 2023 by Atravita (talk | contribs) (Created page with "MineShaft.adjustLevelChances <samp> else if (this.mineLevel % 5 == 0 && this.getMineArea() != 121) { itemChance = 0.0; // forage chance gemStoneChance = 0.0; if (t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MineShaft.adjustLevelChances

else if (this.mineLevel % 5 == 0 && this.getMineArea() != 121) { itemChance = 0.0; // forage chance gemStoneChance = 0.0; if (this.mineLevel % 10 == 0) { monsterChance = 0.0; } }

so no forage on elevator levels, if I'm reading the code correctly. Atravita (talk) 20:34, 21 November 2023 (UTC)