Ammo Straps: Difference between revisions

From PZwiki
No edit summary
(header and infobox)
Line 1: Line 1:
{{languages|Ammo Straps}}
{{languages}}
{{Notice|Short}}
{{header|The Game World|Items|Weapons|Firearms|Weapons Parts|type=Weapon|version=Version 40|incver=43}}
{{Infobox weapon mod
|display_name = Ammo Straps
|name_colour = Weapon
|name_text_colour = Weapon
|image = AmmoStrap.png
|image_width = 128px
<!--GENERAL-->
|weight = 0.5
|weapon = [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:Shotgun2.png|link=Shotgun]]
|part_type = Sling
<!--MODIFIERS-->
|weight_mod = 0.5
|reload_mod = -5
<!--TECHNICAL DETAILS-->
|class_name = Base.AmmoStraps
}}'''Ammo straps''', also known as bandolier or bandoleer, is a weapon mod.


{{Consumables
==Usage==
|image = MODAmmoStrap.png
This item can be attached to a [[shotgun]], [[Varmint Rifle|varmint rifle]], or [[Hunting Rifle|hunting rifle]], allowing the [[player]] to reload much quicker than normally. Realistically, players would have to otherwise take their ammunition out of their pockets or bags before reloading, but with this item, they'd only have to unload a single pouch on their multi-magazine carrying sling to be able to refill their zombie killer of a weapon.
|weight = 0.5
}}
==Description==
Also known to be called a Bandolier or Bandoleer, this wearable and stylish item allows players to reload their [[Shotgun]], [[Varmint Rifle]], or [[Hunting Rifle]] much quicker than ordinary means. Realistically, players would have to otherwise take their ammunition out of their pockets or bags before reloading, but with this item, they'd only have to unload a single pouch on their multi-magazine carrying sling to be able to refill their zombie killer of a weapon.


Gives an extra slot for ammo:
Gives an extra slot for ammo:
Line 17: Line 29:
Can be added to guns using a [[screwdriver]].
Can be added to guns using a [[screwdriver]].


==Compatible Weapons==
==Compatible weapons==
[[File:Shotgun2.png|32px|link=Shotgun|Shotgun]] [[Shotgun|Shotgun]]<br>
[[File:Shotgun2.png|32px|link=Shotgun|Shotgun]] [[Shotgun|Shotgun]]<br>
[[File:VarmintRifle.png|32px|link=Varmint Rifle|Varmint Rifle]] [[Varmint Rifle|Varmint Rifle]]<br>
[[File:RifleVarmint.png|32px|link=Varmint Rifle|Varmint Rifle]] [[Varmint Rifle|Varmint Rifle]]<br>
[[File:HuntingRifle.png|32px|link=Hunting Rifle|Hunting Rifle]] [[Hunting Rifle|Hunting Rifle]]
[[File:RifleHunting.png|32px|link=Hunting Rifle|Hunting Rifle]] [[Hunting Rifle|Hunting Rifle]]
 
== Code ==
== Code ==
<nowiki>item AmmoStraps
<pre> item AmmoStraps
    {
Type = WeaponPart,
        Type = WeaponPart,
DisplayName = Ammo Straps,
        DisplayName = Ammo Straps,
Icon = AmmoStrap,
        Icon = AmmoStrap,
Weight = 0.5,
        Weight = 0.5,
WeightModifier = 0.5,
        WeightModifier = 0.5,
ReloadTimeModifier = -5,
        ReloadTimeModifier = -5,
MountOn = HuntingRifle; VarmintRifle; Shotgun,
        MountOn = HuntingRifle; VarmintRifle; Shotgun,
PartType = Sling,
        PartType = Sling,
Tooltip = Tooltip_AmmoStrap</pre>
        Tooltip = Tooltip_AmmoStrap,
    }</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Items#Firearm Modifications|Firearm Modifications]]


==See also==
* [[Weapon mods]]
* [[Weapons]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Weapon Parts]]

Revision as of 19:25, 1 June 2019

Ammo Straps
Ammo Straps
General
Category Weapon mod
Encumbrance
Heavy Load
0.5
Weapon(s) RifleHunting.png RifleVarmint.png Shotgun2.png
Part type Sling
Modifiers
Encumbrance 0.5
Reload time -5
Technical details
Item ID Base.AmmoStraps

Ammo straps, also known as bandolier or bandoleer, is a weapon mod.

Usage

This item can be attached to a shotgun, varmint rifle, or hunting rifle, allowing the player to reload much quicker than normally. Realistically, players would have to otherwise take their ammunition out of their pockets or bags before reloading, but with this item, they'd only have to unload a single pouch on their multi-magazine carrying sling to be able to refill their zombie killer of a weapon.

Gives an extra slot for ammo:

6+1/6 for shotguns.

15+1/15 for pistols.

Can be added to guns using a screwdriver.

Compatible weapons

Shotgun Shotgun (disambiguation)
Varmint Rifle MSR700 Rifle
Hunting Rifle MSR788 Rifle

Code

	item AmmoStraps
		Type = WeaponPart,
		DisplayName = Ammo Straps,
		Icon = AmmoStrap,
		Weight = 0.5,
		WeightModifier = 0.5,
		ReloadTimeModifier = -5,
		MountOn = HuntingRifle; VarmintRifle; Shotgun,
		PartType = Sling,
		Tooltip = Tooltip_AmmoStrap

See also

Template:Navbox/Weapons