Difference between revisions of "Template:Tool"
Jump to navigation
Jump to search
(Polish the template) |
m (General Updates. Tools are not able to be stacked, therefore stackability has no purpose in this template. Type is also unnecessary, as if you cannot tell that a "Fiery Pickaxe" is a Pickaxe, then go home and talk with your parents <3.) |
||
Line 4: | Line 4: | ||
|- | |- | ||
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]] | |colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]] | ||
|- | |- | ||
Line 24: | Line 20: | ||
!Renewable | !Renewable | ||
|{{{renewable|}}} | |{{{renewable|}}} | ||
|- | |- | ||
Line 36: | Line 28: | ||
<pre> | <pre> | ||
{{Tool | {{Tool | ||
|name= ( | |name= <!-- The Name of this item (Optional) --> | ||
|image= | |image= <!-- The Image file of this item --> | ||
|durability= <!-- The Durablity this item has --> | |||
|durability= | |damage= <!-- The Attack Damage Value --> | ||
|damage= | |speed= <!-- The Attack Speed Value --> | ||
|speed= | |renewable= <!-- Is this item renewable? Yes/No --> | ||
|renewable= | |id= <!-- The ID of the item --> | ||
|id= | |||
}} | }} | ||
</pre> | </pre> | ||
{{Tool | {{Tool | ||
| | |name=Mazebreaker | ||
|image=Mazebreaker.png | |||
|durability=1561 | |||
|damage=5 | |||
|speed=1.2 | |||
|renewable=No | |||
|id=mazebreaker_pickaxe | |||
}} | }} | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 09:38, 21 February 2024
Usage:
{{Tool |name= <!-- The Name of this item (Optional) --> |image= <!-- The Image file of this item --> |durability= <!-- The Durablity this item has --> |damage= <!-- The Attack Damage Value --> |speed= <!-- The Attack Speed Value --> |renewable= <!-- Is this item renewable? Yes/No --> |id= <!-- The ID of the item --> }}
Mazebreaker | |
---|---|
Durability | 1561 |
Attack Damage | 5 |
Attack Speed | 1.2 |
Renewable | No |
ID | mazebreaker_pickaxe |