Steel Spade: Difference between revisions
From RuneTails
Created page with "{{weapon item infobox |image = File:SpadeSteel.png |caption = A durable spade made of steel, an upgrade from the iron version, designed for more efficient digging and exploration |rarity = Common |type = Tool |tooltype = Pickaxe |break = 0.30% }} {{MerchantPrice}} {{Acquisition | weaponsmithing = yes | weaponsmithinglvl = 9 }} ==Creation== ====Weaponsmithing==== This item can be created using the following Weaponsmithing recipes. {{WeaponsmithingRecipeData}}" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{#get_db_data: | ||
| | db=WikiDB | ||
| | |from = Items | ||
|rarity = Common | |where = ItemName='{{PAGENAME}}' | ||
|type = | |data = dbDescr=Descr, dbItemRarityName=ItemRarityName, dbItemTypeName=ItemTypeName, dbToolName=ToolName, | ||
|tooltype = | dbEquipmentSlotName=EquipmentSlotName, dbLevelReq=LevelReq, dbMinPointsSell=MinPointsSell, | ||
| | dbMaxHP=MaxHP, dbStamina=Stamina, dbAttackDmg=AttackDmg, dbAttackDmgCrit=AttackDmgCrit, | ||
dbDurability=Durability, dbCritChance=CritChance, dbAttackSpeed=AttackSpeed, dbBlock=Block, | |||
dbSpriteURL=SpriteURL | |||
}} | |||
{{EquipmentInfobox | |||
|title = <b>{{PAGENAME}}</b> | |||
{{InfoboxStyle | |||
|imageurl = https://runetails.com/{{#invoke:ExtractImageURL|getPath|{{#external_value:dbSpriteURL}}}} | |||
|imagecaption = {{#external_value:dbDescr}} | |||
}} | |||
|rarity = {{#switch: {{#external_value:dbItemRarityName}} | |||
| Common = {{#external_value:dbItemRarityName}}[[Category:Common Items]] | |||
| Uncommon = <b style="color:#5ad837">{{#external_value:dbItemRarityName}}</b>[[Category:Uncommon Items]] | |||
| Rare = <b style="color:#009dff">{{#external_value:dbItemRarityName}}</b>[[Category:Rare Items]] | |||
| Epic = <b style="color:#c715ef">{{#external_value:dbItemRarityName}}</b>[[Category:Epic Items]] | |||
| Legendary = <b style="color:#f1712c">{{#external_value:dbItemRarityName}}</b>[[Category:Legendary Items]] | |||
| Junk = <b style="color:#969696">{{#external_value:dbItemRarityName}}</b>[[Category:Junk Items]] | |||
| #default = {{#external_value:dbItemRarityName}} | |||
}} | |||
|type = {{#external_value:dbItemTypeName}}{{#if:{{#external_value:dbItemTypeName}}|[[Category:{{#external_value:dbItemTypeName}}]]}} | |||
|tooltype = {{#external_value:dbToolName}}{{#if:{{#external_value:dbToolName}}|[[Category:{{#external_value:dbToolName}}]]}} | |||
|slot = {{#external_value:dbEquipmentSlotName}}{{#if:{{#external_value:dbEquipmentSlotName}}|[[Category:{{#external_value:dbEquipmentSlotName}}]]}} | |||
|durability = {{#ifeq:{{#external_value:dbDurability}}|0|| | |||
{{#ifexpr: {{#external_value:dbDurability}} > 0 | |||
| +{{#expr: {{#external_value:dbDurability}} * 100 round 2}}% | |||
| {{#expr: {{#external_value:dbDurability}} * 100 round 2}}% | |||
}} | |||
}} | |||
|lvl = {{#if:{{#external_value:dbLevelReq}} | |||
| {{#ifexpr: {{#external_value:dbLevelReq}} > 0 | |||
| {{#external_value:dbLevelReq}} | |||
| {{#external_value:dbLevelReq}} | |||
}} | |||
| | |||
}} | |||
|maxhp = {{#ifeq:{{#external_value:dbMaxHP}}|0|| | |||
{{#ifexpr: {{#external_value:dbMaxHP}} > 0 | |||
| +{{#external_value:dbMaxHP}} | |||
| {{#external_value:dbMaxHP}} | |||
}} | |||
}} | |||
|stamina = {{#ifeq:{{#external_value:dbStamina}}|0|| | |||
{{#ifexpr: {{#external_value:dbStamina}} > 0 | |||
| +{{#external_value:dbStamina}} | |||
| {{#external_value:dbStamina}} | |||
}} | |||
}} | |||
|atkdmg = {{#ifeq:{{#external_value:dbAttackDmg}}|0|| | |||
{{#ifexpr: {{#external_value:dbAttackDmg}} > 0 | |||
| +{{#external_value:dbAttackDmg}} | |||
| {{#external_value:dbAttackDmg}} | |||
}} | |||
}} | |||
|critdmg = {{#ifeq:{{#external_value:dbAttackDmgCrit}}|0|| | |||
{{#ifexpr: {{#external_value:dbAttackDmgCrit}} > 0 | |||
| +{{#external_value:dbAttackDmgCrit}} | |||
| {{#external_value:dbAttackDmgCrit}} | |||
}} | |||
}} | |||
|critchance = {{#ifeq:{{#external_value:dbCritChance}}|0|| | |||
{{#ifexpr: {{#external_value:dbCritChance}} > 0 | |||
| +{{#expr: {{#external_value:dbCritChance}} * 100 round 2}}% | |||
| {{#expr: {{#external_value:dbCritChance}} * 100 round 2}}% | |||
}} | |||
}} | |||
|atkspeed = {{#ifeq:{{#external_value:dbAttackSpeed}}|0|| | |||
{{#ifexpr: {{#external_value:dbAttackSpeed}} > 0 | |||
| +{{#expr: {{#external_value:dbAttackSpeed}} * 100 round 2}}% | |||
| {{#expr: {{#external_value:dbAttackSpeed}} * 100 round 2}}% | |||
}} | |||
}} | |||
|block = {{#ifeq:{{#external_value:dbBlock}}|0|| | |||
{{#ifexpr: {{#external_value:dbBlock}} > 0 | |||
| +{{#external_value:dbBlock}} | |||
| {{#external_value:dbBlock}} | |||
}} | |||
}} | |||
}} | |||
{{SellInfobox | |||
|title = Shady Merchant{{SellInfoboxStyle | |||
|merchantvalue = {{#external_value:dbMinPointsSell}} | |||
}} | |||
}} | }} | ||
{{Acquisition | {{Acquisition | ||
Revision as of 00:03, 16 February 2025
How to Obtain
- Created using the Weaponsmithing skill - Level 9
Skills
Creation
Weaponsmithing
This item can be created using the following Weaponsmithing recipes.
| Product | Materials | Experience | Recipe Req | Sell Value
| ||
|---|---|---|---|---|---|---|
![]() | 1 x Steel Spade | 3 x Coal1 x Iron Ore1 x Wood | 9 | 167 | 113 | |
Sell Value
