Difference between revisions of "Statue Of The Dwarf King"

m (Minor fixes)
(Changed wording to match other pages)
 
(23 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Spoiler}} {{Stub|are the power names correct? + details}}
+
{{Spoiler}}
 
{{Infobox
 
{{Infobox
 
|name        = Statue Of The Dwarf King
 
|name        = Statue Of The Dwarf King
Line 9: Line 9:
 
|ingredients = {{name|Iridium Bar|20}}
 
|ingredients = {{name|Iridium Bar|20}}
 
}}
 
}}
The '''Statue Of The Dwarf King''' is a piece of [[Furniture]] that 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]].
+
The '''Statue Of The Dwarf King''' grants unique powers to the player each day. It can be [[Crafting|crafted]] after claiming [[Mastery Cave#Masteries|Mining Mastery]].
  
 
==Powers==
 
==Powers==
Every day, the [[player]] can choose between two powers after interacting with the statue. There are 5 different powers, as listed below.
+
Every day, the Statue will offer two of its five available powers, listed below, for the player to choose from. The player can only choose one. All powers last for the duration of the in-game day.
 +
 
 +
Although the options the player can choose from 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 to choose from.
  
 
{|class="wikitable"
 
{|class="wikitable"
Line 19: Line 21:
 
|-
 
|-
 
| [[File:Dwarf Statue Ore.png|36px|center]]
 
| [[File:Dwarf Statue Ore.png|36px|center]]
| +1 ore when mining [[Mining#Mining_Nodes|nodes]].
+
| +1 ore when mining [[Mining#Mining Nodes|nodes]].
 
|-
 
|-
 
| [[File:Dwarf Statue Geodes.png|36px|center]]
 
| [[File:Dwarf Statue Geodes.png|36px|center]]
| Greater chance to find [[geodes]].
+
| Greater chance to find [[Minerals#Geodes|geodes]].
 
|-
 
|-
 
| [[File:Dwarf Statue Coal.png|36px|center]]
 
| [[File:Dwarf Statue Coal.png|36px|center]]
Line 31: Line 33:
 
|-
 
|-
 
| [[File:Dwarf Statue Bombs.png|36px|center]]
 
| [[File:Dwarf Statue Bombs.png|36px|center]]
| [[Bombs]] cannot damage you.
+
| [[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 19:37, 15 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. It can be crafted after claiming Mining Mastery.

Powers

Every day, the Statue will offer two of its five available powers, listed below, for the player to choose from. The player can only choose one. All powers last for the duration of the in-game day.

Although the options the player can choose from 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 to choose from.

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.