Weapons List
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 Backpack
Sidearms take 5 slots in the Backpack.
Missile launchers will fill the Backpack-slot.
Since 1.7.1 There is a new feature: Convert Magazines.
See also:
The way ammunition count is in Arma2 differs from most other games.
VIDEO: Understanding Ammunition
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>