9mm Round: Difference between revisions

From PZwiki
(Checked and updated to version 40.43)
(Updated to build 41.52)
Line 1: Line 1:
{{languages|9mm Rounds}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 40|incver=43}}{{Infobox ammo
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=52}}{{Infobox ammo
|display_name=9mm Rounds
|display_name=9mm Round
|name_colour=Weapons
|name_colour=Weapons
|name_text_colour=Weapons
|name_text_colour=Weapons
|image=40calAmmoBox_120px.png
|image=40calAmmoBox_120px.png
|alternate_image=HandgunAmmoBox.png{{!}}32px
|alternate_image=40calAmmoBox.png
|alternate_name=Box of 9mm Bullets
|alternate_name=9mm Round
|alternate_link=
|alternate_link=
|alternate_image2=HandgunAmmoBox.png
|alternate_name2=Box of 9mm Rounds
|alternate_link2=
|category=Ammo
|category=Ammo
|weapons=[[Pistol]]
|weapon1=Pistol
|loose_weight=0.1
|loose_weight=0.01
|box_weight=0.3
|count=5
|box_weight=0.2
|contents=30
|contents=30
|class_name=Base.Bullets9mm<br>Base.BulletsBox
|class_name=Base.Bullets9mm
}}'''9mm rounds''' are a type of ammo for [[weapons#Firearms|firearms]].
|class_name2=Base.Bullets9mmBox
}}A '''9mm round''' is a type of ammo for [[weapons#Firearms|firearms]].


==Usage==
==Usage==
9mm rounds are used in [[pistol]]s. 30 rounds can be can be merged into a '''box of 9mm bullets''', being much lighter than individual rounds.
9mm rounds are used in the [[M9 Pistol|M9 pistol]]. The rounds must first be inserted into a [[9mm Magazine|9mm magazine]].
 
==Crafting==
30 rounds can be can be merged into a '''box of 9mm bullets''', being much lighter than individual rounds.


This ammunition can be disassembled to created [[gunpowder]].
This ammunition can be disassembled to created [[gunpowder]].
 
{{Crafting header|ing=1}}
==Crafting==
{{Crafting general|001|ing=1}}|-
{{Crafting table header}}
{{Crafting general|009|ing=1}}|-
{{RecipeLookup|4029}}
{{Crafting general|010|ing=1}}
{{RecipeLookup|4034}}
|}
{{Crafting table footer}}


==Distribution==
==Distribution==
Line 34: Line 41:


==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''


''9mm Rounds'' [[File:40calAmmoBox.png]]
''9mm Round'' [[File:40calAmmoBox.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=52}}
<pre> item Bullets9mm
<pre>   item Bullets9mm
Count = 5,
    {
Weight = 0.1,
        Count = 5,
Type = Normal,
        Weight = 0.01,
DisplayCategory = Ammo,
        Type = Normal,
DisplayName = 9mm Rounds,
        DisplayCategory = Ammo,
Icon = 40calAmmoBox,
        DisplayName = 9mm Rounds,
MetalValue = 1,</pre>
        Icon = 40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 9mmRounds,
    }</pre>




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


''Box of 9mm Bullets'' [[File:HandgunAmmoBox.png]]
''Box of 9mm Bullets'' [[File:HandgunAmmoBox.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=52}}
<pre> item BulletsBox
<pre>   item Bullets9mmBox
Weight = 0.3,
    {
Type = Normal,
        Weight = 0.2,
DisplayName = Box of 9mm Bullets,
        Type = Normal,
DisplayCategory = Ammo,
        DisplayName = Box of 9mm Bullets,
Icon = HandgunAmmoBox,
        DisplayCategory = Ammo,
MetalValue = 30,</pre>
        Icon = HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = HandGunAmmoBox,
    }</pre>


==See also==
==See also==
[[Pipe Bomb]]
*[[.45 Round]]
*[[.44 Magnum Round]]
*[[.38 Special Round]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}

Revision as of 09:00, 30 July 2021

The Game WorldItemsWeaponsFirearmsAmmo9mm Round
9mm Round
9mm Round
9mm Round Box of 9mm Rounds
General
Category Ammo
Weapon(s) M9 Pistol
Loose Ammo
Encumbrance
Heavy Load
0.01
Count 5
Box of Ammo
Encumbrance
Heavy Load
0.2
Contents 30 Rounds
Technical details
Item ID (Loose) Base.Bullets9mm
Item ID (Boxed) Base.Bullets9mmBox

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 can be merged into a box of 9mm bullets, being much lighter than individual rounds.

This ammunition can be disassembled to created gunpowder.

Product XP gained Skill(s) Recipe Ingredient 1
GunpowderJar.png
Gunpowder
0 XP none
(consumed)
|-
40calAmmoBox.png
9mm Round x30
0 XP none Box of 9mm Rounds
Box of 9mm Rounds
(consumed)
|-
Box of 9mm Rounds
Box of 9mm Rounds
0 XP none 40calAmmoBox.png
9mm Round x30
(consumed)

Distribution

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.

Code

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

9mm Round 40calAmmoBox.png Retrieved: Build 41.52

    item Bullets9mm
    {
        Count	=	5,
        Weight	=	0.01,
        Type	=	Normal,
        DisplayCategory = Ammo,
        DisplayName	=	9mm Rounds,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 9mmRounds,
    }


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

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

    item Bullets9mmBox
    {
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Box of 9mm Bullets,
        DisplayCategory = Ammo,
        Icon	=	HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = HandGunAmmoBox,
    }

See also

Template:Navbox/Weapons