.38 Special Round

From PZwiki
Project ZomboidItemsWeaponsFirearmsAmmo.38 Special Round
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
.38 Special Round
38SpecialBullets Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.015
Used in
Properties
Metal quantity
1
Technical
Item ID
Base.Bullets38

A .38 Special round is a type of ammo for firearms.

Usage

.38 Special rounds are used in the M36 revolver, requiring no magazine.

Crafting

30 rounds can be merged into a box of .38 Special rounds, saving some weight compared to carrying the rounds 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
.38 Special Round ×30
HandgunAmmoBox.png Box of .38 Special Rounds ×1 none none none none
HandgunAmmoBox.png
Box of .38 Special Rounds
40calAmmoBox.png .38 Special Round ×30 none none none none

Location

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

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

History

Base.Bullets38

Version Description
41.21 Released on or before this version.

Help PZwiki by adding to this history.

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 Bullets38
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.015,
        Type	=	Normal,
        DisplayName	=	.38 Special Bullets,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 38SpecialBullets,
    }

See also