Template:Weapon
From AliensRL Wiki
Revision as of 16:13, 5 October 2012 by Game Hunter (Talk | contribs)
Usage
{{Weapon
| weapon_name =
| weapon_ammo =
| weapon_utype =
| weapon_acc =
| weapon_dmg =
| weapon_shots =
| weapon_ftime =
| weapon_rtime =
| weapon_mag =
| weapon_get =
| weapon_looks =
| weapon_other =
| weapon_src =
}}
Use this template on pages describing a ranged weapon. The parameters are as follows:
| weapon_name | Name of the weapon as it appears in the game. This parameter is required. |
| weapon_ammo | Ammunition type of the weapon. This also determines the weapon's armor penetration and maximum damage (minus modifiers). Default is "unknown". |
| weapon_utype | Weapon slot. Possible choices are "sidearm", "primary", and "heavy". Default is "unknown". |
| weapon_acc | Accuracy modifer of the weapon. Default is "unknown". |
| weapon_dmg | Damage modifier of the weapon. Damage itself is calculated through a particular shot's accuracy. Default is "unknown". |
| weapon_ftime | Base fire time of the weapon. Default is "unknown". |
| weapon_rtime | Base reload time of the weapon. Default is "unknown". |
| weapon_clip | Weapon clip size. Default is "unknown". |
| weapon_get | Where to obtain the weapon. Default is "anywhere". |
| weapon_looks | Appearance (ascii character) of the weapon. You can use <font color="some_color"></font> tags to obtain the correct colour. Default is "unknown". |
| weapon_other | Further comments or special remarks. Default is "none". |
| weapon_src | Source of the weapon: some movie, video game, or even real life, etc. Default is "unknown". |
Example
{{Ranged weapon
| weapon_name = ACME flame-thrower
| weapon_ammo = [[Rockets]]
| weapon_acc = -2
| weapon_dmg = +2
| weapon_ftime = 1.5 seconds
| weapon_rtime = 2.5 seconds
| weapon_clip = 10
| weapon_get = Mail order from ACME
| weapon_looks = <font color="orange">}</font>
| weapon_src = [http://en.wikipedia.org/wiki/Looney_Tunes Looney Tunes]
}}
(The above example is, of course, totally fictitious.)