.223 Round: Difference between revisions

From PZwiki
m (Replaced .233 with the correct caliber .223)
m (Minor cleanup)
Line 1: Line 1:
{{languages}}
{{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=.223 Round
|display_name=.223 Round
|name_colour=Weapons
|name_colour=Weapons
Line 29: Line 28:
This ammunition can be disassembled to created [[gunpowder]].
This ammunition can be disassembled to created [[gunpowder]].
{{Crafting header|ing=1}}
{{Crafting header|ing=1}}
{{Crafting general|001|ing=1}}|-
{{Crafting general|001|ing=1}}
{{Crafting general|013|ing=1}}|-
{{Crafting general|013|ing=1}}
{{Crafting general|014|ing=1}}
{{Crafting general|014|ing=1}}
|}
|}
Line 38: Line 37:


==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]], but the two rounds '''''are not''''' freely interchangeable, as 5.56mm NATO cases are slightly different proportions, expect different rifling twist rates, and typically generate higher pressures, making them unsafe to use in weapons designed for .223.
*.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]], but the two rounds '''''are not''''' freely interchangeable, as 5.56mm NATO cases are slightly different proportions, expect different rifling twist rates, and typically generate higher pressures, making them unsafe to use in weapons designed for .223.


==Code==
==Code==
Line 45: Line 44:
''.223 Round'' [[File:RifleAmmo223loose.png]]
''.223 Round'' [[File:RifleAmmo223loose.png]]
{{Retrieved|version=41|incver=52}}
{{Retrieved|version=41|incver=52}}
<pre> item 223Bullets
<pre>
item 223Bullets
Count = 5,
Count = 5,
Weight = 0.1,
Weight = 0.1,
Line 53: Line 53:
DisplayCategory = Ammo,
DisplayCategory = Ammo,
Icon = RifleAmmo223loose,
Icon = RifleAmmo223loose,
MetalValue = 1,</pre>
MetalValue = 1,
</pre>


''Box of .223 Bullets'' [[File:RifleAmmo223.png]]
''Box of .223 Bullets'' [[File:RifleAmmo223.png]]
{{Retrieved|version=41|incver=52}}
{{Retrieved|version=41|incver=52}}
<pre> item 223Box
<pre>
item 223Box
Weight = 0.3,
Weight = 0.3,
AlwaysWelcomeGift= TRUE,
AlwaysWelcomeGift= TRUE,
Line 64: Line 66:
DisplayCategory = Ammo,
DisplayCategory = Ammo,
Icon = RifleAmmo223,
Icon = RifleAmmo223,
MetalValue = 40,</pre>
MetalValue = 40,
</pre>


==See also==
==See also==
Line 71: Line 74:
*[[Shotgun Shells]]
*[[Shotgun Shells]]


{{Navbox/Weapons}}
{{Navbox weapons}}
{{Navbox_weapons}}

Revision as of 15:08, 5 March 2023

The Game WorldItemsWeaponsFirearmsAmmo.223 Round
.223 Round
.223 Round
.223 Round Box of .223 Rounds
General
Category Ammo
Weapon(s) MSR700 Rifle
Loose Ammo
Encumbrance
Heavy Load
0.02
Count 5
Box of Ammo
Encumbrance
Heavy Load
0.6
Contents 30 Rounds
Technical details
Item ID (Loose) Base.223Bullets
Item ID (Boxed) 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 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, but the two rounds are not freely interchangeable, as 5.56mm NATO cases are slightly different proportions, expect different rifling twist rates, and typically generate higher pressures, making them unsafe to use in weapons designed for .223.

Code

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

.223 Round RifleAmmo223loose.png 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 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