Shotgun Shells: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Checked and updated to version 40.43)
Tag: categories removed
Line 1: Line 1:
{{languages|Shotgun Shells}}
{{languages|Shotgun Shells}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|version=Version 37|incver=13}}
{{header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 40|incver=43}}{{Infobox ammo
|display_name=Shotgun Shells
|name_colour=Weapons
|name_text_colour=Weapons
|image=ShotgunShells.png
|alternate_image=Box_of_Shotgun_Shells.png
|alternate_name=Box of Shotgun Shells
|alternate_link=
|category=Ammo
|weapons=[[Shotgun]]<br>[[Sawn Off Shotgun]]
|loose_weight=0.1
|box_weight=0.3
|contents=30
|class_name=Base.ShotgunShells<br>Base.BulletsBox
}}'''Shotgun shells''' are a type of ammo for [[weapons#Firearms|firearms]].


{{Items
==Usage==
|image = ShotgunShells.png
Shotgun shells are used in [[shotgun]]s and [[Sawn Off Shotgun|sawn off shotguns]]. 24 shells can be can be merged into a '''box of shotgun shells''', being much lighter than individual rounds.
|weight = 0.1
}}


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].
This ammunition can be disassembled to created [[gunpowder]].


Shotgun Shells can be found in houses, police stations, medical centers, and on zombies.
==Crafting==
{{Crafting table header}}
{{RecipeLookup|4030}}
{{RecipeLookup|4034}}
{{Crafting table footer}}


{| class="pztable sortable" style="text-align:center;"
==Distribution==
|-
Shotgun shells can be found in houses, police stations, medical centers, [[vehicles]] and on zombies.
! class="unsortable" | Item
 
! class="unsortable" | Description
==Trivia==
! class="sortable" | Weight
The shotgun shell 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].
! class="unsortable" | Box Amount
 
! class="unsortable" | Classname
==Code==
|-
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
| [[File:ShotgunShells.png|32px|link=Shotgun Shells|Shotgun Shells]] <br> '''Shotgun Shells'''
 
| Ammunition for the [[Shotgun]] and its [[Sawn Off Shotgun|Sawn Off]] version.
''Shotgun Shells'' [[File:ShotgunShells.png]]
| 0.1
{{Retrieved|version=40|incver=43}}
| [[File:Box_of_Shotgun_Shells.png|32px|link=Box of Shotgun Shells|Box of Shotgun Shells]] <br> 24
<pre> item ShotgunShells
| Base.ShotgunShells
Count = 6,
|-
Weight = 0.1,
|}
AlwaysWelcomeGift= TRUE,
Type = Normal,
DisplayCategory = Ammo,
DisplayName = Shotgun Shells,
Icon = ShotgunAmmo,
MetalValue = 1,</pre>
 
 
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
 
''Box of Shotgun Shells'' [[File:Box_of_Shotgun_Shells.png]]
{{Retrieved|version=40|incver=43}}
<pre> item ShotgunShellsBox
Weight = 0.3,
Type = Normal,
DisplayName = Box of Shotgun Shells,
DisplayCategory = Ammo,
Icon = ShotgunAmmoBox,
MetalValue = 24,</pre>


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


[[Category:Ammo]]
{{Navbox/Weapons}}

Revision as of 05:22, 7 July 2019

The Game WorldItemsWeaponsFirearmsAmmoShotgun Shells
Shotgun Shells
Shotgun Shells
Box of Shotgun Shells
General
Category Ammo
Weapon(s) Shotgun (disambiguation)
Sawed-off JS-2000 Shotgun
Loose Ammo
Encumbrance
Heavy Load
0.1
Box of Ammo
Encumbrance
Heavy Load
0.3
Contents 30 Rounds
Technical details
Item ID Base.ShotgunShells
Base.BulletsBox

Shotgun shells are a type of ammo for firearms.

Usage

Shotgun shells are used in shotguns and sawn off shotguns. 24 shells can be can be merged into a box of shotgun shells, being much lighter than individual rounds.

This ammunition can be disassembled to created gunpowder.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

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

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

From items.txt (Project Zomboid directory/media/scripts/)

Shotgun Shells ShotgunShells.png Retrieved: Build 40.43

	item ShotgunShells
		Count		= 6,
		Weight		= 0.1,
		AlwaysWelcomeGift= TRUE,
		Type		= Normal,
		DisplayCategory = Ammo,
		DisplayName	= Shotgun Shells,
		Icon		= ShotgunAmmo,
		MetalValue 	= 1,


From newitems.txt (Project Zomboid directory/media/scripts/)

Box of Shotgun Shells Box of Shotgun Shells.png Retrieved: Build 40.43

	item ShotgunShellsBox
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Box of Shotgun Shells,
		DisplayCategory	= Ammo,
		Icon		= ShotgunAmmoBox,
		MetalValue	= 24,

See also

Template:Navbox/Weapons