Shotgun Shells: Difference between revisions

From PZwiki
m (Added model image)
(added box of shutgun shells model & gallery section)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=52}}{{Infobox ammo
{{Languages}}{{Header|The Game World|Items|Weapons|Firearms|Ammo|type=Weapon|version=Version 41|incver=78.16}}{{Infobox ammo
|display_name=Shotgun Shells
|display_name=Shotgun Shells
|name_colour=Weapons
|name_colour=Weapons
Line 37: Line 37:
==Distribution==
==Distribution==
Shotgun shells can be found in houses, police stations, medical centers, [[vehicles]] and on zombies.
Shotgun shells can be found in houses, police stations, medical centers, [[vehicles]] and on zombies.
==Gallery==
<gallery>
ShotgunShell_Model.png|Shotgun shell model
BoxOfShotgunShells_Model.png|Box of shotgun shells model
</gallery>


==Trivia==
==Trivia==
Line 44: Line 50:
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''<br>
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''<br>
''Shotgun Shells'' [[File:ShotgunAmmo.png]]
''Shotgun Shells'' [[File:ShotgunAmmo.png]]
{{Retrieved|version=41|incver=52}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
    item ShotgunShells
item ShotgunShells
    {
{
Count = 6,
    DisplayCategory = Ammo,
Weight = 0.05,
Count = 6,
AlwaysWelcomeGift = TRUE,
Weight = 0.05,
Type = Normal,
AlwaysWelcomeGift = TRUE,
DisplayCategory = Ammo,
Type = Normal,
DisplayName = Shotgun Shells,
DisplayName = Shotgun Shells,
Icon = ShotgunAmmo,
Icon = ShotgunAmmo,
MetalValue = 1,
MetalValue = 1,
WorldStaticModel = ShotGunShells,
WorldStaticModel = ShotGunShells,
    }
}
</pre>
</pre>


Line 63: Line 69:
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''<br>
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''<br>
''Box of Shotgun Shells'' [[File:ShotgunAmmoBox.png]]
''Box of Shotgun Shells'' [[File:ShotgunAmmoBox.png]]
{{Retrieved|version=41|incver=52}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
     item ShotgunShellsBox
     item ShotgunShellsBox
     {
     {
        DisplayCategory = Ammo,
         Weight = 0.9,
         Weight = 0.9,
         Type = Normal,
         Type = Normal,
         DisplayName = Box of Shotgun Shells,
         DisplayName = Box of Shotgun Shells,
        DisplayCategory = Ammo,
         Icon = ShotgunAmmoBox,
         Icon = ShotgunAmmoBox,
         MetalValue = 24,
         MetalValue = 24,
         WorldStaticModel = BoxOfShotGunShells,
         WorldStaticModel = BoxOfShotGunShells,
        PlaceOneSound = BoxOfShellsPlaceOne,
        PlaceMultipleSound = BoxOfShellsPlaceAll,
     }
     }
</pre>
</pre>

Revision as of 07:43, 18 June 2023

The Game WorldItemsWeaponsFirearmsAmmoShotgun Shells
Shotgun Shells
Shotgun Shells
Shotgun Shells Box of Shotgun Shells
General
Category Ammo
Weapon(s) JS-2000 ShotgunSawed-off JS-2000 ShotgunDouble Barrel ShotgunSawed-off Double Barrel Shotgun
Loose Ammo
Encumbrance
Heavy Load
0.05
Count 6
Box of Ammo
Encumbrance
Heavy Load
0.9
Contents 24 Rounds
Technical details
Item ID Base.ShotgunShells
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 can be merged into a box of shotgun shells, being much lighter than individual shells.

This ammunition can be disassembled to created gunpowder.

Product XP gained Skill(s) Recipe Ingredient 1
ShotgunAmmo.png
Shotgun Shells x24
0 XP none Box of Shotgun Shells
Box of Shotgun Shells
(consumed)
Box of Shotgun Shells
Box of Shotgun Shells
0 XP none ShotgunAmmo.png
Shotgun Shells x24
(consumed)
GunpowderJar.png
Gunpowder
0 XP none
(consumed)

Distribution

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

From items_weapons.txt (Project Zomboid directory/media/scripts/)
Shotgun Shells ShotgunAmmo.png 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,
	}


From items_weapons.txt (Project Zomboid directory/media/scripts/)
Box of Shotgun Shells ShotgunAmmoBox.png 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