1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Ballistic_Colt1911.uc

29 lines
794 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Ballistic_Colt1911
//=============================================================================
// Colt 1911 pistol damage type
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// Jeff Robinson
//=============================================================================
class KFDT_Ballistic_Colt1911 extends KFDT_Ballistic_Handgun
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=1500
KDeathUpKick=-450
KDeathVel=200
KnockdownPower=15
StumblePower=20
GunHitPower=100
WeaponDef=class'KFWeapDef_Colt1911'
ModifierPerkList(0)=class'KFPerk_Gunslinger'
}