Template:Inventory info: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
| style="text-align:right;" | [[{{{Perk}}}]]
| style="text-align:right;" | [[{{{Perk}}}]]
|- {{#if:{{{Cost|}}}||style="display:none;"}}
|- {{#if:{{{Cost|}}}||style="display:none;"}}
| [[File:Hud Pound Symbol.png|x20px|Cost]]
| Cost
| style="text-align:right;" | {{{Cost}}}
| style="text-align:right;" | {{{Cost}}}
|- {{#if:{{{Weight|}}}||style="display:none;"}}
|- {{#if:{{{Weight|}}}||style="display:none;"}}
| [[File:Hud Weight.png|x20px|Weight]]
| Weight
| style="text-align:right;" | {{{Weight}}}
| style="text-align:right;" | {{{Weight}}}
|- {{#if:{{{Capacity|}}}||style="display:none;"}}
|- {{#if:{{{Capacity|}}}||style="display:none;"}}
| |[[File:Hud Bullets.png|x20px|Capacity]]
| Ammo capacity
| style="text-align:right;" | {{{Capacity}}}
| style="text-align:right;" | {{{Capacity}}}
|- {{#if:{{{Magazine|}}}||style="display:none;"}}
|- {{#if:{{{Magazine|}}}||style="display:none;"}}
| [[File:Hud Ammo Clip.png|x20px|Magazine size]]
| Magazine capacity
| style="text-align:right;" | {{{Magazine}}}
| style="text-align:right;" | {{{Magazine}}}
|- {{#if:{{{Damage|}}}||style="display:none;"}}
|- {{#if:{{{Damage|}}}||style="display:none;"}}
| [[File:Hud Lightning Bolt.png|x20px|Damage]]
| Damage
| style="text-align:right;" | {{{Damage}}}
| style="text-align:right;" | {{{Damage}}}
|- {{#if:{{{Radius|}}}||style="display:none;"}}
|- {{#if:{{{Radius|}}}||style="display:none;"}}

Revision as of 02:35, 12 October 2012

This template is a work in progress.

To do

  • Need to add the following stats: ammo cost, reload type (mag, shell, etc).
  • Add burn damage? Does it depend on the weapon used to set alight?

Usage

Killing Floor item
MP7M
Perk Field Medic
Cost 3000
Weight 3
Ammo capacity 400 (N/A)
Magazine capacity 20
Damage 25 (20)
Radius {{{Radius}}}
Head multiplier {{{HeadMul}}}
Pellets per shot {{{Pellets}}}
Spread {{{Spread}}}
Penetration {{{Penetration}}}
Rate of fire 0.06 (0.50)
Reload time {{{ReloadTime}}}
Attachments {{{AddOns}}}
Can sell/buy Yes

Values listed in brackets are for alternate (secondary) fire.


{{Inventory info
|Name=MP7M
|Image=Trader MP7m.png
|Perk=Field Medic
|Cost=3000
|Weight=3
|Damage=25 (20)
|ROF=0.06 (0.50)
|Capacity=400 (N/A)
|Magazine=20
|CanSellBuy=Yes
}}

Available parameters

ID

  • Name - Item name
  • Image - Image name of item, excluding the file: part
  • Perk - Related perk
  • Cost - Cost at the trader
  • Weight - Amount of blocks this item takes up

Combat stats

  • Capacity - Total ammo capacity
  • Magazine - Magazine capacity
  • Damage - Damage per shot (or pellet in the case of shotguns)
  • Radius - Size of radius for area of effect weapons (explosions etc)
  • HeadMul - Head shot multiplier, represented as a percentage
  • Pellets - Amount of pellets per shot. Used for shotguns
  • Spread - Potential amount of spread per shot/bullet
  • Penetration - Penetration quantity and damage reduction separated by a colon (ie. 5 : 0.75)
  • ROF - Rate of fire, expressed as seconds between shots
  • ReloadTime - Reload time, expressed as seconds

Misc

  • AddOns - Attachments such as flashlight, laser sight, etc.
  • CanSellBuy - Can weapon be bought/sold?