Template:Weapon infobox/doc

From BattleBit Wiki
Jump to navigation Jump to search

This creates an infobox for weapons.

Parameters

  • name: The name of the weapon.
  • image: An image location displaying the map, not including the "File:" namespace.
  • imagesize: (Defaults to "250x250px") The size to display the image as.
  • type: The weapon type.
  • level: The level required to obtain the weapon.
  • verticalrecoil: The amount of vertical recoil the weapon experiences when firing.
  • horizontalrecoil: The amount of horizontal recoil the weapon experiences when firing.
  • muzzlescale: The muzzle scale of the weapon.
  • damage: The amount of damage the weapon does.
  • velocity: The bullet travel speed.
  • accuracy: The accuracy of the weapon.
  • runningspeed: The running speed of the weapon.
  • adstime: The amount of time it takes to aim down sights.
  • roundspermag: The magazine size.
  • roundspermin: The rounds per minute.
  • firetypes: The types of firing modes the weapon has.

Example

{{Weapon infobox
|name               = MP7
|image              = 
|type               = [[Submachine Guns|Submachine Gun]]
|level              = 0
|verticalrecoil     = 0.5
|horizontalrecoil   = 0.5
|kick               = 0.5
|muzzlescale        = 0.34
|damage             = 17
|velocity           = 250
|accuracy           = 85
|runningspeed       = 1.1
|adstime            = 0.05
|roundspermag       = 30
|roundspermin       = 950
|firetypes          = Semi-Auto, Full-Auto
}}