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

28 lines
782 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Slashing_PatTentacle
//=============================================================================
// Slashing damage from Patriarch tentacle attack
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Slashing_PatTentacle extends KFDT_Slashing
abstract
hidedropdown;
`include(KFGame/KFGameDialog.uci)
static function int GetKillerDialogID()
{
return `Patty_TentacleKill;
}
defaultproperties
{
bExtraMomentumZ=true
KDamageImpulse=1200
KDeathUpKick=50
KDeathVel=650
}