Difference between revisions of "Fairy Box"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Fleshed out information on how the Fairy Box actually works, as well as odds of each level, and code citations for these effects)
(farm seed isn't explained)
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Spoiler}}
 
{{Spoiler}}
 
 
{{Infobox clothing
 
{{Infobox clothing
 
|image      = Fairy Box.png
 
|image      = Fairy Box.png
|source      = Slaying enemies
+
|source      = [[Monsters]] • [[The Mines#Crates and Barrels|Crates and Barrels]] • [[Skull Cavern#Treasure Rooms|Skull Cavern Treasure Rooms]]
 
|gprice      = N/A
 
|gprice      = N/A
 
|value      = {{price|1000}}
 
|value      = {{price|1000}}
|description = Summons a level X fairy companion that heals you in combat situations.
 
 
}}
 
}}
The '''Fairy Box''' is a [[Trinkets|trinket]] item dropped by enemies.
+
The '''Fairy Box''' is a [[Trinkets|trinket]] item that can be obtained by slaying [[monsters]] or breaking [[The Mines#Crates and Barrels|crates and barrels]] in [[the Mines]], [[Skull Cavern]], or [[Volcano Dungeon]]. Drop chances from both methods are affected by [[Luck#Daily Luck|daily luck]] and [[Luck#Luck Buffs|luck buffs]], among other factors. The [[Burglar's Ring]] and [[Monster Compendium]] do not impact the chance to obtain it from monsters.<ref name="tryspawntrinket" /> There is also a ~0.6% chance to obtain a Fairy Box from a [[Skull Cavern#Treasure Rooms|treasure chest]] in the [[Skull Cavern]].<ref name="treasureroom" />
  
Equipping the Fairy Box in your trinket slot causes a fairy to spawn and follow you around. While in combat it occasionally heals you.  
+
Equipping the Fairy Box in the trinket slot causes a fairy to spawn and follow the player around. It occasionally heals the player during combat. The frequency and amount of [[health]] regained depend on the fairy's level, which ranges from 1 to 5.
The exact amount healed for is the cube root of all damage dealt or received by the damage by the farmer since they were last healed by the fairy (to a maximum of 10% of the farmer's maximum health), multiplied by the fairy's "Healing Power", plus or minus 25% of that total.<ref name="fairyHealing"/>
 
  
The Fairy Box has a random level between 1 and 5 when dropped, and can be changed to a different random level if reforged using an [[Anvil]].
+
The fairy may be one of eight possible visual styles, which are unrelated to its level and cannot be changed by the [[Anvil]]. The fairy style is determined based on the random number assigned to the save file and player slot (in [[Multiplayer]] games), meaning the player will always get the same fairy style in a particular save. The fairy sheds light in a radius of about 1 tile.
  
Higher level fairies heal more frequently, and have more "Healing Power".
+
[[File:Fairy Box Colors.png|thumb|All possible fairy styles.]]
  
 +
==Levels==
 +
The Fairy Box has a random level between 1 and 5 when dropped, and it can be changed to any random level if re-forged on an [[Anvil]]. Higher level fairies heal more frequently and have greater "Healing Power". The exact amount healed is the cube root of all damage dealt or received by the player since they were last healed by the fairy (up to a maximum of 10% of the player's maximum health), multiplied by the fairy's "Healing Power", plus or minus 25% of that total.<ref name="fairyHealing"/>
 +
<section begin="levelchance" /><!-- Transcluded onto Anvil page -->
 
{|class="wikitable"
 
{|class="wikitable"
 
! Fairy Level
 
! Fairy Level
Line 32: Line 32:
 
|-
 
|-
 
|5||3.5 seconds||120%||2.44%
 
|5||3.5 seconds||120%||2.44%
|}
+
|}<section end="levelchance" />
  
 
==Gifting==
 
==Gifting==
Line 40: Line 40:
 
|dislike=Alex,Leo,Emily,Robin,Demetrius,Maru,Sebastian,Linus,Pierre,Caroline,Abigail,George,Evelyn,Lewis,Clint,Penny,Pam,Haley,Vincent,Jodi,Kent,Sam,Shane,Marnie,Elliott,Gus,Dwarf,Harvey,Sandy,Willy,Krobus,Leah
 
|dislike=Alex,Leo,Emily,Robin,Demetrius,Maru,Sebastian,Linus,Pierre,Caroline,Abigail,George,Evelyn,Lewis,Clint,Penny,Pam,Haley,Vincent,Jodi,Kent,Sam,Shane,Marnie,Elliott,Gus,Dwarf,Harvey,Sandy,Willy,Krobus,Leah
 
}}
 
}}
 +
 +
==Trivia==
 +
*Although they share a similar sprite, all fairy companions are visually distinct from the [[Random Events#The Crop Fairy|crop fairy]].
  
 
==References==
 
==References==
 
<references>
 
<references>
     <ref name="fairyHealing">See <samp>Objects/FairyBoxTrinketEffect::Update</samp> in the code for the exact procedure</ref>
+
     <ref name="fairyHealing">See <samp>FairyBoxTrinketEffect::Update</samp> in the game code.</ref>
     <ref name="fairyLevels">See <samp>Objects/FairyBoxTrinketEffect::GenerateRandomStats</samp> in the code for the exact procedure</ref>
+
     <ref name="fairyLevels">See <samp>FairyBoxTrinketEffect::GenerateRandomStats</samp> in the game code.</ref>
 +
    <ref name="tryspawntrinket">See <samp>Trinket::TrySpawnTrinket</samp>, <samp>GameLocation::monsterDrop</samp>, and <samp>BreakableContainer::releaseContents</samp> in the game code.</ref>
 +
    <ref name="treasureroom">See <samp>MineShaft::getTreasureRoomItem</samp> in the game code.</ref>
 
</references>
 
</references>
  
 
==History==
 
==History==
 
{{History|1.6|Introduced.}}
 
{{History|1.6|Introduced.}}
 +
{{History|1.6.4|Added 4 new fairy styles.}}
  
 
{{NavboxClothing}}
 
{{NavboxClothing}}
  
 
[[Category:Trinkets]]
 
[[Category:Trinkets]]
 +
 +
[[de:Feen-Kiste]]
 +
[[es:Caja de hadas]]
 +
[[fr:Boîte de fées]]
 +
[[it:Fata in scatola]]
 +
[[ja:フェアリーボックス]]
 +
[[ko:요정 상자]]
 +
[[hu:Tündéres doboz]]
 +
[[pt:Caixa de Fada]]
 +
[[ru:Шкатулка феи]]
 +
[[tr:Peri Kutusu]]
 +
[[zh:仙女盒]]

Latest revision as of 17:45, 29 April 2024

Rotten Plant.png  Warning: Spoilers  Rotten Plant 2.png

This page or section contains unmarked spoilers from update 1.6 of Stardew Valley. Players may want to avoid or be cautious toward reading this article/section.

Fairy Box
Fairy Box.png
Summons a level X fairy companion that heals you in combat situations.
Information
Source: MonstersCrates and BarrelsSkull Cavern Treasure Rooms
Adventurer's Guild

Purchase Price: N/A
Sell Price: data-sort-value="1000">Gold.png1,000g

The Fairy Box is a trinket item that can be obtained by slaying monsters or breaking crates and barrels in the Mines, Skull Cavern, or Volcano Dungeon. Drop chances from both methods are affected by daily luck and luck buffs, among other factors. The Burglar's Ring and Monster Compendium do not impact the chance to obtain it from monsters.[1] There is also a ~0.6% chance to obtain a Fairy Box from a treasure chest in the Skull Cavern.[2]

Equipping the Fairy Box in the trinket slot causes a fairy to spawn and follow the player around. It occasionally heals the player during combat. The frequency and amount of health regained depend on the fairy's level, which ranges from 1 to 5.

The fairy may be one of eight possible visual styles, which are unrelated to its level and cannot be changed by the Anvil. The fairy style is determined based on the random number assigned to the save file and player slot (in Multiplayer games), meaning the player will always get the same fairy style in a particular save. The fairy sheds light in a radius of about 1 tile.

All possible fairy styles.

Levels

The Fairy Box has a random level between 1 and 5 when dropped, and it can be changed to any random level if re-forged on an Anvil. Higher level fairies heal more frequently and have greater "Healing Power". The exact amount healed is the cube root of all damage dealt or received by the player since they were last healed by the fairy (up to a maximum of 10% of the player's maximum health), multiplied by the fairy's "Healing Power", plus or minus 25% of that total.[3]

Fairy Level Healing Interval Healing Power Level Chance[4]
1 4.7 seconds 80% 33.66%
2 4.4 seconds 90% 45.00%
3 4.1 seconds 100% 13.75%
4 3.8 seconds 110% 5.16%
5 3.5 seconds 120% 2.44%

Gifting

Villager Reactions

Love Jas Icon.png Jas
Like Wizard Icon.png Wizard
Dislike Abigail Icon.png AbigailAlex Icon.png AlexCaroline Icon.png CarolineClint Icon.png ClintDemetrius Icon.png DemetriusDwarf Icon.png DwarfElliott Icon.png ElliottEmily Icon.png EmilyEvelyn Icon.png EvelynGeorge Icon.png GeorgeGus Icon.png GusHaley Icon.png HaleyHarvey Icon.png HarveyJodi Icon.png JodiKent Icon.png KentKrobus Icon.png KrobusLeah Icon.png LeahLeo Icon.png LeoLewis Icon.png LewisLinus Icon.png LinusMarnie Icon.png MarnieMaru Icon.png MaruPam Icon.png PamPenny Icon.png PennyPierre Icon.png PierreRobin Icon.png RobinSam Icon.png SamSandy Icon.png SandySebastian Icon.png SebastianShane Icon.png ShaneVincent Icon.png VincentWilly Icon.png Willy

Trivia

  • Although they share a similar sprite, all fairy companions are visually distinct from the crop fairy.

References

  1. See Trinket::TrySpawnTrinket, GameLocation::monsterDrop, and BreakableContainer::releaseContents in the game code.
  2. See MineShaft::getTreasureRoomItem in the game code.
  3. See FairyBoxTrinketEffect::Update in the game code.
  4. See FairyBoxTrinketEffect::GenerateRandomStats in the game code.

History

  • 1.6: Introduced.
  • 1.6.4: Added 4 new fairy styles.