JS-2000 Shotgun

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsWeaponsFirearmsJS-2000 Shotgun
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
JS-2000 Shotgun
Shotgun Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
4
Equipped
Two-handed
Slot attached
Back
Skill
Ammunition
Magazine size
6
Properties
Max condition
10
Performance
Damage
1.5–2.2
Range
0.61–7
Accuracy
70
Recoil
50
Noise radius
100
Knockback
0.8
Knockdown
8
Aiming time
20
Reload time
25
Technical
Item ID
Base.Shotgun

A JS-2000 shotgun, previously just shotgun, is a pump-action shotgun. The JS-2000 can be attached to the character's back for quick access and encumbrance reduction.

Usage

The JS-2000 uses shotgun shells as its ammunition, which fires 5 pellets in a spread pattern. These pellets have the potential to kill multiple targets in a single shot. Due to this spread, the JS-2000 shotgun will generally kill zombies in one or two hits, regardless of the player's skill. The closer the target is to the player, the more damage that will be inflicted. Shotgun shells aren't required to be in the secondary slot and can remain in the player's inventory. This makes the JS-2000 the ideal weapon for quickly killing a large group of zombies and blasting an opening to escape, as well as an excellent weapon for training the Aiming skill, particularly at lower levels.

Pros Cons
  • Capable of hitting and killing several targets in one shot.
  • Very accurate, excels in close-range fights. Suitable for survivors with a low aiming skill level.
  • Doesn't require magazines to operate.
  • Gun and ammo aren't too hard to find.
  • Loudness can be used to your advantage if you want to lure a large amount of zombies out of an area.
  • One of the loudest firearms in the game, can be heard by zombies from up to 100 tiles away.
  • Heavy, takes up the back attachment slot, which can inconvenience survivors using a melee weapon that needs to be attached to their back.
  • Deals less damage when a target isn't up close.

Reloading

JS-2000 shotguns can hold 6 shells, +1 after being racked. After each shot, the shotgun needs to be racked. This is done automatically, however if the player isn't given enough time to rack the shotgun, this will need to be done manually (default: X). Like other firearms, the shotgun can be reloaded with R. To avoid using the contextual menu in the inventory, the shotgun can be reloaded, racked or unloaded by holding R and selecting the desired action.

Drive-by shooting

All guns have the ability to shoot from vehicles. First press V, which opens the vehicle radial menu and open your window. Aim and fire. Drivers and passengers are all able to use this ability at the cost of reduced accuracy while the vehicle is moving. The driver cannot control the vehicle while aiming, it's recommended to cruise at a safe speed and make sure there are no obstacles that can cause a crash while you're driving and shooting.

Attachments

Attachments can be attached to shotguns with the use of a screwdriver. When you have the screwdriver and desired attachment, right-click the JS-2000 in your inventory, select Upgrade and select the attachment you want to use. There are four different types of attachments that can be added to shotguns.

  • Choke Tube - Full Choke Tube - Full: Increases damage by 0.5. Decreases blast arc by 0.1.
  • Choke Tube - Improved Choke Tube - Improved: Decreases damage by 0.5. Increases blast arc by 0.05.
  • Ammo Straps Ammo Straps: Is intended to increase shotgun reload speed, but does nothing currently.
  • Sling Sling: Reduces the weight of the shotgun by 0.3.

Condition

The JS-2000 shotgun is a firearm, therefore being influenced by the firearm skills: aiming and reloading. It has a maximum condition of 10 and will be damaged depending on the player's aiming skill. The chance of losing durability is: 1 in (60 + aiming x 2).

Repairing

JS-2000 shotgun requires a minimum of 2 aiming, and either another JS-2000, or a sawed-off JS-2000. The aiming skill determines how much will be repaired and chance of being successful.

It should be noted that repairing the JS-2000 shotgun makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.

Distribution

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

Containers
Building/Room Container Rolls Chance
SafehouseLoot counter 4 8
all Outfit_Hunter 4 0.01
militarycrate 4 1
militarycrate 4 1
wardrobe 4 0.01
wardrobe 4 0.01
wardrobe 4 0.01
wardrobe 4 0.01
wardrobe 4 0.01
armysurplus displaycase 4 1
changeroom locker 4 0.02
closet crate 4 0.01
crate 4 0.01
metal_shelves 4 0.01
druglab metal_shelves 4 8
drugshack crate 4 8
garagestorage locker 4 1
pawnshop displaycase 4 1
pawnshopoffice locker 4 1
policestorage locker 4 8
locker 4 8

Buildings

