.45 Auto Round: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 28: Line 28:


==Crafting==
==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]].
This ammunition can be disassembled to create [[gunpowder]].

Revision as of 12:30, 11 January 2022

The Game WorldItemsWeaponsFirearmsAmmo.45 Auto Round
.45 Auto Round
.45 Auto Round
.45 Auto Round Box of .45 Auto Rounds
General
Category Ammo
Weapon(s) M625 RevolverM1911 Pistol
Loose Ammo
Encumbrance
Heavy Load
0.04
Count 5
Box of Ammo
Encumbrance
Heavy Load
1
Contents 30 Rounds
Technical details
Item ID (Loose) Base.Bullets45
Item ID (Boxed) 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 Magazine (disambiguation).

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

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

Code

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

.45 Auto Round 40calAmmoBox.png Retrieved: Build 41.65

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

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

Box of .45 Auto Rounds HandgunAmmoBox.png Retrieved: Build 41.65

    item Bullets45Box
    {
        DisplayCategory = Ammo,
        Weight	=	1,
        Type	=	Normal,
        DisplayName	=	Box of .45 Auto Bullets,
        Icon	=	HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = BoxOf45Auto,
    }

See also