5.56mm Round: Difference between revisions

From PZwiki
No edit summary
m (Minor cleanups)
Line 1: Line 1:
{{languages}}
{{Languages}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=65}}{{Infobox ammo
{{Header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=65}}
{{Infobox ammo
|display_name=5.56mm Round
|display_name=5.56mm Round
|name_colour=Weapons
|name_colour=Weapons
Line 20: Line 21:
|class_name2=Base.556Box
|class_name2=Base.556Box
}}
}}
 
The '''5.56mm Round''' is a type of ammo for [[Weapons#Firearms|firearms]].  
The '''5.56mm Round''' is a type of ammo for [[weapons#Firearms|firearms]].  


==Usage==
==Usage==
5.56mm Rounds are used in the [[M16 Assault Rifle|M16 Assault Rifle]]. They can be loaded into a [[.556 Magazine|5.56mm Magazine]].
5.56mm Rounds are used in the [[M16 Assault Rifle]]. They can be loaded into a [[.556 Magazine|5.56mm Magazine]].


==Crafting==
==Crafting==
Line 31: Line 31:
This ammunition can be disassembled to create [[gunpowder]].
This ammunition can be disassembled to create [[gunpowder]].
{{Crafting header|ing=1}}
{{Crafting header|ing=1}}
{{Crafting general|001|ing=1}}|-
{{Crafting general|001|ing=1}}
{{Crafting general|040|ing=1}}|-
{{Crafting general|040|ing=1}}
{{Crafting general|041|ing=1}}
{{Crafting general|041|ing=1}}
|}
|}


==Distribution==
==Distribution==
5.56mm Rounds can be found very rarely in [[Police Station|police stations]], gun stores, military buildings, and on [[zombies]].
5.56mm Rounds can be found very rarely in [[police station]]s, gun stores, military buildings, and on [[zombies]].


==Code==
==Code==
Line 44: Line 44:
''5.56mm Round'' [[File:RifleAmmo308loose.png]]
''5.56mm Round'' [[File:RifleAmmo308loose.png]]
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre>   item 556Bullets
<pre>
    item 556Bullets
     {
     {
         DisplayCategory = Ammo,
         DisplayCategory = Ammo,
Line 55: Line 56:
         MetalValue = 1,
         MetalValue = 1,
         WorldStaticModel = RifleAmmo,
         WorldStaticModel = RifleAmmo,
     }</pre>
     }
</pre>


'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
Line 61: Line 63:
''Box of 5.56mm Rounds'' [[File:RifleAmmo308.png]]
''Box of 5.56mm Rounds'' [[File:RifleAmmo308.png]]
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<pre>   item 556Box
<pre>
    item 556Box
     {
     {
         DisplayCategory = Ammo,
         DisplayCategory = Ammo,
Line 71: Line 74:
         MetalValue = 40,
         MetalValue = 40,
         WorldStaticModel = RifleAmmoBox,
         WorldStaticModel = RifleAmmoBox,
     }</pre>
     }
</pre>


==See also==
==See also==
Line 78: Line 82:
*[[Shotgun Shells]]
*[[Shotgun Shells]]


{{Navbox_weapons}}
{{Navbox weapons}}

Revision as of 18:16, 8 October 2023

The Game WorldItemsWeaponsFirearmsAmmo5.56mm Round

Template:Infobox ammo The 5.56mm Round is a type of ammo for firearms.

Usage

5.56mm Rounds are used in the M16 Assault Rifle. They can be loaded into a 5.56mm Magazine.

Crafting

60 rounds can be merged into a box of 5.56mm rounds, saving 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)
RifleAmmo308loose.png
5.56 Round x60
0 XP none Box of 5.56 Rounds
Box of 5.56 Rounds
(consumed)
Box of 5.56 Rounds
Box of 5.56 Rounds
0 XP none RifleAmmo308loose.png
5.56 Round x60
(consumed)

Distribution

5.56mm Rounds can be found very rarely in police stations, gun stores, military buildings, and on zombies.

Code

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

5.56mm Round RifleAmmo308loose.png Retrieved: Build 41.65

    item 556Bullets
    {
        DisplayCategory = Ammo,
        Count	=	5,
        Weight	=	0.025,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	.556 Ammo,
        Icon	=	RifleAmmo308loose,
        MetalValue = 1,
        WorldStaticModel = RifleAmmo,
    }

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

Box of 5.56mm Rounds RifleAmmo308.png Retrieved: Build 41.65

    item 556Box
    {
        DisplayCategory = Ammo,
        Weight	=	1.2,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of .556 Bullets,
        Icon	=	RifleAmmo308,
        MetalValue = 40,
        WorldStaticModel = RifleAmmoBox,
    }

See also