JS-2000 shotguns can usually be found in various containers and cabinets, including crates and wardrobes. Shotgun shells can be found in kitchen cabinets, warehouses, or wardrobes. The best locations to find a JS-2000 would be police departments, gun-shops such as the one located in West Point, and barricaded buildings.

Corpses

Shotguns can also be found on the corpses of suicide victims. Suicide victims are usually found inside of houses.

Zombies

JS-2000 shotguns can sometimes be found attached to the backs of police officer zombies. Police zombies can usually be found at police departments, police barricade vehicle stories, crashed police cars, and occasionally in a crowd of zombies.

Crafting

The JS-2000 Shotgun can be sawed, increasing its accuracy & spread at the cost of range. See Sawed-off JS-2000 Shotgun for details.


Product Ingredients Tools Requirements Workstation XP
Shotgun.png
Sawed-off JS-2000 Shotgun
Shotgun2.png JS-2000 Shotgun ×1
Handsaw.png
Saw (tag)
none none none

Trivia

  • The JS-2000 shotgun is most likely based on Remington Model 870 shotgun, which was developed in the 50s and is still used by law enforcement agencies, and the US military.

Gallery

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 Shotgun
	{
	    DisplayCategory = Weapon,
		ImpactSound	=	null,
		MaxRange	=	7,
		RangeFalloff	=	TRUE,
		WeaponSprite	=	Shotgun,
		SoundVolume	=	200,
		MinAngle	=	0.9,
		Type	=	Weapon,
		KnockBackOnNoDeath	=	TRUE,
		Ranged	=	TRUE,
		ProjectileCount	=	5,
		ConditionLowerChanceOneIn	=	60,
		Weight	=	4,
		SplatNumber	=	5,
		PushBackMod	=	0.8,
		MaxDamage	=	2.2,
		SubCategory	=	Firearm,
		AimingMod	=	2,
		ConditionMax	=	10,
		ShareDamage	=	FALSE,
		MaxHitCount	=	4,
		IsAimedHandWeapon	=	TRUE,
		IsAimedFirearm	=	TRUE,
		DoorDamage	=	20,
		UseEndurance	=	FALSE,
		DisplayName	=	JS-2000 Shotgun,
		MinRange	=	0.61,
		SwingTime	=	2,
		AngleFalloff	=	TRUE,
		MultipleHitConditionAffected	=	FALSE,
		BringToBearSound = JS2000ShotgunBringToBear,
		SwingSound	=	JS2000ShotgunShoot,
        HitSound = BulletHitBody,
		ClickSound = JS2000ShotgunJam,
		SoundRadius	=	100,
		MinDamage	=	1.5,
		KnockdownMod	=	8,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	Shotgun2,
		RunAnim	=	Run_Weapon2,
		CriticalChance = 60,
        CritDmgMultiplier = 2,
		AimingPerkCritModifier = 4,
		HitChance = 70,
		AimingPerkHitChanceModifier = 5,
		RecoilDelay = 50,
		SoundGain = 2,
        ReloadTime = 25,
        AimingTime = 20,
        RequiresEquippedBothHands = TRUE,
        BreakSound  =   JS2000ShotgunBreak,
        ShellFallSound = JS2000ShotgunCartridgeFall,
        MetalValue = 45,
        TwoHandWeapon = TRUE,
        AmmoBox = ShotgunShellsBox,
        MaxAmmo = 6,
		EquipSound = JS2000ShotgunEquip,
		UnequipSound = JS2000ShotgunUnEquip,
		InsertAmmoStartSound = JS2000ShotgunInsertAmmoStart,
        InsertAmmoSound = JS2000ShotgunInsertAmmo,
		InsertAmmoStopSound = JS2000ShotgunInsertAmmoStop,
		EjectAmmoStartSound = JS2000ShotgunEjectAmmoStart,
        EjectAmmoSound = JS2000ShotgunEjectAmmo,
		EjectAmmoStopSound = JS2000ShotgunEjectAmmoStop,
        RackSound = JS2000ShotgunRack,
        AmmoType = Base.ShotgunShells,
        WeaponReloadType = shotgun,
        RackAfterShoot = TRUE,
        JamGunChance = 2,
        AttachmentType = Rifle,
        ModelWeaponPart = ChokeTubeFull ChokeTube choketube choketube,
        ModelWeaponPart = ChokeTubeImproved ChokeTube choketube choketube,
        StopPower = 20,
	}

History

Alpha
RC 2.9 Fixed bug with unlimited ammo.
41 Renamed to JS-2000 Shotgun

See also