Changes

Jump to navigation Jump to search
Added a few more things impacted by daily luck/luck buffs
Line 73: Line 73:  
*Chance of [[Fishing#Treasure Chests|treasure chests]] appearing while [[Fishing]].
 
*Chance of [[Fishing#Treasure Chests|treasure chests]] appearing while [[Fishing]].
 
**Chance of getting special items (''e.g.,'' [[Neptune's Glaive]], [[Prismatic Shard]], [[Iridium Band]]).
 
**Chance of getting special items (''e.g.,'' [[Neptune's Glaive]], [[Prismatic Shard]], [[Iridium Band]]).
 +
*Chance of hooking a [[Woodskip]] on the [[Farm Maps#Forest|Forest Farm]].
 +
*Chance of obtaining a [[Prismatic Shard]] from the [[Statue Of Blessings#List of Blessings|Blessing Of The Butterfly]].
 
*Chance to double the number of [[crops]] yielded at harvest. Works for any crop, and a unique "dwoop" sound effect plays if this occurs as the result of a luck-based check.<ref name="dwoop" />
 
*Chance to double the number of [[crops]] yielded at harvest. Works for any crop, and a unique "dwoop" sound effect plays if this occurs as the result of a luck-based check.<ref name="dwoop" />
 
*Drop chance of [[Duck Feather]] and [[Rabbit's Foot]] from animals.
 
*Drop chance of [[Duck Feather]] and [[Rabbit's Foot]] from animals.
Line 201: Line 203:  
* When breaking stone, chances for extra [[Cinder Shard]]s, [[Bone Fragment]]s, [[Clay]], [[Stone]], and all [[Ore]] depend on the player's [[Mining]] level and luck buffs, but not daily luck.<ref name="breakStone" />
 
* When breaking stone, chances for extra [[Cinder Shard]]s, [[Bone Fragment]]s, [[Clay]], [[Stone]], and all [[Ore]] depend on the player's [[Mining]] level and luck buffs, but not daily luck.<ref name="breakStone" />
 
* Weapon [[Crit. Chance]] is boosted by luck buffs but not daily luck.<ref name="damagemonster" />
 
* Weapon [[Crit. Chance]] is boosted by luck buffs but not daily luck.<ref name="damagemonster" />
* Chances of activating the [[Ring of Yoba]]<ref name="farmer_takedamage"/> or [[Warrior Ring]]<ref name="ring_onmonsterslay"/> are boosted by luck buffs but not daily luck.
+
* Chances of activating the [[Ring of Yoba]]<ref name="farmer_takedamage" /> or [[Warrior Ring]]<ref name="ring_onmonsterslay" /> are boosted by luck buffs but not daily luck.
* Chances of finding certain modified monster drops, including [[Mahogany Seed]], [[Galaxy Soul]], and [[Qi Gem]] depend on luck buffs but not daily luck.<ref name="monsterdrop"/>
+
* Chances of finding certain modified monster drops, including [[Mahogany Seed]], [[Galaxy Soul]], and [[Qi Gem]] depend on luck buffs but not daily luck.<ref name="monsterdrop" />
 +
* The chance of hooking [[Sea Jelly]], [[River Jelly]], and [[Cave Jelly]] are increased by luck buffs but are unaffected by daily luck.<ref name="jellies" />
 +
* The chance of hooking a [[Woodskip]] on the [[Farm Maps#Forest|Forest Farm]] are not increased by luck buffs.
 +
* The chance of obtaining a [[Prismatic Shard]] from the [[Statue Of Blessings#List of Blessings|Blessing Of The Butterfly]] are not increased by luck buffs.
    
==References==
 
==References==
 
<references>
 
<references>
 
     <ref name="luck">See <samp>Game1::_newDayAfterFade</samp> in the game code.</ref>
 
     <ref name="luck">See <samp>Game1::_newDayAfterFade</samp> in the game code.</ref>
     <ref name="tvluck">See <samp>Objects.TV::getFortuneForecast</samp> in the game code.</ref>
+
     <ref name="tvluck">See <samp>TV::getFortuneForecast</samp> in the game code.</ref>
 
     <ref name="absolutely_neutral">The special charm adds <samp>(double)0.025f</samp> (see <samp>Farmer::DailyLuck</samp>), which is actually 0.02500000037252903. Those trailing digits are never cancelled out as the TV code checks whether the daily luck is exactly zero as a double.</ref>
 
     <ref name="absolutely_neutral">The special charm adds <samp>(double)0.025f</samp> (see <samp>Farmer::DailyLuck</samp>), which is actually 0.02500000037252903. Those trailing digits are never cancelled out as the TV code checks whether the daily luck is exactly zero as a double.</ref>
     <ref name="radioactive">See <samp>Locations.MineShaft::chooseStoneType</samp> in the game code.</ref>
+
     <ref name="radioactive">See <samp>MineShaft::chooseStoneType</samp> in the game code.</ref>
 
     <ref name="dwoop">See <samp>Crop::Harvest</samp> in the game code.</ref>
 
     <ref name="dwoop">See <samp>Crop::Harvest</samp> in the game code.</ref>
 
     <ref name="lightning">See <samp>Utility::performLightningUpdate</samp> in the game code.</ref>
 
     <ref name="lightning">See <samp>Utility::performLightningUpdate</samp> in the game code.</ref>
     <ref name="breakStone">See <samp>StardewValley.GameLocation::breakStone</samp> in the game code</ref>
+
     <ref name="breakStone">See <samp>GameLocation::breakStone</samp> in the game code</ref>
     <ref name="damagemonster">See <samp>StardewValley.GameLocation::damageMonster</samp> in the game code</ref>
+
     <ref name="damagemonster">See <samp>GameLocation::damageMonster</samp> in the game code</ref>
     <ref name="ring_onmonsterslay">See <samp>StardewValley.Objects.Ring::onMonsterSlay</samp> in the game code</ref>
+
     <ref name="ring_onmonsterslay">See <samp>Ring::onMonsterSlay</samp> in the game code</ref>
     <ref name="farmer_takedamage">See <samp>StardewValley.Farmer::takeDamage</samp> in the game code</ref>
+
     <ref name="farmer_takedamage">See <samp>Farmer::takeDamage</samp> in the game code</ref>
     <ref name="monsterdrop">See <samp>StardewValley.GameLocation::monsterDrop</samp> in the game code</ref>
+
     <ref name="monsterdrop">See <samp>GameLocation::monsterDrop</samp> in the game code</ref>
 +
    <ref name="jellies">See <samp>Data\Locations.xnb</samp> in the game files and <samp>MineShaft::getFish</samp> in the game code.</ref>
 
</references>
 
</references>
   Line 223: Line 229:  
{{History|1.4|[[Magic Rock Candy]] introduced. Special Charm luck increase changed to a static 0.025. Giving datable NPCs a gift no longer makes the player's spouse jealous unless they're currently dating them.}}
 
{{History|1.4|[[Magic Rock Candy]] introduced. Special Charm luck increase changed to a static 0.025. Giving datable NPCs a gift no longer makes the player's spouse jealous unless they're currently dating them.}}
 
{{History|1.5|[[Lucky Ring]], [[Banana Pudding]], and [[Ginger Ale]] introduced.}}
 
{{History|1.5|[[Lucky Ring]], [[Banana Pudding]], and [[Ginger Ale]] introduced.}}
{{History|1.6|Luck buffs from [[Desert Festival#Chef|Chef]] dishes at the [[Desert Festival]] introduced. Added special backplates to fortune teller TV show if the player gets a perfectly good or perfectly bad luck day.}}
+
{{History|1.6|Luck buffs from [[Desert Festival#Chef|Chef]] dishes at the [[Desert Festival]] introduced. Added special backplates to fortune teller TV show if the player gets a perfectly good or perfectly bad luck day. Jellies are now affected by Luck Buffs and chances of obtaining a Prismatic Shard from the Blessing Of The Butterfly now affected by daily luck.}}
    
{{NavboxSkillsStats}}
 
{{NavboxSkillsStats}}
4,293

edits

Navigation menu