Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

.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 D-E 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

Bullets44 distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1-3 4 Nav: 50
TownZone: 50
TrailerPark: 50
Vegitation: 50
- - - - - - -

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

History

Base.Bullets44

Version Description
Build 41.54 WorldStaticModel added with value 9mmRounds.
Build 41.51 Weight changed from 0.02 to 0.04.
Build 41.42 Weight changed from 0.1 to 0.02.
Build 41.12 Released on this version.

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