.44 Magnum Round

From PZwiki
Revision as of 11:52, 11 January 2022 by Kingofrock37 (talk | contribs) (Initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
WhiskeyHalf.png
This article or section does not conform to the standards of the wiki. The pages either don't have the layout that is expected of a page like this, or the page does not provide enough information on its item. The page should be updated to have the standard that's expected, or risk having the page deleted.
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

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
.38 Special Round x30
0 XP none Box of .38 Special Rounds
Box of .38 Special Rounds
(consumed)
|-
Box of .38 Special Rounds
Box of .38 Special Rounds
0 XP none 40calAmmoBox.png
.38 Special Round x30
(consumed)

Distribution

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

Code

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

"".38 Special Round"" 40calAmmoBox.png Retrieved: Build 41.65

    item Bullets38
    {
        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 .38 Special Rounds HandgunAmmoBox.png Retrieved: Build 41.65

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

See also