.44 Magnum Round

From PZwiki
Project ZomboidItemsWeaponsFirearmsAmmo.44 Magnum Round
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
.44 Magnum Round
9mmRounds Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.04
Used in
Properties
Metal quantity
1
Technical
Item ID
Base.Bullets44

A .44 Magnum round is a type of ammo for firearms.

Usage

.44 Magnum rounds are used in the D-E Pistol and the Magnum. They can be loaded into a .44 Magazine.

Crafting

12 rounds can be merged into a box of .44 Magnum rounds, saving some weight compared to carrying the bullets individually. This ammunition can be disassembled to create gunpowder.


Product Ingredients Tools Requirements Workstation XP
GunpowderJar.png
Gunpowder
One of:
40calAmmoBox.png .38 Special Round ×1
40calAmmoBox.png .44 Magnum Round ×1
40calAmmoBox.png .45 Auto Round ×1
40calAmmoBox.png 9mm Round ×1
RifleAmmo308loose.png 5.56mm Round ×1
RifleAmmo308loose.png .308 Round ×1
RifleAmmo223loose.png .223 Round ×1
ShotgunAmmo.png Shotgun Shells ×1
none none none none
40calAmmoBox.png
.44 Magnum Round ×12
HandgunAmmoBox.png Box of .44 Magnum Rounds ×1 none none none none
HandgunAmmoBox.png
Box of .44 Magnum Rounds
40calAmmoBox.png .44 Magnum Round ×12 none none none none

Location

.44 Magnum rounds can rarely be found in houses, police stations, vehicles, gun stores, military buildings, and on zombies.

History

Base.Bullets44

Version Description
41.21 Released on or before this version.

Help PZwiki by adding to this history.

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 Bullets44
    {
        DisplayCategory = Ammo,
        Count	=	3,
        Weight	=	0.04,
        Type	=	Normal,
        DisplayName	=	.44 Magnum Bullets,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 9mmRounds,
    }

See also