1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Bludgeon_Carryable.uc
2020-12-13 18:01:13 +03:00

21 lines
546 B
Ucode

//=============================================================================
// KFDT_Bludgeon_Carryable
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_Carryable extends KFDT_Bludgeon
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=1500
KDeathUpKick=800
KDeathVel=400
StumblePower=200
MeleeHitPower=200
}