1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Explosive_HRG_Warthog.uc
2023-05-11 18:55:04 +03:00

33 lines
920 B
Ucode

//=============================================================================
// KFDT_Explosive_HRG_Warthog
//=============================================================================
// Explosive damage type for HRG Warthog explosion
//=============================================================================
// Killing Floor 2
// Copyright (C) 2023 Tripwire Interactive LLC
//=============================================================================
class KFDT_Explosive_HRG_Warthog 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
}