27 lines
747 B
Ucode
27 lines
747 B
Ucode
//=============================================================================
|
|
// KFDT_Ballistic_MP7
|
|
//=============================================================================
|
|
// Class Description
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2016 Tripwire Interactive LLC
|
|
// - Brooks Butler
|
|
//=============================================================================
|
|
|
|
class KFDT_Ballistic_MP7 extends KFDT_Ballistic_Submachinegun
|
|
abstract
|
|
hidedropdown;
|
|
|
|
defaultproperties
|
|
{
|
|
KDamageImpulse=900
|
|
KDeathUpKick=-300
|
|
KDeathVel=100
|
|
|
|
StumblePower=10
|
|
GunHitPower=10
|
|
|
|
WeaponDef=class'KFWeapDef_MP7'
|
|
ModifierPerkList(0)=class'KFPerk_SWAT'
|
|
}
|