9mm Round: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{languages|9mm Rounds}}
{{languages|9mm Rounds}}
{{header|The Game World|Items|Weapons|Ammo|type=weapons|version=Version 40|incver=40}}{{Infobox ammo
{{header|The Game World|Items|Weapons|Ammo|type=Weapon|version=Version 40|incver=40}}{{Infobox ammo
|display_name=9mm Rounds
|display_name=9mm Rounds
|name_colour=Weapons
|name_colour=Weapons

Revision as of 10:42, 14 December 2018

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

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 bullets, 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 Retrieved: Build 40.40

	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/)

Box of 9mm Bullets HandgunAmmoBox.png Retrieved: Build 40.40

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

See also

Template:Navbox/Weapons