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

24 lines
732 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_FleshpoundKing_ChestBeam
//=============================================================================
// Damagetype for the Fleshpound King's chest beam attack
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_FleshpoundKing_ChestBeam extends KFDT_EMP
abstract
hidedropdown;
defaultproperties
{
bArmorStops=true
RadialDamageImpulse=2000
KDeathUpKick=500
KDeathVel=300
KnockdownPower=50
MeleeHitPower=50
EMPPower=50
}