.45 Auto Round

From PZwiki
Project ZomboidItemsWeaponsFirearmsAmmo.45 Auto Round
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
.45 Auto Round
9mmRound Model.png
BoxOfRounds45Auto Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.04 (single)
1 (box)
Properties
Capacity
30 rounds
Technical
Item ID
Base.Bullets45
Base.Bullets45Box

The .45 Auto round is a type of ammo for firearms.

Usage

.45 Auto rounds are used in the M625 Revolver and M1911 Pistol. They can be inserted into a .45 Auto magazine.

Crafting

30 rounds can be merged into a box of .45 Auto rounds, saving 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
.45 Auto Round ×30
HandgunAmmoBox.png Box of .45 Auto Rounds ×1 none none none none
HandgunAmmoBox.png
Box of .45 Auto Rounds
40calAmmoBox.png .45 Auto Round ×30 none none none none

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot counter 4 1
all locker 4 1
militarycrate 4 1
militarycrate 4 1
militarycrate 4 2
militarycrate 4 2
militarycrate 4 1
militarycrate 4 2
armysurplus displaycase 4 1
druglab metal_shelves 4 1
gunstore counter 4 1
locker 4 1
locker 4 2
locker 4 1
locker 4 2
pawnshop displaycase 4 1
pawnshopoffice locker 4 1

.45 Auto rounds can be found in houses, police stations, medical centers, gun stores, military buildings, vehicles, and on zombies.

Code

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

.45 Auto Round 40calAmmoBox.png
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Bullets45
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.04,
        Type	=	Normal,
        DisplayName	=	.45 Auto,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 9mmRounds,
    }

Box of .45 Auto Rounds HandgunAmmoBox.png
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Bullets45Box
    {
        DisplayCategory = Ammo,
        Weight	=	1,
        Type	=	Normal,
        DisplayName	=	Box of .45 Auto Bullets,
        Icon	=	HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = BoxOf45Auto,
        PlaceOneSound = BoxOfRoundsPlaceOne,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
    }

See also