.308 Round

From PZwiki
Revision as of 06:05, 7 July 2019 by SimonC4 (talk | contribs) (Checked and updated to version 40.43)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The Game WorldItemsWeaponsFirearmsAmmo.308 Round
.308 Rounds
.308 Rounds
Box of .308 Bullets
General
Category Ammo
Weapon(s) MSR788 Rifle
Loose Ammo
Encumbrance
Heavy Load
0.1
Box of Ammo
Encumbrance
Heavy Load
0.3
Contents 30 Rounds
Technical details
Item ID Base.308Bullets
Base.308Box

.308 rounds are a type of ammo for firearms.

Usage

.308 rounds are used in hunting rifles. 40 rounds can be can be merged into a box of .308 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

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

Trivia

.308 Ammo seen in game is loosely based on the real life Winchester .308 round. This round is one of the most common rounds for hunting rifles.

Code

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

.308 Rounds File:308Ammo.png Retrieved: Build 40.43

	item 308Bullets
		Count		= 5,
		Weight		= 0.1,
		AlwaysWelcomeGift= TRUE,
		Type		= Normal,
		DisplayName	= .308 Ammo,
		DisplayCategory = Ammo,
		Icon		= RifleAmmo308loose,
		MetalValue 	= 1,

Box of .308 Bullets RifleAmmo308.png Retrieved: Build 40.43

	item 308Box
		Weight		= 0.3,
		AlwaysWelcomeGift= TRUE,
		Type		= Normal,
		DisplayName	= Box of .308 Bullets,
		DisplayCategory	= Ammo,
		Icon		= RifleAmmo308,
		MetalValue	= 40,

See also

Template:Navbox/Weapons