We are currently performing an upgrade to our software. This upgrade will bring MediaWiki from version 1.31 to 1.33. While the upgrade is being performed on your wiki it will be in read-only mode. For more information check here.
Talk:Amarok
Drop chance[edit source]
Some(all?) pages on the wiki say drop chance is "1 in 80 (1.25%)", but looking at NPC.cs NPCLoot() I see
if (Main.hardMode && this.HasPlayerTarget && (Main.player[this.target].ZoneSnow && Main.rand.Next(300) == 0) && (this.HasPlayerTarget && this.lifeMax > 5 && (!this.friendly && (double) this.value > 0.0))) Item.NewItem((int) this.position.X, (int) this.position.Y, this.width, this.height, 3289, 1, false, -1, false, false);
Which by itself would mean chance is 1/300 ~0.33%.
I can't be sure that there aren't any other places, that also drop Amarok thus increasing the chance. Can someone more experienced look into this? —Preceding unsigned comment added by 88.193.92.203 (talk) at 06:06, 22 May 2017