Changes

Jump to navigation Jump to search
595 bytes added ,  16:18, 11 April 2020
Soooo many references
Line 13: Line 13:  
}}
 
}}
 
{{For|the drop|Slime|R=This article is about the monster.}}
 
{{For|the drop|Slime|R=This article is about the monster.}}
'''Slimes''' are [[Monsters|enemies]] that can be found in various locations, including [[The Mines]] and the [[Secret Woods]]. They come in five different variations, all based on the same sprite and code (a color hue is added to the grey sprite found in data files). You need to kill 1000 Slimes of any color for [[Adventurer's_Guild#Monster Eradication Goals|Monster Eradication Goals]]. All Slimes in the game count towards this goal (''e.g.'', in the [[Secret Woods]]) except for [[#Big Slimes|Big Slimes]] and Slimes raised in a [[Slime_Hutch|Slime Hutch]] (by means of a [[Slime Incubator]] or [[Slime_Hutch#Mating|Mating]]).  Slimes spawned by killing a Big Slime do count towards the goal.
+
'''Slimes''' are [[Monsters|enemies]] that can be found in various locations, including [[The Mines]] and the [[Secret Woods]]. They come in five different variations, all based on the same sprite and code (a color hue is added to the grey sprite found in data files). You need to kill 1000 Slimes of any color for [[Adventurer's_Guild#Monster Eradication Goals|Monster Eradication Goals]]. All Slimes in the game count towards this goal (''e.g.'', in the [[Secret Woods]]) except for [[#Big Slimes|Big Slimes]] and Slimes raised in a [[Slime Hutch]] (by means of a [[Slime Incubator]] or [[Slime Hutch#Mating|Mating]]).  Slimes spawned by killing a Big Slime do count towards the goal.
 
{{Review|Did slime hutch slimes count in 1.3.36?}}
 
{{Review|Did slime hutch slimes count in 1.3.36?}}
 
Each color of slime has a unique stat set.
 
Each color of slime has a unique stat set.
Line 60: Line 60:     
==Variations==
 
==Variations==
Note that Green, Blue, Red, and Purple slimes may drop [[Slime Egg]]s once a [[Slime Hutch]] has been built on [[The Farm]].  Once a Slime Hutch is built, any green, blue, red, or purple slime encountered anywhere may drop a Slime Egg.
+
Note that Green, Blue, Red, and Purple slimes may drop [[Slime Egg]]s once a [[Slime Hutch]] has been built on [[The Farm]].  Once a Slime Hutch is built, any green, blue, red, or purple slime encountered anywhere may drop a Slime Egg. <ref name="colorbaseddrop" />
 
{|class=wikitable style="text-align:center;"
 
{|class=wikitable style="text-align:center;"
 
! colspan="8" |Green Slime
 
! colspan="8" |Green Slime
Line 72: Line 72:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|24
 
|24
Line 92: Line 92:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|106
 
|106
Line 115: Line 115:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|205
 
|205
Line 135: Line 135:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|410
 
|410
Line 158: Line 158:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|Varies
 
|Varies
Line 181: Line 181:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|Varies
 
|Varies
Line 204: Line 204:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|102
 
|102
Line 224: Line 224:  
|'''EXP'''
 
|'''EXP'''
 
|'''Location'''
 
|'''Location'''
|'''Drops'''
+
|'''Drops''' <ref name="normaldrops" />
 
|-
 
|-
 
|205
 
|205
Line 447: Line 447:     
==Color Based Drops==
 
==Color Based Drops==
In addition to the drops list above, the color of each variation is random and may have additional drops depending on the color range chosen. <ref name="colorbaseddrope" />
+
In addition to the drops list above, the color of each variation is random and may have additional drops depending on the color range chosen. <ref name="colorbaseddrop" />
    
Color groups are mutually exclusive and listed in the order the game tests for them.  (For example, a slime may fall into the White and Gray categories, but White is tested for first, so the slime would drop Iron Ore and not Stone).
 
Color groups are mutually exclusive and listed in the order the game tests for them.  (For example, a slime may fall into the White and Gray categories, but White is tested for first, so the slime would drop Iron Ore and not Stone).
Line 485: Line 485:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="colorbaseddrope">See <tt>StardewValley.Monsters.GreenSlime::getExtraDropItems</tt> in the game code.</ref>
+
<ref name="colorbaseddrop">See <tt>StardewValley.Monsters.GreenSlime::getExtraDropItems</tt> in the game code.</ref>
 +
<ref name="normaldrops">Most slime drops are specified in the data file <tt>Content\Data\Monsters.xnb</tt>.  The chance for a Purple Slime to drop Iridium Ore/Bars is set in the constructor for <tt>GreenSlime</tt> in the game code.  The chance for Copper/Iron Slimes to drop ore is set in <tt>StardewValley.Locations.MineShaft::getMonsterForThisLevel</tt>.</ref>
 
</references>
 
</references>
  
106,786

edits

Navigation menu