.223 Round: Difference between revisions

From PZwiki
m (→‎top: clean up, replaced: pztabe → pztable)
(Checked and updated to version 40.43)
Tag: categories removed
Line 1: Line 1:
{{languages|.223 Ammo}}
{{languages|.223 Ammo}}
{{header|The Game World|Items|Weapons|Ammo|version=Version 37|incver=13}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 40|incver=43}}{{Infobox ammo
|display_name=.223 Ammo
|name_colour=Weapons
|name_text_colour=Weapons
|image=RifleAmmo223loose.png
|alternate_image=RifleAmmo223.png
|alternate_name=Box of .223 Bullets
|alternate_link=
|category=Ammo
|weapons=[[Varmint Rifle]]
|loose_weight=0.1
|box_weight=0.3
|contents=30
|class_name=Base.223Bullets<br>Base.223Box
}}'''.223 rounds''' are a type of ammo for [[weapons#Firearms|firearms]].


{{Items
==Usage==
|image = 223Ammo.png
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.
|weight = 0.1
}}


'''.223 Ammo''' seen in game is loosely based on the real life Remington .223 round. The .223 round is chambered for the [[Varmint Rifle]].
This ammunition can be disassembled to created [[gunpowder]].
<!--
can be found in houses, police stations, medical centers, and even on zombies.


SuburbsDistributions
==Crafting==
counter, 0.4
{{Crafting table header}}
hunting, 3
{{RecipeLookup|4031}}
-->
{{RecipeLookup|4034}}
{{Crafting table footer}}


{| class="pztable sortable" style="text-align:center;"
==Distribution==
|-
.223 rounds can be found in houses, police stations, medical centers, [[vehicles]] and even on zombies.
! class="unsortable" | Item
 
! class="unsortable" | Description
==Trivia==
! class="sortable" | Weight
.223 Ammo seen in game is loosely based on the real life Remington .223 round.
! class="unsortable" | Box Amount
 
! class="unsortable" | Classname
==Code==
|-
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
| [[File:223Ammo.png|32px|link=.223 Ammo|.223 Ammo]] <br> '''.223 Ammo'''
 
| Ammunition for the [[Varmint Rifle]].
''.223 Rounds'' [[File:RifleAmmo223loose.png]]
| 0.1
{{Retrieved|version=40|incver=43}}
| [[File:Boxof223Ammo.png|32px|link=.223 Ammo Box|.223 Ammo Box]] <br> 40
<pre> item 223Bullets
| Base.223Bullets
Count = 5,
|-
Weight = 0.1,
|}
AlwaysWelcomeGift= TRUE,
Type = Normal,
DisplayName = .223 Ammo,
DisplayCategory = Ammo,
Icon = RifleAmmo223loose,
MetalValue = 1,</pre>
 
''Box of .223 Bullets'' [[File:RifleAmmo223.png]]
{{Retrieved|version=40|incver=43}}
<pre> item 223Box
Weight = 0.3,
AlwaysWelcomeGift= TRUE,
Type = Normal,
DisplayName = Box of .223 Bullets,
DisplayCategory = Ammo,
Icon = RifleAmmo223,
MetalValue = 40,</pre>


==See also==
==See also==
* [[Pistol]]
* [[Pipe Bomb]]
* [[Shotgun]]
* [[Sawn Off Shotgun]]
* [[Varmint Rifle]]
* [[Hunting Rifle]]
* [[9mm Rounds]]
* [[Shotgun Shells]]
* [[.308 Ammo]]


[[Category:Ammo]]
{{Navbox/Weapons}}

Revision as of 05:51, 7 July 2019

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