This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Talk:Iridium Crab

From Stardew Valley Wiki
Jump to: navigation, search
This talk page is for discussing Iridium Crab.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

Found at level

Source is in MineShaft::getMonsterForThisLevel:

if (this.mineLevel >= 146 && this.mineRandom.NextDouble() < 0.25)
{
	return new RockCrab(position, "Iridium Crab");
}

--margotbean (talk) 23:35, 2 June 2018 (BST)