9mm Round

From PZwiki
Revision as of 10:18, 24 November 2021 by Thing II (talk | contribs) (Add iwbums navbox)
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