29 lines
755 B
Ucode
29 lines
755 B
Ucode
//=============================================================================
|
|
// KFDT_Ballistic_P90
|
|
//=============================================================================
|
|
// Class Description
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
// - Author 11/20/2013
|
|
//=============================================================================
|
|
|
|
class KFDT_Ballistic_P90 extends KFDT_Ballistic_Submachinegun
|
|
abstract
|
|
hidedropdown;
|
|
|
|
defaultproperties
|
|
{
|
|
|
|
KDamageImpulse=900
|
|
KDeathUpKick=-300
|
|
KDeathVel=100
|
|
|
|
StumblePower=15
|
|
GunHitPower=15
|
|
|
|
|
|
WeaponDef=class'KFWeapDef_P90'
|
|
ModifierPerkList(0)=class'KFPerk_SWAT'
|
|
}
|