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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

9mm Round

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
9mm Round
9mmRounds Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.02
Properties
Metal quantity
1
Technical
Tags
Item ID
Base.Bullets9mm

A 9mm round is a type of ammo for firearms.

Usage

9mm rounds are used in the M9 pistol. The rounds must first be inserted into a 9mm magazine.

Crafting

30 rounds can be merged into a box of 9mm bullets, being much lighter than individual rounds.

This ammunition can be disassembled to create gunpowder.

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
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
9mm Round ×30
HandgunAmmoBox.png Box of 9mm Rounds ×1 none none none none
HandgunAmmoBox.png
Box of 9mm Rounds
40calAmmoBox.png 9mm Round ×30 none none none none

Location

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

Bullets9mm 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 ForagingNav: 50
TownZone: 50
TrailerPark: 50
Vegitation: 50
- - - - - - -

9mm rounds can be found in houses, police stations, medical centers, vehicles, and even on zombies.

Trivia

  • The 9mm round seen in game is a 9x19 Parabellum round of a 9mm caliber. This round is one of the most common rounds for pistols, next to the .45 ACP.

History

Base.Bullets9mm

Version Description
Build 42.0.0 DisplayName changed from 9mm Rounds to 9mm Round.
Icon changed from 40calAmmoBox to PistolAmmo.
Item tag added with value Ammo.
Weight changed from 0.01 to 0.02.
Build 41.51 WorldStaticModel added with value 9mmRounds.
Build 41.42 Weight changed from 0.1 to 0.01.
Build 35.25b Count changed from 10 to 5.
MetalValue added with value 1.
Build 30.12 DisplayCategory added with value Ammo.
0.2.0q experimental combat build 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_ammunition.txt

Retrieved: Build 42.0.2
item Bullets9mm
	{
		DisplayName = 9mm Round,
		DisplayCategory = Ammo,
		Type = Normal,
		Weight = 0.02,
		Icon = PistolAmmo,
		Count = 5,
		MetalValue = 1,
		WorldStaticModel = 9mmRounds,
		Tags = Ammo,
	}

See also