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

33 lines
970 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Explosive_FleshpoundKingRage_Light
//=============================================================================
// Explosive damage type for Fleshpound King's light rage pound
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
// - Matt 'Squirrlz' Farber
//=============================================================================
class KFDT_Explosive_FleshpoundKingRage_Light extends KFDT_Explosive
abstract
hidedropdown;
defaultproperties
{
bNoInstigatorDamage=true
bShouldSpawnPersistentBlood=true
// Physics impact
RadialDamageImpulse=200
KDeathUpKick=300
KDeathVel=100
//Afflictions
KnockdownPower=0
StumblePower=400
MeleeHitPower=0
GunHitPower=0
StunPower=0
ObliterationHealthThreshold=-7
ObliterationDamageThreshold=15
}