.223 Round

From PZwiki
Revision as of 05:51, 7 July 2019 by SimonC4 (talk | contribs) (Checked and updated to version 40.43)
The Game WorldItemsWeaponsFirearmsAmmo.223 Round
.223 Ammo
.223 Ammo
Box of .223 Bullets
General
Category Ammo
Weapon(s) MSR700 Rifle
Loose Ammo
Encumbrance
Heavy Load
0.1
Box of Ammo
Encumbrance
Heavy Load
0.3
Contents 30 Rounds
Technical details
Item ID Base.223Bullets
Base.223Box

.223 rounds are a type of ammo for firearms.

Usage

The .223 round is chambered for the MSR700 Rifle. 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.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

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

Trivia

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

Code

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

.223 Rounds RifleAmmo223loose.png Retrieved: Build 40.43

	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 40.43

	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