Sawed-off JS-2000 Shotgun: Difference between revisions

From PZwiki
m (Fixed Coding)
Line 5: Line 5:
|weapontype = Ranged  
|weapontype = Ranged  
|ammo = [[Shotgun shells]]
|ammo = [[Shotgun shells]]
|weight = 15
|weight = 3.5
}}
}}


Line 42: Line 42:
Type = Weapon,
Type = Weapon,
DisplayName = Sawn off Shotgun,
DisplayName = Sawn off Shotgun,
    SubCategory    =    Firearm,
Icon = Shotgun,
Icon = Shotgun,
Ranged = true,
Ranged = true,
Line 56: Line 57:
ToHitModifier = 2.5,
ToHitModifier = 2.5,
NPCSoundBoost = 1.5,
NPCSoundBoost = 1.5,
Weight = 15,
Weight = 3.5,
WeaponWeight = 1.8,
WeaponWeight = 1.8,
DoorDamage = 20,
DoorDamage = 20,
Line 68: Line 69:
ImpactSound = null,
ImpactSound = null,
RangeFalloff = true,
RangeFalloff = true,
UseEndurance = falsze,
UseEndurance = false,
ShareDamage = false,
ShareDamage = false,
AmmoType = ShotgunShells,
AmmoType = ShotgunShells,

Revision as of 15:12, 4 May 2013


Template:Weapons


A Shotgun (disambiguation) with a sawed-off (shortened) barrel. Like the regular Shotgun, the Sawed-Off Shotgun is noisy, and will attract zombies towards the player. The Sawed-Off Shotgun uses the same ammunition as a standard Shotgun (shotgun shells), but the sawed-off barrel creates a larger cone of fire, thus drastically increasing the immediate spread of a fired shotgun shell at the expense of ranged accuracy. As a result, it is capable of easily taking out clumped up zombies close to the Player, but is not recommend for use against single targets or targets at range. As with the standard Shotgun, its noise makes it into a last-ditch weapon, as it can quickly draw a horde of zombies to your location. A Sawed-Off Shotgun also has the benefit of a greatly reduced weight.


Comparison

Pros:

1) Wider angle of fire, so it can quickly kill a large group of zombies close-up, giving you time and space to escape.

2) It weighs 5 pounds less than the standard shotgun

Cons:

1) Causes less damage to a single target than the standard Shotgun.

2) A sawn-off shotgun is less durable than the regular shotgun.

3) Worse than the regular shotgun at a ranged fight

Crafting

Name Recipe Description












Code

item ShotgunSawnoff
{
	Type				=			Weapon,
		DisplayName			=			Sawn off Shotgun,
    SubCategory    =     Firearm,
		Icon				=			Shotgun,
		Ranged				=			true,
		MinAngle			=			0.58,
		MaxDamage			=			1.4,
		MinDamage			=			1.0,
		MaxRange 			= 			6.0,
		SwingAnim			=			Rifle,
		WeaponSprite		=			ShotgunSawn,
		SwingSound			=			shotgun,
		SoundVolume			=			250,
		SoundRadius			=			250,
		AngleFalloff		=			true,
		ToHitModifier		=			2.5,
		NPCSoundBoost 		=			1.5,
		Weight				=			3.5,
		WeaponWeight 		=			1.8,
		DoorDamage			=			20,
		MinimumSwingTime 	= 			2.0,
		SwingTime			=			2.0,
		SwingAmountBeforeImpact = 		0.0,
		PushBackMod			=			0.3,
		SplatNumber			=			5,
		KnockBackOnNoDeath 	= 			false,
		SplatBloodOnNoDeath = 			true,
		ImpactSound			=			null,
		RangeFalloff		=			true,
		UseEndurance		=			false,
		ShareDamage			=			false,
		AmmoType			=			ShotgunShells,
		ConditionLowerChanceOneIn = 	3,
		ConditionMax 			  = 	75,
		MultipleHitConditionAffected = 	false,
}

Template:Navbox/Weapons