Shotgun Shells: Difference between revisions

From PZwiki
m (Added category entry for Ammo)
m (Automated Formatting)
(33 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages|Shotgun Shells}}
{{Header|Project Zomboid|Items|Weapons|Firearms|Ammo}}
{{Items
{{Page version|41.78.16}}
|image = ShotgunShells.png
{{Infobox item
|weight = 0.1
|name=Shotgun Shells
|model=ShotgunShells_Model.png
|icon=ShotgunAmmo.png
|icon_name=Shotgun Shells
|model2=BoxOfShotgunShells_Model.png
|icon2=Box_of_Shotgun_Shells.png
|icon_name2=Box of Shotgun Shells
|category=Ammo
|weapon1=JS-2000 Shotgun
|weapon2=Sawed-off JS-2000 Shotgun
|weapon3=Double Barrel Shotgun
|weapon4=Sawed-off Double Barrel Shotgun
|weight=0.05
|weight_text=(single)
|weight2=0.9
|weight_text2=(box)
|capacity=24
|item_id=Base.ShotgunShell
|item_id2=Base.ShotgunShellsBox
}}
}}
'''Shotgun shells''' are a type of ammo for [[Weapons#Firearms|firearms]].


Shotgun Shells seen in game is a generic [https://en.wikipedia.org/wiki/Shot_(pellet) lead shot] shell. This round is one of the most common rounds for shotguns, next to [https://en.wikipedia.org/wiki/Shotgun_slug slug rounds].
==Usage==
Shotgun shells are used in the [[JS-2000 Shotgun|JS-2000 Shotgun]], [[Sawed-off JS-2000 Shotgun|Sawed-off JS-2000 Shotgun]], [[Double Barrel Shotgun|double barrel shotgun]] and [[Sawed-off Double Barrel Shotgun|sawed-off double barrel shotgun]].


Shotgun Shells can be found in houses, police stations, medical centers, and on zombies.
==Crafting==
24 shells can be merged into a '''box of shotgun shells''', being much lighter than individual shells.


{| class="wikitable sortable" style="text-align:center;"  
This ammunition can be disassembled to created [[gunpowder]].
|-
{{Crafting/sandbox2
! class="unsortable" | Item
|shotgun_shells
! class="unsortable" | Description
|box_of_shotgun_shells
! class="sortable" | Weight
|gunpowder
! class="unsortable" | Box Amount
}}
! class="unsortable" | Classname
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| SafehouseLoot
| [[counter]]
| 4
| 1
|-
| rowspan="6"|all
| [[militarycrate]]
| 4
| 1
|-
|[[militarycrate]]
|4
|1
|-
|-
| [[File:ShotgunShells.png|32px|link=Shotgun Shells|Shotgun Shells]] <br> [[Shotgun Shells|Shotgun Shells]]
|[[militarycrate]]
| Ammunition for the [[Shotgun]] and its [[Sawn Off Shotgun|Sawn Off]] version.
|4
| 0.1
|2
| [[File:Box_of_Shotgun_Shells.png|32px|link=Box of Shotgun Shells|Box of Shotgun Shells]] <br> 24
| Base.ShotgunShells
|-
|-
|[[militarycrate]]
|4
|2
|-
|[[militarycrate]]
|4
|1
|-
|[[militarycrate]]
|4
|2
|-
| armysurplus
| [[displaycase]]
| 4
| 1
|-
| druglab
| [[metal_shelves]]
| 4
| 1
|-
| rowspan="5"|gunstore
| [[counter]]
| 4
| 1
|-
|[[locker]]
|4
|1
|-
|[[locker]]
|4
|2
|-
|[[locker]]
|4
|1
|-
|[[locker]]
|4
|2
|-
| pawnshop
| [[displaycase]]
| 4
| 1
|-
| pawnshopoffice
| [[locker]]
| 4
| 1
|-
| rowspan="4"|policestorage
| [[counter]]
| 4
| 1
|-
|[[counter]]
|4
|2
|-
|[[locker]]
|4
|1
|-
|[[locker]]
|4
|2
|}
|}
Shotgun shells can be found in houses, police stations, medical centers, [[vehicles]] and on zombies.
==Gallery==
<gallery>
ShotgunShell_Model.png|Shotgun shell model
</gallery>
==Trivia==
*The shotgun shell seen in game is a generic [[Wikipedia:Shot (pellet)|lead shot]] shell. This round is one of the most common rounds for shotguns, next to [[Wikipedia:Shotgun slug|slug rounds]].
==Code==
{{CodeBox|
''Shotgun Shells'' [[File:ShotgunAmmo.png]]<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 6437
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item ShotgunShells
{
    DisplayCategory = Ammo,
Count = 6,
Weight = 0.05,
AlwaysWelcomeGift = TRUE,
Type = Normal,
DisplayName = Shotgun Shells,
Icon = ShotgunAmmo,
MetalValue = 1,
WorldStaticModel = ShotGunShells,
}
}}
''Box of Shotgun Shells'' [[File:ShotgunAmmoBox.png]]<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 6450
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item ShotgunShellsBox
    {
        DisplayCategory = Ammo,
        Weight = 0.9,
        Type = Normal,
        DisplayName = Box of Shotgun Shells,
        Icon = ShotgunAmmoBox,
        MetalValue = 24,
        WorldStaticModel = BoxOfShotGunShells,
        PlaceOneSound = BoxOfShellsPlaceOne,
        PlaceMultipleSound = BoxOfShellsPlaceAll,
    }
}}
}}


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


