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:Strange Doll (yellow)

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

Secret Note

Secret note 18 explicitly spawns the yellow strange doll.

   if (who.secretNotesSeen.Contains(18) && xLocation == 40 && yLocation == 55 && !who.mailReceived.Contains("SecretNote18_done"))
           {
               who.mailReceived.Add("SecretNote18_done");
               Game1.createObjectDebris(127, xLocation, yLocation, who.UniqueMultiplayerID, this);
               return "";
           }

127 is the id for the yellow strange doll. BlaDe (talk) 09:41, 25 January 2021 (UTC)