Efarn

2,479 bytes removed ,  01:49, 17 March 2021
Line 7: Line 7:     
==to do==
 
==to do==
furniture placement details
+
* <s>Gold Clock/Ginger Island</s>
 
+
* Island Field Office fossil specifics
public const int chair = 0;
+
* Artifact Spot chances
public const int bench = 1;
+
* Island North Cave forage
public const int couch = 2;
+
* Qi bean frequency
public const int armchair = 3;
  −
public const int dresser = 4;
  −
public const int longTable = 5;
  −
public const int painting = 6;
  −
public const int lamp = 7;
  −
public const int decor = 8;
  −
public const int other = 9;
  −
public const int bookcase = 10;
  −
public const int table = 11;
  −
public const int rug = 12;
  −
public const int window = 13;
  −
public const int fireplace = 14;
  −
public const int bed = 15;
  −
public const int torch = 16;
  −
public const int sconce = 17;
  −
 
  −
if (base.name.Contains("TV"))-this._placementRestriction = 0;
  −
}
  −
this.furniture_type.Value == 11 || this.furniture_type.Value == 1 || this.furniture_type.Value == 0 || this.furniture_type.Value == 5 || this.furniture_type.Value == 8 || this.furniture_type.Value == 16)
  −
 
  −
GetSeatCapacity()
  −
if ((int)this.furniture_type == 0)
  −
return 1;
  −
if ((int)this.furniture_type == 1)
  −
return 2;
  −
if ((int)this.furniture_type == 2)
  −
return this.defaultBoundingBox.Width / 64 - 1;
  −
if ((int)this.furniture_type == 3)
  −
return 1;
  −
else return 0;
      
<pre>
 
<pre>
Line 48: Line 18:  
==History==
 
==History==
 
{{history|1.5|Decor can be placed outside.}}
 
{{history|1.5|Decor can be placed outside.}}
   
</pre>
 
</pre>
  −
{{Spoiler}}
  −
{{Infobox
  −
|name        = Telephone
  −
|source      = [[Carpenter's Shop]] for {{price|2000}}
  −
|quality    = false
  −
|sellprice  = Cannot be sold
  −
}}{{Stub}}
  −
The '''Telephone''' is a piece of equipment that allows players to check store hours and inventory. It can be purchased from the [[Carpenter's Shop]] for {{price|2000}}. It may be placed anywhere in Stardew Valley, indoors or out.
  −
  −
After completing the [[Adventurer's Guild#Monster Eradication Goals|Monster Eradication Goal]] for Magma Sprites and Sparklers, [[Marlon|Marlon's]] number is added so you can use the [[Marlon#Item Recovery Service|Item Recovery Service]] from home.
  −
  −
You can receive a scam phone call, a call from the bear from Bear's Knowledge, [[Vincent]], [[Lewis]], [[Pierre]], the [[Abandoned House|hat mouse]], a call in a foreign language that you can't understand, and possibly others.
  −
  −
Calling a shop does not affect [[Friendship|friendship]] points and does not count as talking to that villager for the day.
  −
  −
==Answering Machine==
  −
Calling someone who isn't available will result in an answering machine message being played, which gives current stock and store hours for shops.
  −
<gallery mode=nolines>
  −
Answering Machine.png|The Answering Machine
  −
</gallery>
  −
  −
==Secrets==
  −
* For individuals who have [[Secrets#Dove Children|turned their children into doves]], you may get a mysterious phone call that starts with rolling static and finishes with a voice saying "you have forsaken us."
 
674

edits