.223 Round: Difference between revisions

From PZwiki
m (infobox weight updates)
m (Automated {{Language}} removal.)
Line 1: Line 1:
{{Languages}}
{{Header/sandbox2|Project Zomboid|Items|Weapons|Firearms|Ammo}}
{{Header/sandbox2|Project Zomboid|Items|Weapons|Firearms|Ammo}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
Line 21: Line 20:
}}
}}
A '''.223 round''' is a type of ammo for [[firearms]].
A '''.223 round''' is a type of ammo for [[firearms]].
==Usage==
==Usage==
The '''.223 round''' is chambered for the [[MSR700 Rifle|MSR700 rifle]].
The '''.223 round''' is chambered for the [[MSR700 Rifle|MSR700 rifle]].
==Crafting==
==Crafting==
40 rounds can be merged into a '''box of .223 bullets''', being much lighter than individual rounds.
40 rounds can be merged into a '''box of .223 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 header|ing=1}}
Line 34: Line 30:
{{Crafting general|014|ing=1}}
{{Crafting general|014|ing=1}}
|}
|}
==Distribution==
==Distribution==
.223 rounds can be found in houses, police stations, medical centers, [[vehicles]], and even on zombies.
.223 rounds can be found in houses, police stations, medical centers, [[vehicles]], and even on zombies.
==Trivia==
==Trivia==
*.223 rounds seen in game are loosely based on the real life [[Wikipedia:.223 Remington|.223 Remington]] round. This round also served as the basis for [[5.56mm Round|5.56mm NATO]]. While practically considered interchangeable, the .223 Remington and 5.56mm NATO were tested and certified using different analysis and sampling procedures, resulting in the NATO cartridge reporting to having a higher cartridge pressure than the .223 Remington. While .223 Remington chambered rifles are routinely fired with 5.56mm NATO ammunition, and no instance of failure, damage, or injury have ever been determined to be caused by chambering 5.56mm in a .223 rifle, it is generally considered unsafe.
*.223 rounds seen in game are loosely based on the real life [[Wikipedia:.223 Remington|.223 Remington]] round. This round also served as the basis for [[5.56mm Round|5.56mm NATO]]. While practically considered interchangeable, the .223 Remington and 5.56mm NATO were tested and certified using different analysis and sampling procedures, resulting in the NATO cartridge reporting to having a higher cartridge pressure than the .223 Remington. While .223 Remington chambered rifles are routinely fired with 5.56mm NATO ammunition, and no instance of failure, damage, or injury have ever been determined to be caused by chambering 5.56mm in a .223 rifle, it is generally considered unsafe.
==Code==
==Code==
{{CodeBox|''.223 Round'' [[File:RifleAmmo223loose.png]]<br>
{{CodeBox|''.223 Round'' [[File:RifleAmmo223loose.png]]<br>
Line 63: Line 56:
}
}
   }}
   }}
''Box of .223 Bullets'' [[File:RifleAmmo223.png]]<br>
''Box of .223 Bullets'' [[File:RifleAmmo223.png]]<br>
{{CodeSnip
{{CodeSnip
Line 85: Line 77:
   }}
   }}
}}
}}
==See also==
==See also==
*[[5.56mm Round]]
*[[5.56mm Round]]
*[[.308 Round]]
*[[.308 Round]]
*[[Shotgun Shells]]
*[[Shotgun Shells]]
{{Navbox weapons}}
{{Navbox weapons}}

Revision as of 01:44, 3 March 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
.223 Round
RifleAmmo Model.png
RifleAmmoBox Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.02 (single)
0.6 (box)
Used in
Properties
Capacity
40 rounds
Technical
Item ID
Base.223Bullets
Base.223Box

A .223 round is a type of ammo for firearms.

Usage

The .223 round is chambered for the MSR700 rifle.

Crafting

40 rounds can be merged into a box of .223 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)
RifleAmmo223loose.png
.223 Round x40
0 XP none Box of .223 Rounds
Box of .223 Rounds
(consumed)
Box of .223 Rounds
Box of .223 Rounds
0 XP none RifleAmmo223loose.png
.223 Round x40
(consumed)

Distribution

.223 rounds can be found in houses, police stations, medical centers, vehicles, and even on zombies.

Trivia

  • .223 rounds seen in game are loosely based on the real life .223 Remington round. This round also served as the basis for 5.56mm NATO. While practically considered interchangeable, the .223 Remington and 5.56mm NATO were tested and certified using different analysis and sampling procedures, resulting in the NATO cartridge reporting to having a higher cartridge pressure than the .223 Remington. While .223 Remington chambered rifles are routinely fired with 5.56mm NATO ammunition, and no instance of failure, damage, or injury have ever been determined to be caused by chambering 5.56mm in a .223 rifle, it is generally considered unsafe.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

.223 Round RifleAmmo223loose.png
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.52
item 223Bullets
{
  Count             = 5,
  Weight            = 0.1,
  AlwaysWelcomeGift = TRUE,
  Type              = Normal,
  DisplayName       = .223 Ammo,
  DisplayCategory   = Ammo,
  Icon              = RifleAmmo223loose,
  MetalValue        = 1,
}

Box of .223 Bullets RifleAmmo223.png
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.52
item 223Box
{
  Weight            = 0.3,
  AlwaysWelcomeGift = TRUE,
  Type              = Normal,
  DisplayName       = Box of .223 Bullets,
  DisplayCategory   = Ammo,
  Icon              = RifleAmmo223,
  MetalValue        = 40,
}

See also