9mm Round: Difference between revisions

From PZwiki
(New infobox + new layout + updated)
mNo edit summary
Line 13: Line 13:
|box_weight=0.3
|box_weight=0.3
|contents=30
|contents=30
|class_name=Base.Bullets9mm
|class_name=Base.Bullets9mm<br>Base.BulletsBox
}}'''9mm rounds''' are a type of ammo for [[weapons#Firearms|firearms]].
}}'''9mm rounds''' are a type of ammo for [[weapons#Firearms|firearms]].


Line 19: Line 19:
9mm rounds are used in [[pistol]]s.  
9mm rounds are used in [[pistol]]s.  


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


{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 47: Line 47:


''9mm Rounds'' [[File:40calAmmoBox.png]]
''9mm Rounds'' [[File:40calAmmoBox.png]]
{{Retrieved|version=40|incver=40}}
<pre> item Bullets9mm
<pre> item Bullets9mm
Count = 5,
Count = 5,
Line 59: Line 60:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''


''9mm Rounds'' [[File:HandgunAmmoBox.png]]
''Box of 9mm Bullets'' [[File:HandgunAmmoBox.png]]
{{Retrieved|version=40|incver=40}}
<pre> item BulletsBox
<pre> item BulletsBox
Weight = 0.3,
Weight = 0.3,

Revision as of 15:44, 13 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