9mm Round

From PZwiki
Revision as of 15:41, 13 December 2018 by Vaileasys (talk | contribs) (New infobox + new layout + updated)
The Game WorldItemsWeaponsAmmo9mm Round
9mm Rounds
9mm Rounds
Box of 9mm Bullets
General
Category Ammo
Weapon(s) Pistol (disambiguation)
Loose Ammo
Encumbrance
Heavy Load
0.1
Box of Ammo
Encumbrance
Heavy Load
0.3
Contents 30 Rounds
Technical details
Item ID Base.Bullets9mm

9mm rounds are a type of ammo for firearms.

Usage

9mm rounds are used in pistols.

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

Item Description Weight Box Amount Classname
9mm Rounds
9mm Round
Ammunition for the Pistol (disambiguation). 0.1 Box of 9mm Bullets
30
Base.Bullets9mm

Distribution

9mm Rounds can be found in houses, police stations, medical centers 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.

Code

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

9mm Rounds 40calAmmoBox.png

	item Bullets9mm
		Count		= 5,
		Weight		= 0.1,
		Type		= Normal,
		DisplayCategory = Ammo,
		DisplayName	= 9mm Rounds,
		Icon		= 40calAmmoBox,
		MetalValue 	= 1,


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

9mm Rounds HandgunAmmoBox.png

	item BulletsBox
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Box of 9mm Bullets,
		DisplayCategory	= Ammo,
		Icon		= HandgunAmmoBox,
		MetalValue	= 30,

See also

Template:Navbox/Weapons