D-E Pistol

From PZwiki
Revision as of 15:28, 16 July 2020 by Viperel (talk | contribs) (Created page with "{{Languages|D-E Pistol}} {{header|The Game World|Items|Weapons|Firearms|version=Version 41|incver=39}} {{Infobox weapon |display_name=D-E Pistol |name_colour=Weapon |name_text...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
D-E Pistol
D-E Pistol
General
Category Weapon
Encumbrance
Heavy Load
2
Equipped One-handed
Condition max. 10
Skill Gunshot
Characteristics
Ammo type .44 Ammo
Magazine size 15
Noise radius 100 tiles
Recoil delay 30
Reload time 30
Aiming time 30
Damage
Type Gunshot
Range 0.61–10 tiles
Damage 1–1.9
Accuracy 20
Knockback 0.3
Knockdown 2
Technical details
Base ID base.Pistol3


Code

Retrieved: Build 41.39

item Pistol3
 {
 ImpactSound = null,
 MaxRange = 10,
 WeaponSprite = Handgun,
 SoundVolume = 75,
 MinAngle = 0.95,
 Type = Weapon,
 MinimumSwingTime = 0.5,
 ToHitModifier = 1.5,
 NPCSoundBoost = 1.5,
 KnockBackOnNoDeath = TRUE,
 Ranged = TRUE,
 SwingAmountBeforeImpact = 0,
 ProjectileCount = 1,
 ConditionLowerChanceOneIn = 60,
 Weight = 2,
 SplatNumber = 3,
 PushBackMod = 0.3,
 SubCategory = Firearm,
 ConditionMax = 10,
 ShareDamage = FALSE,
 MaxHitCount = 1,
 IsAimedFirearm = TRUE,
 DoorDamage = 5,
 UseEndurance = FALSE,
 SwingAnim = Handgun,
 DisplayName = D-E Pistol,
 MinRange = 0.61,
 SwingTime = 0.5,
 MultipleHitConditionAffected = FALSE,
 SwingSound = Firearm9mmShot,
 SoundRadius = 100,
 MinDamage = 1,
 MaxDamage = 1.9,
 SplatSize = 3,
 KnockdownMod = 2,
 SplatBloodOnNoDeath = TRUE,
 Icon = HandGun3,
 RunAnim = Run_Weapon2,
 CriticalChance = 20,
 CritDmgMultiplier = 4,
 AimingPerkCritModifier = 10,
 AimingPerkRangeModifier = 1.5,
 HitChance = 20,
 AimingPerkHitChanceModifier = 12,
 AimingPerkMinAngleModifier = 0.05,
 RecoilDelay = 30,
 SoundGain = 1.5,
 ClipSize = 15,
 ReloadTime = 30,
 AimingTime = 30,
 BreakSound = BreakMetalItem,
 MetalValue = 30,
 AmmoBox = Bullets44Box,
 MaxAmmo = 8,
 InsertAmmoSound = Stormy9mmClipLoad,
 EjectAmmoSound = Stormy9mmClipEject,
 RackSound = Stormy9mmRack,
 MagazineType = Base.44Clip,
 AmmoType = Base.Bullets44,
 WeaponReloadType = handgun,
 JamGunChance = 2,
 AttachmentType = Holster,
 }

History

Alpha
41 Added to the game