Difference between revisions of "Statue Of The Dwarf King"

(Created page with "{{Infobox furniture |image = Statue Of The Dwarf King |description = {{Description|Statue Of The Dwarf King}} |showheader = n }} The '''Statue Of The Dwarf King''' is a...")
 
 
(35 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{Infobox furniture
+
{{Spoiler}}
|image      = Statue Of The Dwarf King
+
{{Infobox
|description = {{Description|Statue Of The Dwarf King}}
+
|name        = Statue Of The Dwarf King
|showheader  = n
+
|eng        = Statue Of The Dwarf King
 +
|source      = [[Crafting]]
 +
|sellprice  = Cannot be sold
 +
|quality    = false
 +
|recipe      = [[File:Mining Skill Icon.png|24px|link=]] [[Mastery Cave#Masteries|Mining Mastery]]
 +
|ingredients = {{name|Iridium Bar|20}}
 
}}
 
}}
The '''Statue Of The Dwarf King''' is a piece of [[Furniture]].
+
The '''Statue Of The Dwarf King''' grants unique powers to the player each day. The Statue Of The Dwarf King Recipe is received as a reward after a player completes Mining Mastery in the [[Mastery Cave]].
 +
 
 +
==Powers==
 +
Every day, the Statue will offer two of its five available powers. The player can only choose one. There are 5 different powers, as listed below.
 +
 
 +
Although the options the player receives are random, they are pre-determined at the start of the day. Therefore there is no benefit to crafting multiple statues or restarting the day as the player will just receive the same options.
 +
 
 +
{|class="wikitable"
 +
! Image
 +
! Powers
 +
|-
 +
| [[File:Dwarf Statue Ore.png|36px|center]]
 +
| +1 ore when mining [[Mining#Mining Nodes|nodes]].
 +
|-
 +
| [[File:Dwarf Statue Geodes.png|36px|center]]
 +
| Greater chance to find [[Minerals#Geodes|geodes]].
 +
|-
 +
| [[File:Dwarf Statue Coal.png|36px|center]]
 +
| Greater chance to find [[coal]].
 +
|-
 +
| [[File:Dwarf Statue Ladders.png|36px|center]]
 +
| Greater chance to find ladders and shafts.
 +
|-
 +
| [[File:Dwarf Statue Bombs.png|36px|center]]
 +
| [[Crafting#Bombs|Bombs]] cannot damage you.
 +
|}
 +
 
 +
===+1 ore when mining nodes===
 +
When this power is active, certain [[Mining#Mining Nodes|ore nodes]] destroyed inside or outside the mines will drop one extra ore.<ref name="ore" /> Affected nodes are:
 +
{|class="wikitable"
 +
!Node
 +
!Drop
 +
|-
 +
|[[File:Stone Index670.png]][[File:Stone Index668.png]][[File:Stone Index845.png]][[File:Stone Index846.png]][[File:Stone Index847.png]]
 +
|{{name|Stone}} {{name|Coal}}
 +
|-
 +
|[[File:Coal Node Quarry 01.png]][[File:Coal Node Quarry 02.png]][[File:Coal Node Volcano 01.png]][[File:Coal Node Volcano 02.png]]
 +
|{{name|Coal}}
 +
|-
 +
|[[File:Copper Node.png]][[File:Copper Node Volcano.png]]
 +
|{{name|Copper Ore}}
 +
|-
 +
|[[File:Iron Node.png]][[File:Iron Node Volcano.png]]
 +
|{{name|Iron Ore}}
 +
|-
 +
|[[File:Gold Node.png]][[File:Gold Node Volcano.png]]
 +
|{{name|Gold Ore}}
 +
|-
 +
|[[File:Iridium Node.png]]
 +
|{{name|Iridium Ore}}
 +
|-
 +
|[[File:Cinder Shard Node 1.png]][[File:Cinder Shard Node 2.png]]
 +
|{{name|Cinder Shard}}
 +
|-
 +
|[[File:Radioactive Node.png]]
 +
|{{name|Radioactive Ore}}
 +
|-
 +
|[[File:Bone Node 1.png]][[File:Bone Node 2.png]]
 +
|{{name|Bone Fragment}}
 +
|-
 +
|[[File:Clay Node.png]]
 +
|{{name|Clay}}
 +
|}
 +
 
 +
===Greater chance to find geodes===
 +
When this power is active, [[Minerals#Geodes|geodes]] found inside and outside of the mines have a (multiplicative) 25% higher chance of spawning when a rock is broken, either by hand or with [[Crafting#Bombs|bombs]].<ref name="geode" /> However, this does not affect the chance of finding geodes inside supply crates on the [[Farm Maps#Map Types|Beach Farm]].
 +
 
 +
===Greater chance to find coal===
 +
When this power is active rocks broken in the mines have a (multiplicative) 40% higher chance to drop coal, or 20% if the player has the [[Skills#Mining|Prospecter]] profession.<ref name="coalmine" />
 +
Outside, rocks not in the quarry are 3% more likely to drop coal. Rocks anywhere outside have a 2.5% chance to drop an additional coal. This will be on top of the higher chance to find coal that the player could have from the [[Skills#Mining|Prospector]] profession.<ref name="coaloutdoors" />
 +
 
 +
===Greater chance to find ladders and shafts===
 +
When this power is active, ladders and shafts will have a (multiplicative) 25% higher chance of dropping from rocks in [[The Mines]] or [[Skull Cavern]]. They will also have a 22% chance of dropping from [[monsters]] in these locations, increased from the usual 15%.<ref name="ladder" />
 +
 
 +
===Bombs cannot damage you===
 +
When this power is active, the player is immune to all damage from [[Cherry Bomb|Cherry Bombs]], [[Bomb|Bombs]], [[Mega Bomb|Mega Bombs]]<ref name="bomb" />, and [[Explosive Ammo]] inside and outside of the mines. The player is also immune to explosive damage from [[Hot Head]]s in the [[Volcano Dungeon]].
 +
 
 +
==References==
 +
<references>
 +
<ref name="ore">See <samp>GameLocation::breakStone</samp> in the game code.</ref>
 +
<ref name="ladder">See <samp>MineShaft::checkStoneForItems</samp> and <samp>MineShaft::monsterDrop</samp> in the game code</ref>
 +
<ref name="bomb">See <samp>GameLocation::performDamagePlayers</samp> in the game code.</ref>
 +
<ref name="geode">See <samp>GameLocation::onStoneDestroyed</samp> and <samp>MineShaft::checkStoneForItems</samp> in the game code</ref>
 +
<ref name="coaloutdoors">See <samp>GameLocation::OnStoneDestroyed</samp> and <samp>GameLocation::BreakStone</samp> in the game code</ref>
 +
<ref name="coalmine">See <samp>MineShaft::checkStoneForItems</samp> in the game code</ref>
 +
</references>
  
 
==History==
 
==History==
 
{{History|1.6|Introduced.}}
 
{{History|1.6|Introduced.}}
  
{{NavboxFurniture}}
+
{{NavboxEquipment}}
 +
 
 +
[[Category:Craftable items]]
 +
 
 +
[[es:Estatua del Rey Enano]]
 +
[[fr:Statue du roi nain]]
 +
[[ja:ドワーフキングの像]]
 +
[[ru:Статуя Короля Дварфов]]
 +
[[tr:Cüce Kralın Heykeli]]
 +
[[zh:矮人之王雕像]]

Latest revision as of 17:49, 2 June 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.

Statue Of The Dwarf King
Statue Of The Dwarf King.png
Choose from two mining-related powers each day.
Information
Source Crafting
Sell Price Cannot be sold
Crafting
Recipe Source Mining Skill Icon.png Mining Mastery
Ingredients Iridium Bar.png Iridium Bar (20)

The Statue Of The Dwarf King grants unique powers to the player each day. The Statue Of The Dwarf King Recipe is received as a reward after a player completes Mining Mastery in the Mastery Cave.

Powers

Every day, the Statue will offer two of its five available powers. The player can only choose one. There are 5 different powers, as listed below.

Although the options the player receives are random, they are pre-determined at the start of the day. Therefore there is no benefit to crafting multiple statues or restarting the day as the player will just receive the same options.

Image Powers
+1 ore when mining nodes.
Greater chance to find geodes.
Greater chance to find coal.
Greater chance to find ladders and shafts.
Bombs cannot damage you.

+1 ore when mining nodes

When this power is active, certain ore nodes destroyed inside or outside the mines will drop one extra ore.[1] Affected nodes are:

Node Drop
        Stone   Coal
       Coal
     Copper Ore
     Iron Ore
     Gold Ore
    Iridium Ore
     Cinder Shard
    Radioactive Ore
     Bone Fragment
    Clay

Greater chance to find geodes

When this power is active, geodes found inside and outside of the mines have a (multiplicative) 25% higher chance of spawning when a rock is broken, either by hand or with bombs.[2] However, this does not affect the chance of finding geodes inside supply crates on the Beach Farm.

Greater chance to find coal

When this power is active rocks broken in the mines have a (multiplicative) 40% higher chance to drop coal, or 20% if the player has the Prospecter profession.[3] Outside, rocks not in the quarry are 3% more likely to drop coal. Rocks anywhere outside have a 2.5% chance to drop an additional coal. This will be on top of the higher chance to find coal that the player could have from the Prospector profession.[4]

Greater chance to find ladders and shafts

When this power is active, ladders and shafts will have a (multiplicative) 25% higher chance of dropping from rocks in The Mines or Skull Cavern. They will also have a 22% chance of dropping from monsters in these locations, increased from the usual 15%.[5]

Bombs cannot damage you

When this power is active, the player is immune to all damage from Cherry Bombs, Bombs, Mega Bombs[6], and Explosive Ammo inside and outside of the mines. The player is also immune to explosive damage from Hot Heads in the Volcano Dungeon.

References

  1. See GameLocation::breakStone in the game code.
  2. See GameLocation::onStoneDestroyed and MineShaft::checkStoneForItems in the game code
  3. See MineShaft::checkStoneForItems in the game code
  4. See GameLocation::OnStoneDestroyed and GameLocation::BreakStone in the game code
  5. See MineShaft::checkStoneForItems and MineShaft::monsterDrop in the game code
  6. See GameLocation::performDamagePlayers in the game code.

History

  • 1.6: Introduced.