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

23 lines
679 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bludgeon_ZedJump
//=============================================================================
// Bludgeon damage for jump attacks
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// - John "Ramm-Jaeger" Gibson
//=============================================================================
class KFDT_Bludgeon_ZedJump extends KFDT_Bludgeon
abstract
hidedropdown;
defaultproperties
{
bExtraMomentumZ=true
KDamageImpulse=1000
KDeathUpKick=300
KDeathVel=950
}