.308 Round: Difference between revisions

From PZwiki
m (redirected to proper page)
(Updated to build 41.52)
Line 1: Line 1:
{{languages|.308 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=.308 Rounds
|display_name=.308 Round
|name_colour=Weapons
|name_colour=Weapons
|name_text_colour=Weapons
|name_text_colour=Weapons
|image=308Ammo.png
|image=RifleAmmo308loose.png
|alternate_image=RifleAmmo308.png
|alternate_image=RifleAmmo308loose.png
|alternate_name=Box of .308 Bullets
|alternate_name=.308 Round
|alternate_link=
|alternate_link=
|alternate_image2=RifleAmmo308.png
|alternate_name2=Box of .308 Rounds
|alternate_link2=
|category=Ammo
|category=Ammo
|weapons=[[Hunting Rifle]]
|weapon1=HuntingRifle
|loose_weight=0.1
|loose_weight=0.02
|box_weight=0.3
|count=5
|contents=30
|box_weight=0.6
|contents=40
|class_name=Base.308Bullets<br>Base.308Box
|class_name=Base.308Bullets<br>Base.308Box
}}'''.308 rounds''' are a type of ammo for [[weapons#Firearms|firearms]].
}}A '''.308 round''' is a type of ammo for [[weapons#Firearms|firearms]].


==Usage==
==Usage==
'''.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.
.308 rounds are used in the [[MSR788 Rifle|MSR788 rifle]].  
 
==Crafting==
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]].
This ammunition can be disassembled to created [[gunpowder]].
 
{{Crafting header|ing=1}}
==Crafting==
{{Crafting general|001|ing=1}}|-
{{Crafting table header}}
{{Crafting general|015|ing=1}}|-
{{RecipeLookup|4032}}
{{Crafting general|016|ing=1}}
{{RecipeLookup|4034}}
|}
{{Crafting table footer}}


==Distribution==
==Distribution==
.308 Ammo can be found in houses, police stations, medical centers, [[vehicles]] and even on zombies.
.308 rounds can be found in houses, police stations, medical centers, [[vehicles]] and even on zombies.


==Trivia==
==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.
.308 rounds 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==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''


''.308 Rounds'' [[File:308Ammo.png]]
''.308 Round'' [[File:RifleAmmo308loose.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=52}}
<pre> item 308Bullets
<pre>   item 308Bullets
Count = 5,
    {
Weight = 0.1,
        Count = 5,
AlwaysWelcomeGift= TRUE,
        Weight = 0.02,
Type = Normal,
        AlwaysWelcomeGift = TRUE,
DisplayName = .308 Ammo,
        Type = Normal,
DisplayCategory = Ammo,
        DisplayName = .308 Ammo,
Icon = RifleAmmo308loose,
        DisplayCategory = Ammo,
MetalValue = 1,</pre>
        Icon = RifleAmmo308loose,
        MetalValue = 1,
        WorldStaticModel = RifleAmmo,
    }</pre>


''Box of .308 Bullets'' [[File:RifleAmmo308.png]]
''Box of .308 Bullets'' [[File:RifleAmmo308.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=52}}
<pre> item 308Box
<pre>   item 308Box
Weight = 0.3,
    {
AlwaysWelcomeGift= TRUE,
        Weight = 0.6,
Type = Normal,
        AlwaysWelcomeGift = TRUE,
DisplayName = Box of .308 Bullets,
        Type = Normal,
DisplayCategory = Ammo,
        DisplayName = Box of .308 Bullets,
Icon = RifleAmmo308,
        DisplayCategory = Ammo,
MetalValue = 40,</pre>
        Icon = RifleAmmo308,
        MetalValue = 40,
        WorldStaticModel = RifleAmmoBox,
    }</pre>


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


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

Revision as of 09:25, 30 July 2021

The Game WorldItemsWeaponsFirearmsAmmo.308 Round
.308 Round
.308 Round
.308 Round Box of .308 Rounds
General
Category Ammo
Weapon(s) MSR788 Rifle
Loose Ammo
Encumbrance
Heavy Load
0.02
Count 5
Box of Ammo
Encumbrance
Heavy Load
0.6
Contents 40 Rounds
Technical details
Item ID Base.308Bullets
Base.308Box

A .308 round is a type of ammo for firearms.

Usage

.308 rounds are used in the MSR788 rifle.

Crafting

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.

Product XP gained Skill(s) Recipe Ingredient 1
GunpowderJar.png
Gunpowder
0 XP none
(consumed)
|-
RifleAmmo308loose.png
.308 Round x40
0 XP none Box of .308 Rounds
Box of .308 Rounds
(consumed)
|-
Box of .308 Rounds
Box of .308 Rounds
0 XP none RifleAmmo308loose.png
.308 Round x40
(consumed)

Distribution

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

Trivia

.308 rounds 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_weapons.txt (Project Zomboid directory/media/scripts/)

.308 Round RifleAmmo308loose.png Retrieved: Build 41.52

    item 308Bullets
    {
        Count	=	5,
        Weight	=	0.02,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	.308 Ammo,
        DisplayCategory = Ammo,
        Icon	=	RifleAmmo308loose,
        MetalValue = 1,
        WorldStaticModel = RifleAmmo,
    }

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

    item 308Box
    {
        Weight	=	0.6,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of .308 Bullets,
        DisplayCategory = Ammo,
        Icon	=	RifleAmmo308,
        MetalValue = 40,
        WorldStaticModel = RifleAmmoBox,
    }

See also

Template:Navbox/Weapons