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

23 lines
868 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFExplosion_KingBloatFart
//=============================================================================
// Explosion info king bloat fart attack. Spawned by animnotify
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFExplosion_BloatKingFart extends KFExplosionActorLingering;
DefaultProperties
{
Interval=1
MaxTime=5 //15
DamageScalePerStack=0.f
bExplodeMoreThanOnce=true
bDoFullDamage=true
LoopStartEvent=AkEvent'WW_WEP_EXP_Grenade_Medic.Play_WEP_EXP_Grenade_Medic_Smoke_Loop'
LoopStopEvent=AkEvent'WW_WEP_EXP_Grenade_Medic.Stop_WEP_EXP_Grenade_Medic_Smoke_Loop'
}