Difference between revisions of "Template:Weapon"
From AliensRL Wiki
Game Hunter (Talk | contribs) (trying similar template from DRL wiki) |
Revision as of 15:26, 5 October 2012
Usage
{{Weapon
| weapon_name =
| weapon_ammo =
| weapon_acc =
| weapon_dmg =
| weapon_ftime =
| weapon_rtime =
| weapon_clip =
| weapon_get =
| weapon_looks =
| weapon_desc =
| 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_acc | Accuracy modifer of the weapon. Default is +0. |
| weapon_dmg | Damage modifier of the weapon. Damage itself is calculated through a particular shot's accuracy. Default is +0. |
| weapon_ftime | Base fire time of the weapon. Default is 1.0s, or 1000 time units. |
| weapon_rtime | Base reload time of the weapon. Default is 1.0s, or 1000 time units. |
| 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_desc | Description of the weapon as given in the game. 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_desc = Fresh from ACME laboratories for your immolative needs.
| weapon_src = [http://en.wikipedia.org/wiki/Looney_Tunes Looney Tunes]
}}
(The above example is, of course, totally fictitious.)