Template:Item: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
(Created page with "<pre> <onlyinclude>{{ Weapon | {{{1|}}} | icon = <!-- Ingame icon --> | name = <!-- Name of item --> | material = <!-- If a material is present --> | image = <!-- Uplo...")
 
No edit summary
Line 1: Line 1:
<pre>
<pre>
<onlyinclude>{{ Weapon | {{{1|}}}
<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>