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

18 lines
710 B
Ucode

//=============================================================================
// KFDT_Sonic_VortexScream
//=============================================================================
// Damage type used for the player siren's vortex scream
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFDT_Sonic_VortexScream extends KFDT_Sonic;
defaultproperties
{
KDamageImpulse=1
KDeathUpKick=500
KDeathVel=700
EffectGroup=FXG_DrainLife
OverrideImpactEffect=ParticleSystem'ZED_Hans_EMIT.FX_Hans_Life_Draw_01'
}