Namespaces

Variants
Actions
OTHER LANGUAGES

Weapons List

From DayZ Wiki
Revision as of 14:16, 15 July 2012 by SEi () ( | )

Jump to: ,

A Weapon and Ammo

There are several types of weapons in DayZ. All weapons are modeled after their real world counter parts and they behave as such.

Rifles, Submachine guns, Shotguns and most Sniper Rifles will fill the Main weapon slot. These will take 10 slots in the

Sidearms take 5 slots in the .

Missile launchers will fill the Backpack-slot.

Since There is a new feature: .

See also:

DBowders Weapon Chart (Damage, Zeroing and Effective Range, Audible Range, Ammunition Type, Rounds/Mag, and Convertible Ammunition.)

The way ammunition count is in Arma2 differs from most other games.


Contents

Melee Weapons

Crossbows

<data condition="weapon_type=crossbows">

  • [[{{#data:name}}]]

</data>

Sidearms

<data condition="weapon_type=sidearm">

  • [[{{#data:name}}]]

</data>

Light Machine Guns

<data condition="weapon_type=light machine gun">

  • [[{{#data:name}}]]

</data>

Shotguns

<data condition="weapon_type=shotgun">

  • [[{{#data:name}}]]

</data>

Sub Machine Guns

<data condition="weapon_type=smg">

  • [[{{#data:name}}]]

</data>

Assault Rifles

<data condition="weapon_type=assault rifle">

  • [[{{#data:name}}]]

</data>

Sniper Rifles

<data condition="weapon_type=sniper rifle">

  • [[{{#data:name}}]]

</data>

Rocket Launchers

<data condition="weapon_type=rocket launcher">

  • [[{{#data:name}}]]

</data>