.308 Round: Difference between revisions

From PZwiki
m (Copyediting)
m (Minor improvements)
Line 22: Line 22:


==Usage==
==Usage==
.308 rounds are only used as ammunition in the [[MSR788 Rifle|MSR788]] and [[M14 Rifle|M14 rifle]]s.  
.308 rounds are used as ammunition in the [[MSR788 Rifle|MSR788]] and [[M14 Rifle|M14 rifle]].  


==Crafting==
==Crafting==
40 rounds can be merged into a '''box of .308 rounds''', saving 0.2 kilograms of weight compared to 40 individual rounds.
40 rounds can be merged into a '''box of .308 rounds''', saving 0.2 units of encumbrance compared to 40 individual rounds.


Additionally, this ammunition can be disassembled to obtain [[gunpowder]].
Additionally, this ammunition can be disassembled to obtain [[gunpowder]].
Line 74: Line 74:


==See also==
==See also==
*[[5.56mm_Round|.556 Round]]
*[[5.56mm Round|5.56mm Round]]
*[[.223 Round]]
*[[.223 Round]]
*[[Shotgun Shells]]
*[[Shotgun Shells]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}
{{Navbox_weapons}}
{{Navbox weapons}}

Revision as of 22:15, 13 February 2023

The Game WorldItemsWeaponsFirearmsAmmo.308 Round

Template:Infobox ammoThe .308 round is a type of ammo for firearms.

Usage

.308 rounds are used as ammunition in the MSR788 and M14 rifle.

Crafting

40 rounds can be merged into a box of .308 rounds, saving 0.2 units of encumbrance compared to 40 individual rounds.

Additionally, this ammunition can be disassembled to obtain 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 are most commonly found inside gun cases and weapons lockers, however, they may also be found in the trunks of police vehicles. They may also be found inside gun stores, medical centers[verify] and even on zombies.

Trivia

The .308 rounds seen in game are 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 Rounds 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