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

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

Bullets38 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
- - - - - - -

.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
Build 41.51 WorldStaticModel added with value 38SpecialBullets.
Build 41.42 Weight changed from 0.1 to 0.015.
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 Bullets38
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.015,
        Type	=	Normal,
        DisplayName	=	.38 Special Bullets,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 38SpecialBullets,
    }

See also