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

33 lines
959 B
Ucode
Raw Normal View History

2023-05-11 15:55:04 +00:00
//=============================================================================
// KFDT_Explosive_HRG_Warthog_HighExplosive
//=============================================================================
// Explosive damage type for HRG Warthog Projectile Explosion
//=============================================================================
// Killing Floor 2
// Copyright (C) 2023 Tripwire Interactive LLC
//=============================================================================
class KFDT_Explosive_HRG_Warthog_HighExplosive extends KFDT_Explosive
abstract
hidedropdown;
defaultproperties
{
bShouldSpawnPersistentBlood = true
// physics impact
RadialDamageImpulse = 2000
GibImpulseScale = 0.15
KDeathUpKick = 1000
KDeathVel = 300
KnockdownPower = 50
StumblePower = 150
WeaponDef=class'KFWeapDef_HRG_Warthog'
ModifierPerkList(0)=class'KFPerk_Demolitionist'
bCanZedTime=false
bCanEnrage=false
}