.44 Magnum Round

From PZwiki
Revision as of 12:53, 11 January 2022 by Kingofrock37 (talk | contribs)
The Game WorldItemsWeaponsFirearmsAmmo.44 Magnum Round
.44 Magnum Round
.44 Magnum Round
.44 Magnum Round Box of .44 Magnum Rounds
General
Category Ammo
Weapon(s) D-E PistolMagnum
Loose Ammo
Encumbrance
Heavy Load
0.04
Count 3
Box of Ammo
Encumbrance
Heavy Load
0.38
Contents 12 Rounds
Technical details
Item ID (Loose) Base.Bullets44
Item ID (Boxed) Base.Bullets44Box


The .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 XP gained Skill(s) Recipe Ingredient 1
GunpowderJar.png
Gunpowder
0 XP none
(consumed)
|-
40calAmmoBox.png
.44 Magnum Round x12
0 XP none Box of .44 Magnum Rounds
Box of .44 Magnum Rounds
(consumed)
|-
Box of .44 Magnum Rounds
Box of .44 Magnum Rounds
0 XP none 40calAmmoBox.png
.44 Magnum Round x12
(consumed)

Distribution

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

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/)

.44 Magnum Round 40calAmmoBox.png Retrieved: Build 41.65

    item Bullets44
    {
        DisplayCategory = Ammo,
        Count	=	3,
        Weight	=	0.04,
        Type	=	Normal,
        DisplayName	=	.44 Magnum Bullets,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 9mmRounds,
    }

From items_weapons.txt (Project Zomboid directory/media/scripts/)

Box of .44 Magnum Rounds HandgunAmmoBox.png Retrieved: Build 41.65

    item Bullets44Box
    {
        DisplayCategory = Ammo,
        Weight	=	0.38,
        Type	=	Normal,
        DisplayName	=	Box of .44 Magnum Bullets,
        Icon	=	HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = BoxOf44Magnum,
    }

See also