.44 Magnum Round: Difference between revisions

From PZwiki
(Initial creation)
 
No edit summary
Line 1: Line 1:
{{notice|Standard}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=52}}{{Infobox ammo
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=52}}{{Infobox ammo
|display_name=.44 Magnum Round
|display_name=.44 Magnum Round
Line 43: Line 43:
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''


"".38 Special Round"" [[File:40calAmmoBox.png]]
"".44 Magnum Round"" [[File:40calAmmoBox.png]]
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre>    item Bullets38
<pre>    item Bullets44
     {
     {
         DisplayCategory = Ammo,
         DisplayCategory = Ammo,
Line 59: Line 59:
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''


''Box of .38 Special Rounds'' [[File:HandgunAmmoBox.png]]
''Box of .44 Magnum Rounds'' [[File:HandgunAmmoBox.png]]
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre>    item Bullets38Box
<pre>    item Bullets44Box
     {
     {
         DisplayCategory = Ammo,
         DisplayCategory = Ammo,

Revision as of 11:53, 11 January 2022

The Game WorldItemsWeaponsFirearmsAmmo.44 Magnum Round
.44 Magnum Round
.44 Magnum Round
.44 Magnum Round Box of .44 Magnum Rounds
General
Category Ammo
Weapon(s) D-E PistolMagnum
Loose Ammo
Encumbrance
Heavy Load
0.04
Count 3
Box of Ammo
Encumbrance
Heavy Load
0.38
Contents 12 Rounds
Technical details
Item ID (Loose) Base.Bullets44
Item ID (Boxed) Base.Bullets44Box


The .44 Magnum Round is a type of ammo for firearms.

Usage

Crafting

12 rounds can be merged into a box of .44 Magnum rounds, saving some weight compared to carrying the bullets individually.

This ammunition can be disassembled to create gunpowder.

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

Distribution

.44 Magnum rounds can rarely be found in houses, police stations, vehicles, military buildings, and on zombies.

Code

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

"".44 Magnum Round"" 40calAmmoBox.png Retrieved: Build 41.65

    item Bullets44
    {
        DisplayCategory = Ammo,
        Count	=	3,
        Weight	=	0.04,
        Type	=	Normal,
        DisplayName	=	.44 Magnum Bullets,
        Icon	=	40calAmmoBox,
        MetalValue = 1,
        WorldStaticModel = 9mmRounds,
    }

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

Box of .44 Magnum Rounds HandgunAmmoBox.png Retrieved: Build 41.65

    item Bullets44Box
    {
        DisplayCategory = Ammo,
        Weight	=	0.38,
        Type	=	Normal,
        DisplayName	=	Box of .44 Magnum Bullets,
        Icon	=	HandgunAmmoBox,
        MetalValue = 30,
        WorldStaticModel = BoxOf44Magnum,
    }

See also