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

31 lines
936 B
Ucode
Raw Permalink Normal View History

2021-03-02 11:56:51 +00:00
//=============================================================================
// KFDT_Explosive_GravityImploderWave
//=============================================================================
// Explosive damage type for the Gravity Imploder shockwave
//=============================================================================
// Killing Floor 2
// Copyright (C) 2020 Tripwire Interactive LLC
//=============================================================================
class KFDT_Explosive_GravityImploderWave extends KFDT_Explosive
abstract
hidedropdown;
defaultproperties
{
bShouldSpawnPersistentBlood=true
// physics impact
RadialDamageImpulse=3000 //5000 //20000
GibImpulseScale=0.15
KDeathUpKick=1000
KDeathVel=300
KnockdownPower=400
2024-01-23 16:25:12 +00:00
SelfDamageReductionValue=0.075f
2021-03-02 11:56:51 +00:00
//Perk
ModifierPerkList(0)=class'KFPerk_Demolitionist'
WeaponDef=class'KFWeapDef_GravityImploder'
}