Template:Item: Difference between revisions
Jump to navigation
Jump to search
Joshua2504 (talk | contribs) Created page with "<pre> <onlyinclude>{{ Weapon | {{{1|}}} | icon = <!-- Ingame icon --> | name = <!-- Name of item --> | material = <!-- If a material is present --> | image = <!-- Uplo..." |
Joshua2504 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
<onlyinclude>{{ | <onlyinclude>{{ Item | {{{1|}}} | ||
| icon = <!-- Ingame icon --> | | icon = <!-- Ingame icon --> | ||
| name = <!-- Name of item --> | | name = <!-- Name of item --> | ||
Revision as of 14:38, 7 November 2020
<onlyinclude>{{ Item | {{{1|}}}
| icon = <!-- Ingame icon -->
| name = <!-- Name of item -->
| material = <!-- If a material is present -->
| image = <!-- Upload an image, then place filename here -->
| category = <!-- Category of weapon -->
| damage = <!-- Base damage -->
| attack speed = <!-- Attack speed -->
| range = <!-- Range, if no range is present remove this line -->
| durability = <!-- Durability, if the weapon is not a boss weapon remove this line -->
| weight = <!-- Weight -->
| requires = <!-- Class requirements -->
| bonus 1 = <!-- Built in bonuses, e.g Hit Chance -->
| bonus 2 = <!-- As above -->
| bonus 3 = <!-- As above -->
<noinclude>
| info = <!-- Add in-game description-->
| notes = <!-- Additional notes go here-->
</noinclude>}}</onlyinclude>