.308 Round: Difference between revisions

From PZwiki
m (models)
(added models)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=78.16}}
{{Reupload|Missing 3D models}}
{{Infobox ammo
{{Infobox ammo
|display_name=.308 Round
|display_name=.308 Round
|name_colour=Weapons
|name_colour=Weapons
|name_text_colour=Weapons
|name_text_colour=Weapons
|image=RifleAmmo308loose.png
|image=RifleAmmo_Model.png
|alternate_image=RifleAmmo308loose.png
|alternate_image=RifleAmmo308loose.png
|alternate_name=.308 Round
|alternate_name=.308 Round
|alternate_link=
|alternate_image2=RifleAmmo308.png
|alternate_image2=RifleAmmo308.png
|alternate_name2=Box of .308 Rounds
|alternate_name2=Box of .308 Rounds
|alternate_link2=
|category=Ammo
|category=Ammo
|weapon1=HuntingRifle
|weapon1=HuntingRifle
Line 40: Line 37:
==Distribution==
==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<sup>[verify]</sup> and even on zombies.
.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<sup>[verify]</sup> and even on zombies.
==Gallery==
<gallery>
RifleAmmoBox_Model.png|Box of .308 Rounds model
</gallery>


==Trivia==
==Trivia==

Revision as of 02:47, 14 January 2024

Project ZomboidItemsWeaponsFirearmsAmmo.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 (Loose) Base.308Bullets
Item ID (Boxed) Base.308Box

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

Gallery

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

.308 Round RifleAmmo308loose.png

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

Source: ProjectZomboid\media\scripts\items_weapons.txt

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

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

Source: ProjectZomboid\media\scripts\items_weapons.txt

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