Metallurgy/Audere Shamir: Difference between revisions

m
Add copper to audere
(technically released on GitHub, not downloadable on the website)
m (Add copper to audere)
 
(5 intermediate revisions by 3 users not shown)
Line 10: Line 10:


== Features ==
== Features ==
{| class = "wikitable"
{| class="wikitable"
  |+ Shamir Properties
  |+ Shamir Properties
  ! Property
  ! Property
Line 19: Line 19:
  |-
  |-
  ! Valid Items  
  ! Valid Items  
  | {{Stack|Wooden Pickaxe|inline=true}} {{Stack|Stone Pickaxe|inline=true}} {{Stack|Golden Pickaxe|inline=true}} {{Stack|Iron Pickaxe|inline=true}} {{Stack|Diamond Pickaxe|inline=true}} {{Stack|Netherite Pickaxe|inline=true}} <br /> {{Stack|Wooden Shovel|inline=true}} {{Stack|Stone Shovel|inline=true}} {{Stack|Golden Shovel|inline=true}} {{Stack|Iron Shovel|inline=true}} {{Stack|Diamond Shovel|inline=true}} {{Stack|Netherite Shovel|inline=true}} <br /> {{Stack|Wooden Axe|inline=true}} {{Stack|Stone Axe|inline=true}} {{Stack|Golden Axe|inline=true}} {{Stack|Iron Axe|inline=true}} {{Stack|Diamond Axe|inline=true}} {{Stack|Netherite Axe|inline=true}} <br /> {{Stack|Wooden Hoe|inline=true}} {{Stack|Stone Hoe|inline=true}} {{Stack|Golden Hoe|inline=true}} {{Stack|Iron Hoe|inline=true}} {{Stack|Diamond Hoe|inline=true}} {{Stack|Netherite Hoe|inline=true}}
  | {{Stack|Wooden Pickaxe|inline=true}} {{Stack|Stone Pickaxe|inline=true}} {{Stack|Golden Pickaxe|inline=true}} {{Stack|Copper Pickaxe|inline=true}} {{Stack|Iron Pickaxe|inline=true}} {{Stack|Diamond Pickaxe|inline=true}} {{Stack|Netherite Pickaxe|inline=true}} <br /> {{Stack|Wooden Shovel|inline=true}} {{Stack|Stone Shovel|inline=true}} {{Stack|Golden Shovel|inline=true}} {{Stack|Copper Shovel|inline=true}} {{Stack|Iron Shovel|inline=true}} {{Stack|Diamond Shovel|inline=true}} {{Stack|Netherite Shovel|inline=true}} <br /> {{Stack|Wooden Axe|inline=true}} {{Stack|Stone Axe|inline=true}} {{Stack|Golden Axe|inline=true}} {{Stack|Copper Axe|inline=true}} {{Stack|Iron Axe|inline=true}} {{Stack|Diamond Axe|inline=true}} {{Stack|Netherite Axe|inline=true}} <br /> {{Stack|Wooden Hoe|inline=true}} {{Stack|Stone Hoe|inline=true}} {{Stack|Golden Hoe|inline=true}} {{Stack|Copper Hoe|inline=true}} {{Stack|Iron Hoe|inline=true}} {{Stack|Diamond Hoe|inline=true}} {{Stack|Netherite Hoe|inline=true}} {{Stack|Shears|inline=true}}
|}
|}


=== Usage ===
=== Usage ===
While using an Audere tool, Haste {{Stack|effect:Haste|size=24}} is given to the player.
While using an Audere tool, Haste {{Stack|effect:Haste|size=24}} is given to the player. The level of haste depends on the remaining tool durability.
{| class = "wikitable"
{| class="wikitable"
! Haste Level !! Remaining Tool Durability
|-
| {{Stack|effect:Haste|size=24}}  '''I'''
| < 73.6%
|-
| {{Stack|effect:Haste|size=24}}  '''II'''
| < 27.1%
|-
| {{Stack|effect:Haste|size=24}}  '''III'''
| < 9.96%
|-
| {{Stack|effect:Haste|size=24}}  '''IV'''
| < 3.66%
|}
 
In practice, this results in the following durability ranges dependent on the tool material:
 
{| class="wikitable"
  ! Tool Material !! Haste Level !! Working Tool Durability
  ! Tool Material !! Haste Level !! Working Tool Durability
  |-
  |-
  | rowspan = "4" | Wood {{Stack|Wooden Pickaxe}}
  | rowspan="4" | Wood {{Stack|Wooden Pickaxe}}
  | I
  | I
  | 17-43
  | 17-43
Line 40: Line 58:
  | 0-2
  | 0-2
  |-
  |-
  | rowspan = "4" | Stone {{Stack|Stone Pickaxe}}
  | rowspan="4" | Stone {{Stack|Stone Pickaxe}}
  | I
  | I
  | 36-96
  | 36-96
Line 53: Line 71:
  | 0-5
  | 0-5
  |-
  |-
  | rowspan = "4" | Gold {{Stack|Golden Pickaxe}}
  | rowspan="4" | Gold {{Stack|Golden Pickaxe}}
  | I
  | I
  | 10-24
  | 10-24
Line 66: Line 84:
  | 0-1
  | 0-1
  |-
  |-
  | rowspan = "4" | Iron {{Stack|Iron Pickaxe}}
| rowspan="4" | Copper {{Stack|Copper Pickaxe}}
| I
| 52-134
|-
| II
| 20-51
|-
| III
| 8-19
|-
| IV
| 0-7
|-
  | rowspan="4" | Iron {{Stack|Iron Pickaxe}}
  | I
  | I
  | 69-184
  | 69-184
Line 79: Line 110:
  | 0-9
  | 0-9
  |-
  |-
  | rowspan = "4" | Diamond {{Stack|Diamond Pickaxe}}
  | rowspan="4" | Diamond {{Stack|Diamond Pickaxe}}
  | I
  | I
  | 424-1148
  | 424-1148
Line 92: Line 123:
  | 0-58
  | 0-58
  |-
  |-
  | rowspan = "4" | Netherite {{Stack|Netherite Pickaxe}}
  | rowspan="4" | Netherite {{Stack|Netherite Pickaxe}}
  | I
  | I
  | 551-1494
  | 551-1494
Line 104: Line 135:
  | IV
  | IV
  | 0-74
  | 0-74
|-
| rowspan="4" | Shears {{Stack|Shears}}
| I
| 65-174
|-
| II
| 25-64
|-
| III
| 10-24
|-
| IV
| 0-9
|}
|}


Line 110: Line 154:
  <working_tool_durability> = 2 / (e^<haste_level>) * <max tool durability>
  <working_tool_durability> = 2 / (e^<haste_level>) * <max tool durability>
  OR
  OR
  <haste level> = ln(2*<max_tool)durability>/<working_tool_durability>)
  <haste level> = ln(2*<max_tool_durability>/<working_tool_durability>)
 
 


==Learn More and Download==
==Learn More and Download==
Line 118: Line 160:


== History ==
== History ==
{| class = "wikitable"
{| class="wikitable"
  ! Version !! Date !! Change
  ! Version !! Date !! Change
  |-
  |-
  | 1.17
  | 1.17
  | 30 June 2021
  | 23 Aug 2021
  | Released Audere Shamir
  | Released Audere Shamir
|}
|}


{{Modules List/Metallurgy}}
{{Modules List/Metallurgy}}
staff
77

edits