1
0
KF2-Dev-Scripts/KFGame/Classes/KFDT_Knockdown.uc

22 lines
548 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Knockdown
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Knockdown extends KFDamageType;
defaultproperties
{
KDamageImpulse=500
KDeathUpKick=350
KDeathVel=350
KnockdownPower=500
StumblePower=200
GunHitPower=100
GoreDamageGroup=DGT_None
}