From RebirthRO Wiki
Usage
These usage notes will not be included in articles bearing this template.
This template displays a pre-designed page for weapon information. This template is only for weapons that are normally dropped by monsters or quests and not custom. For similar templates, look at
Template:ChangedWeapon, and
Template:CustomWeapons
{{Template:Weapon
|image =
|itemId =
|itemSlot =
|itemEqp =
|itemTrade =
|itemVend =
|itemStore =
|itemAtk =
|classEq =
|levelReq =
|itemDesc =
|eirDrop =
|lokiDrop =
|tyrDrop =
|script =
}}
Obligatory Fields
| Field | Description |
|
| image | The screenshot showing what the item worn looks like. This should only be used if the item is a headgear. If it is not, then use [[File:NoImage.png]] |
|
| itemId | The id number for the weapon, found ingame by using @iteminfo / @ii |
|
| itemSlot | The number of slots the given item has |
|
| itemEqp | Where the item is equipped to. The location should be capitalized, (example: Weapon). It will define what category the page is put in. |
|
| itemTrade | Defines if the item can be traded. Use one of the following values: Yes, No, or Unknown |
|
| itemVend | Defines if the item can be vended. Use one of the following values: Yes, No, or Unknown |
|
| itemStore | Defines if the item can be stored in the players storage. Use one of the following values: Yes, No, or Unknown |
|
| itemAtk | The amount of Attack the weapon has |
|
| classEq | Which classes can equip the item. Classes should link to their proper articles |
|
| levelReq | The level required to equip this item. |
|
| itemDesc | The effect of the item being described. All keywords such as Str, Dex, Hit, Flee, etc should be linked to the proper pages |
|
| eirDrop | All places where this item can be obtained on Eir, in a bullet list |
|
| lokiDrop | All places where this item can be obtained on Loki, in a bullet list |
|
| tyrDrop | All places where this item can be obtained on Tyr, in a bullet list |
|
| script | If the script is publicly known it is put here |
|