Changes

no edit summary
Line 1: Line 1:  
{{Spoiler}}
 
{{Spoiler}}
 
{{Infobox
 
{{Infobox
|eng     = Golden Animal Cracker
+
|eng       = Golden Animal Cracker
|source   = [[Fishing#Treasure Chests|Fishing Treasure Chests]] • [[Skull Cavern]] treasure rooms • [[Golden Mystery Box]]es • [[Artifact Spot]]s • Breaking crates • [[Trees]] • [[Monsters]]
+
|source   = [[Fishing#Treasure Chests|Fishing Treasure Chests]] • [[Skull Cavern]] • [[Golden Mystery Box]]es • [[Artifact Spot]]s • [[Trees]] • [[The Mines#Crates and Barrels|Crates and Barrels]] • [[Monsters]]  
 +
|sellprice = 1000
 +
|quality  = false
 
}}
 
}}
The '''Golden Animal Cracker''' is an item that can be obtained in a variety of ways after receiving [[Mastery Cave#Masteries|Farming Mastery]].
+
The '''Golden Animal Cracker''' is an item that can be obtained in a variety of ways after claiming [[Mastery Cave#Masteries|Farming Mastery]].
    
==Locations==
 
==Locations==
After receiving [[Mastery Cave#Masteries|Farming Mastery]], Golden Animal Cracker can be found in:
+
After claiming Farming Mastery, Golden Animal Crackers can be found by:
* 7% chance from [[Fishing#Treasure Chests|Fishing Treasure Chests]] (9% from golden chests).
+
* 7% chance from [[Fishing#Treasure Chests|Fishing Treasure Chests]] (9% from golden chests).<ref name="chestchance" />
* 2% chance from [[Skull Cavern]] treasure rooms.
+
* 2% chance from [[Skull Cavern]] treasure rooms.<ref name="treasureroom" />
* 0.5% chance from [[Golden Mystery Box]]es.
+
* 0.5% chance from [[Golden Mystery Box]]es.<ref name="goldmystery" />
* 0.9% chance from [[Artifact Spot]]s.<ref name="rare_object" />
+
* ≈0.9% chance from [[Artifact Spot]]s.<ref name="rare_object" />
* 0.2% chance from shaking [[trees]] with seeds.<ref name="rare_object" />
+
* ≈0.2% chance from shaking [[trees]] with seeds.<ref name="rare_object" />
* 0.033% chance from chopping trees (each axe hit).<ref name="rare_object" />
+
* ≈0.033% chance from chopping trees (each axe hit).<ref name="rare_object" />
* 0.15% chance from breaking containers in [[the Mines]], [[Skull Cavern]], and [[Volcano Dungeon]].<ref name="rare_object" />
+
* ≈0.15% chance from breaking [[The Mines#Crates and Barrels|crates and barrels]] in [[the Mines]], [[Skull Cavern]], and [[Volcano Dungeon]].<ref name="rare_object" />
* 0.15% chance from slain [[monster]]s.<ref name="rare_object" />
+
* ≈0.15% chance from slaying [[monster]]s.<ref name="rare_object" />
 +
 
 +
Daily [[luck]] will affect the chance to obtain a Golden Animal Cracker from some of these sources, indicated by an "≈".
    
==Use==
 
==Use==
 
Once given to any animal (besides [[pig]]s), this item will make that animal produce double the output of its normal product. Pigs cannot receive this buff.
 
Once given to any animal (besides [[pig]]s), this item will make that animal produce double the output of its normal product. Pigs cannot receive this buff.
   −
It can also be thrown into a [[Fish Pond]], having the same effect as giving it to an animal. The basket holding the fish pond's produce will turn gold, and an icon of the cracker will appear in the fish pond's menu when brought up. '''Note that if the Fish Pond is emptied with the “empty pond” option, the basket will reset to normal and the Golden Animal Cracker will permanently disappear.''' (Emptying the fish pond without clicking that option will not make the Golden Animal Cracker disappear, however it will not be possible to put a different fish species in the pond).
+
It can also be thrown into a [[Fish Pond]], having the same effect as giving it to a farm animal. The basket holding the fish pond's produce will turn gold, and an icon of the cracker will appear in the fish pond's menu when brought up. '''Note that if the Fish Pond is emptied with the “empty pond” option, the basket will reset to normal and the Golden Animal Cracker will permanently disappear.''' (Emptying the fish pond without clicking that option will not make the Golden Animal Cracker disappear, however it will not be possible to put a different fish species in the pond).
   −
The Golden Animal Cracker cannot be used on [[animals]] or [[fish ponds]] more than once. When an animals information screen is displayed, the upper right corner contains a Golden Animal Cracker icon to indicate that it has been previously used.
+
The Golden Animal Cracker cannot be used on [[animals]] or a [[Fish Pond]] more than once. When an animal's information screen is displayed, the upper right corner contains a Golden Animal Cracker icon to indicate that it has been previously used.
 
<gallery>
 
<gallery>
 
Gold Animal Cracker Fish Pond 1.png|thumb|A Fish Pond with the Golden Animal Cracker applied, next to a regular one.
 
Gold Animal Cracker Fish Pond 1.png|thumb|A Fish Pond with the Golden Animal Cracker applied, next to a regular one.
 
Gold Animal Cracker Fish Pond 2.png|thumb|A Fish Pond's menu, showing the Golden Animal Cracker being activated.
 
Gold Animal Cracker Fish Pond 2.png|thumb|A Fish Pond's menu, showing the Golden Animal Cracker being activated.
 +
Golden cracker animal.png|thumb|An animal in the animal information window which has received a cracker.
 
</gallery>
 
</gallery>
   Line 34: Line 39:     
==Bundles==
 
==Bundles==
The Golden Animal Cracker is not used in any [[bundles]].
+
Golden Animal Cracker is not used in any [[bundles]].
 +
 
 +
==Tailoring==
 +
Golden Animal Cracker is not used in any [[tailoring]]. It can be used in [[dyeing]], serving as a yellow dye at the dye pots located in [[Emily]]'s and [[Haley]]'s house, [[2 Willow Lane]]. It can also be used as a gold dye when used in the spool of the Sewing Machine with a dyeable clothing item in the feed.
    
==Quests==
 
==Quests==
The Golden Animal Cracker is not used in any [[quests]].
+
Golden Animal Cracker is not used in any [[quests]].
 +
 
 +
==Bugs==
 +
* When putting a Golden Animal Cracker into a [[Fish Pond]], it is possible to throw more of them in before the first cracker makes contact with the pond. The extra crackers are wasted, as they have no effect.
    
==References==
 
==References==
 
<references>
 
<references>
     <ref name="rare_object"> See <samp>Utility::trySpawnRareObject</samp> in the game code. Exact chances are determined in <samp>GameLocation::digUpArtifactSpot</samp>, <samp>Tree::performToolAction</samp>, <samp>BreakableContainer::releaseContents</samp>, and <samp>GameLocation::monsterDrop</samp>.</ref>
+
    <ref name="chestchance">See <samp>FishingRod::openTreasureMenuEndFunction</samp> in the game code.</ref>
 +
     <ref name="rare_object"> See <samp>Utility::trySpawnRareObject</samp> in the game code. Exact chances are determined in <samp>GameLocation::digUpArtifactSpot</samp>, <samp>Tree::shake</samp>, <samp>Tree::performToolAction</samp>, <samp>BreakableContainer::releaseContents</samp>, and <samp>GameLocation::monsterDrop</samp>.</ref>
 +
    <ref name="treasureroom">See <samp>MineShaft::getTreasureRoomItem</samp> in the game code.</ref>
 +
    <ref name="goldmystery">See <samp>Utility::getTreasureFromGeode</samp> in the game code.</ref>
 
</references>
 
</references>
   Line 48: Line 62:     
[[Category:Special items]]
 
[[Category:Special items]]
 +
 +
[[de:Goldener Tierkräcker]]
 +
[[es:Galletas para Animal Doradas]]
 +
[[fr:Biscuit doré en forme d'animal]]
 +
[[it:Biscotto per animali dorato]]
 +
[[ja:金の動物ビスケット]]
 +
[[ko:황금 동물 과자]]
 +
[[hu:Arany állatkeksz]]
 +
[[pt:Biscoito Dourado de Animais]]
 +
[[ru:Золотой крекер для животных]]
 +
[[tr:Altın Hayvan Krakeri]]
 +
[[zh:金色动物饼干]]
4,182

edits