Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

.308 Round

From PZwiki
Project ZomboidItemsWeaponsFirearmsAmmo.308 Round
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
.308 Round
RifleAmmo Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.02
Properties
Metal quantity
1
Technical
Item ID
Base.308Bullets

A .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 Ingredients Tools Requirements Workstation XP
GunpowderJar.png
Gunpowder
One of:
40calAmmoBox.png .38 Special Round ×1
40calAmmoBox.png .44 Magnum Round ×1
40calAmmoBox.png .45 Auto Round ×1
40calAmmoBox.png 9mm Round ×1
RifleAmmo308loose.png 5.56mm Round ×1
RifleAmmo308loose.png .308 Round ×1
RifleAmmo223loose.png .223 Round ×1
ShotgunAmmo.png Shotgun Shells ×1
none none none none
RifleAmmo308loose.png
.308 Round ×40
RifleAmmo308.png Box of .308 Rounds ×1 none none none none
RifleAmmo308.png
Box of .308 Rounds
RifleAmmo308loose.png .308 Round ×40 none none none none

Location

The loot distributions can be found in the table(s) below.

308Bullets distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all Hunter (outfit) 6.53%
all Private Militia (male)
Private Militia (female)
6.53%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1-3 4 Nav: 50
TownZone: 50
TrailerPark: 50
Vegitation: 50
- - - - - - -

.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.

History

Base.308Bullets

Version Description
Build 41.51 WorldStaticModel added with value RifleAmmo.
Build 41.42 Weight changed from 0.1 to 0.02.
Build 35.25b Count changed from 20 to 5.
MetalValue added with value 1.
Build 30.12 DisplayCategory added with value Ammo.
Build 28 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_weapons.txt

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

See also