.308 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|.308 Ammo}}
{{languages|.308 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=.308 Rounds
|name_colour=Weapons
|name_text_colour=Weapons
|image=308Ammo.png
|alternate_image=RifleAmmo308.png
|alternate_name=Box of .308 Bullets
|alternate_link=
|category=Ammo
|weapons=[[Hunting Rifle]]
|loose_weight=0.1
|box_weight=0.3
|contents=30
|class_name=Base.308Bullets<br>Base.308Box
}}'''.308 rounds''' are a type of ammo for [[weapons#Firearms|firearms]].


{{Items
==Usage==
|image = 308Ammo.png
'''.308 rounds''' are used in [[hunting rifle]]s. 40 rounds can be can be merged into a '''box of .308 bullets''', being much lighter than individual rounds.
|weight = 0.1
}}


'''.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.
This ammunition can be disassembled to created [[gunpowder]].


.308 Ammo can be found in houses, police stations, medical centers, and even on zombies.
==Crafting==
{{Crafting table header}}
{{RecipeLookup|4032}}
{{RecipeLookup|4034}}
{{Crafting table footer}}


{| class="pztable sortable" style="text-align:center;"
==Distribution==
|-
.308 Ammo can be found in houses, police stations, medical centers, [[vehicles]] and even on zombies.
! class="unsortable" | Item
 
! class="unsortable" | Description
==Trivia==
! class="sortable" | Weight
.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.
! class="unsortable" | Box Amount
 
! class="unsortable" | Classname
==Code==
|-
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
| [[File:308Ammo.png|32px|link=.308 Ammo|.308 Ammo]] <br> '''.308 Ammo'''
 
| Ammunition for the [[Hunting Rifle]].
''.308 Rounds'' [[File:308Ammo.png]]
| 0.1
{{Retrieved|version=40|incver=43}}
| [[File:Boxof308Ammo.png|32px|link=.308 Ammo Box|.308 Ammo Box]] <br> 40
<pre> item 308Bullets
| Base.308Bullets
Count = 5,
|-
Weight = 0.1,
|}
AlwaysWelcomeGift= TRUE,
Type = Normal,
DisplayName = .308 Ammo,
DisplayCategory = Ammo,
Icon = RifleAmmo308loose,
MetalValue = 1,</pre>
 
''Box of .308 Bullets'' [[File:RifleAmmo308.png]]
{{Retrieved|version=40|incver=43}}
<pre> item 308Box
Weight = 0.3,
AlwaysWelcomeGift= TRUE,
Type = Normal,
DisplayName = Box of .308 Bullets,
DisplayCategory = Ammo,
Icon = RifleAmmo308,
MetalValue = 40,</pre>


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


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

Revision as of 06:05, 7 July 2019

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