M14 Magazine

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
.308 Magazine
GunMagazine Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Part type
Magazine
Skill
Ammunition
RifleAmmo308loose.png
Magazine size
20
Technical
Item ID
Base.M14Clip

The M14 magazine stores ammo to feed into a firearm.

Usage

The M14 magazine is a firearm magazine that can hold up to 20 rounds. It is used in the M14 Rifle.

Reloading

A magazine can be reloaded by either:

  • right-clicking the magazine in the player's inventory, then selecting "Insert X Bullets in Magazine".
  • equipping the firearm and holding R, then selecting "Load Bullets into Spare Magazine".

Both options will result in the player inserting one round at a time until the magazine is filled, unless interrupted.
Once filled, the magazine can then be inserted into the firearm. This can be done by either:

  • equipping the firearm and tapping R (the fullest magazine will be inserted).
  • equipping the firearm and holding R, then selecting "Insert Magazine".
  • right-clicking the magazine or firearm in the player's inventory, then selecting "Insert Magazine".

A magazine can be filled with rounds while walking (upright or crouched), but not running or sprinting.

Distribution

The loot distributions can be found in the table(s) below.

M14Clip distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
RifleCase3 RifleCase3 6.41%
RifleCase3 RifleCase3 120.41%
SafehouseLoot counter 23.28%
SafehouseLoot crate 23.28%
SafehouseLoot metal_shelves 23.28%
SafehouseLoot wardrobe 23.28%
SurvivorCache1 counter 23.28%
SurvivorCache2 counter 23.28%
all militarycrate 19.27%
all militarylocker 19.27%
armystorage locker 19.27%
armystorage metal_shelves 19.27%
armysurplus displaycase 19.27%
druglab metal_shelves 23.28%
gunstore counter 19.27%
gunstore displaycase 19.27%
gunstorestorage crate 19.27%
hunting displaycase 19.27%
hunting locker 19.27%
pawnshopoffice locker 23.28%
pawnshopstorage locker 23.28%
policestorage locker 19.27%
policestorage metal_shelves 19.27%
Vehicles
Type Container Effective chance
Police Trunk 10.78%

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item M14Clip
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	.308 Magazine,
        Icon	=	BerettaClip,
        MaxAmmo = 20,
        AmmoType = Base.308Bullets,
        StaticModel = GunMagazine,
        GunType = Base.AssaultRifle2,
        WorldStaticModel = Gun_Magazine_Ground,
    }

See also