.223 Round: Difference between revisions

From PZwiki
(Checked and updated to version 40.43)
Tag: categories removed
(Updated to build 41.52)
Line 1: Line 1:
{{languages|.223 Ammo}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 40|incver=43}}{{Infobox ammo
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=52}}{{Infobox ammo
|display_name=.223 Ammo
|display_name=.223 Round
|name_colour=Weapons
|name_colour=Weapons
|name_text_colour=Weapons
|name_text_colour=Weapons
|image=RifleAmmo223loose.png
|image=RifleAmmo223loose.png
|alternate_image=RifleAmmo223.png
|alternate_image=RifleAmmo223loose.png
|alternate_name=Box of .223 Bullets
|alternate_name=.223 Round
|alternate_link=
|alternate_link=
|alternate_image2=RifleAmmo223.png
|alternate_name2=Box of .223 Rounds
|alternate_link2=
|category=Ammo
|category=Ammo
|weapons=[[Varmint Rifle]]
|weapon1=VarmintRifle
|loose_weight=0.1
|loose_weight=0.02
|box_weight=0.3
|count=5
|box_weight=0.6
|contents=30
|contents=30
|class_name=Base.223Bullets<br>Base.223Box
|class_name=Base.223Bullets
}}'''.223 rounds''' are a type of ammo for [[weapons#Firearms|firearms]].
|class_name2=Base.223Box
}}A '''.223 round''' is a type of ammo for [[weapons#Firearms|firearms]].


==Usage==
==Usage==
The '''.223 round''' is chambered for the [[Varmint Rifle]]. 40 rounds can be can be merged into a '''box of .233 bullets''', being much lighter than individual rounds.
The '''.223 round''' is chambered for the [[MSR700 Rifle|MSR700 rifle]].  
 
==Crafting==
40 rounds can be can be merged into a '''box of .233 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==
{{Crafting general|001|ing=1}}|-
{{Crafting table header}}
{{Crafting general|013|ing=1}}|-
{{RecipeLookup|4031}}
{{Crafting general|014|ing=1}}
{{RecipeLookup|4034}}
|}
{{Crafting table footer}}


==Distribution==
==Distribution==
Line 31: Line 38:


==Trivia==
==Trivia==
.223 Ammo seen in game is loosely based on the real life Remington .223 round.
.223 rounds seen in game is loosely based on the real life Remington .223 round.


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


''.223 Rounds'' [[File:RifleAmmo223loose.png]]
''.223 Round'' [[File:RifleAmmo223loose.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=52}}
<pre> item 223Bullets
<pre> item 223Bullets
Count = 5,
Count = 5,
Line 49: Line 56:


''Box of .223 Bullets'' [[File:RifleAmmo223.png]]
''Box of .223 Bullets'' [[File:RifleAmmo223.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=52}}
<pre> item 223Box
<pre> item 223Box
Weight = 0.3,
Weight = 0.3,
Line 60: Line 67:


==See also==
==See also==
* [[Pipe Bomb]]
*[[556 Round]]
*[[.223 Round]]
*[[Shotgun Shells]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}

Revision as of 09:34, 30 July 2021

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 .233 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 is loosely based on the real life Remington .223 round.

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

Template:Navbox/Weapons