9mm Round: Difference between revisions

From PZwiki
No edit summary
(New infobox + new layout + updated)
Line 1: Line 1:
{{languages|9mm Rounds}}
{{languages|9mm Rounds}}
{{header|The Game World|Items|Weapons|Ammo|version=Version 37|incver=13}}
{{header|The Game World|Items|Weapons|Ammo|type=weapons|version=Version 40|incver=40}}{{Infobox ammo
 
|display_name=9mm Rounds
{{Items
|name_colour=Weapons
|image = 9mmAmmo.png
|name_text_colour=Weapons
|weight = 0.1
|image=40calAmmoBox_120px.png
}}
|alternate_image=HandgunAmmoBox.png{{!}}32px
 
|alternate_name=Box of 9mm Bullets
The 9mm Round seen in game is a [https://en.wikipedia.org/wiki/9%C3%9719mm_Parabellum 9x19 Parabellum round] of a 9mm caliber. This round is one of the most common rounds for pistols, next to the [https://en.wikipedia.org/wiki/.45_ACP .45 ACP].
|alternate_link=
 
|category=Ammo
9mm Rounds can be found in houses, police stations, medical centers and even on zombies.
|weapons=[[Pistol]]
|loose_weight=0.1
|box_weight=0.3
|contents=30
|class_name=Base.Bullets9mm
}}'''9mm rounds''' are a type of ammo for [[weapons#Firearms|firearms]].


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


{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 29: Line 37:
|}
|}


==See Also==
==Distribution==
* [[Pistol]]
9mm Rounds can be found in houses, [[Police Station|police stations]], medical centers and even on [[zombies]].
 
==Trivia==
*The 9mm Round seen in game is a [[wikipedia:9×19mm Parabellum|9x19 Parabellum round]] of a 9mm caliber. This round is one of the most common rounds for pistols, next to the [[wikipedia:.45_ACP|.45 ACP]].
 
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''9mm Rounds'' [[File:40calAmmoBox.png]]
<pre> item Bullets9mm
Count = 5,
Weight = 0.1,
Type = Normal,
DisplayCategory = Ammo,
DisplayName = 9mm Rounds,
Icon = 40calAmmoBox,
MetalValue = 1,</pre>
 
 
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
''9mm Rounds'' [[File:HandgunAmmoBox.png]]
<pre> item BulletsBox
Weight = 0.3,
Type = Normal,
DisplayName = Box of 9mm Bullets,
DisplayCategory = Ammo,
Icon = HandgunAmmoBox,
MetalValue = 30,</pre>
 
==See also==
* [[Shotgun]]
* [[Shotgun]]
* [[Varmint Rifle]]
* [[Varmint Rifle]]
Line 37: Line 75:
* [[.233 Ammo]]
* [[.233 Ammo]]
* [[.308 Ammo]]
* [[.308 Ammo]]
{{clear}}


{{Navbox/Weapons}}
[[Category:Ammo]]
[[Category:Ammo]]

Revision as of 16:41, 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

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