[[Category:Ammo]]
{{Navbox items|firearms}}

Revision as of 12:02, 14 April 2024

Project ZomboidItemsWeaponsFirearmsAmmoShotgun Shells
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Shotgun Shells
ShotgunShells Model.png
BoxOfShotgunShells Model.png
General
Category
Ammo
Encumbrance
Moodle Icon HeavyLoad.png
0.05 (single)
0.9 (box)
Properties
Capacity
24 rounds
Technical
Item ID
Base.ShotgunShell
Base.ShotgunShellsBox

Shotgun shells are a type of ammo for firearms.

Usage

Shotgun shells are used in the JS-2000 Shotgun, Sawed-off JS-2000 Shotgun, double barrel shotgun and sawed-off double barrel shotgun.

Crafting

24 shells can be merged into a box of shotgun shells, being much lighter than individual shells.

This ammunition can be disassembled to created gunpowder.

Product Ingredients Tools Requirements Workstation XP
ShotgunAmmo.png
Shotgun Shells ×24
ShotgunAmmoBox.png Box of Shotgun Shells ×1 none none none none
ShotgunAmmoBox.png
Box of Shotgun Shells
ShotgunAmmo.png Shotgun Shells ×24 none none none none
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

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot counter 4 1
all militarycrate 4 1
militarycrate 4 1
militarycrate 4 2
militarycrate 4 2
militarycrate 4 1
militarycrate 4 2
armysurplus displaycase 4 1
druglab metal_shelves 4 1
gunstore counter 4 1
locker 4 1
locker 4 2
locker 4 1
locker 4 2
pawnshop displaycase 4 1
pawnshopoffice locker 4 1
policestorage counter 4 1
counter 4 2
locker 4 1
locker 4 2

Shotgun shells can be found in houses, police stations, medical centers, vehicles and on zombies.

Gallery

Trivia

  • The shotgun shell seen in game is a generic lead shot shell. This round is one of the most common rounds for shotguns, next to slug rounds.

Code

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

Shotgun Shells ShotgunAmmo.png
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item ShotgunShells
	{
	    DisplayCategory = Ammo,
		Count	=	6,
		Weight	=	0.05,
		AlwaysWelcomeGift	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Shotgun Shells,
		Icon	=	ShotgunAmmo,
		MetalValue = 1,
		WorldStaticModel = ShotGunShells,
	}

Box of Shotgun Shells ShotgunAmmoBox.png
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item ShotgunShellsBox
    {
        DisplayCategory = Ammo,
        Weight	=	0.9,
        Type	=	Normal,
        DisplayName	=	Box of Shotgun Shells,
        Icon	=	ShotgunAmmoBox,
        MetalValue = 24,
        WorldStaticModel = BoxOfShotGunShells,
        PlaceOneSound = BoxOfShellsPlaceOne,
        PlaceMultipleSound = BoxOfShellsPlaceAll,
    }

See also