.45 Auto Round

From PZwiki
(Redirected from .45 Auto Round)
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 XP gained Skill(s) Recipe Ingredient 1
GunpowderJar.png
Gunpowder
0 XP none
(consumed)
40calAmmoBox.png
.45 Auto Round x30
0 XP none Box of .45 Auto Rounds
Box of .45 Auto Rounds
(consumed)
Box of .45 Auto Rounds
Box of .45 Auto Rounds
0 XP none 40calAmmoBox.png
.45 Auto Round x30
(consumed)

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