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

31 lines
807 B
Ucode
Raw Normal View History

2023-05-11 15:55:04 +00:00
//=============================================================================
// KFDT_Ballistic_HRG_Warthog
//=============================================================================
// Class Description
//=============================================================================
// Killing Floor 2
// Copyright (C) 2023 Tripwire Interactive LLC
//=============================================================================
class KFDT_Ballistic_HRG_Warthog extends KFDT_Ballistic_Shell
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=2000
KDeathUpKick=750
KDeathVel=350
KnockdownPower=125
StumblePower=340
GunHitPower=275
WeaponDef=class'KFWeapDef_HRG_Warthog'
//Perk
ModifierPerkList(0)=class'KFPerk_Demolitionist'
bCanZedTime=false
}