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

26 lines
756 B
Ucode
Raw Permalink Normal View History

2022-11-27 21:49:25 +00:00
//=============================================================================
// KFDT_Ballistic_ZedMKIII_Rocket
//=============================================================================
//=============================================================================
// Killing Floor 2
// Copyright (C) 2022 Tripwire Interactive LLC
//=============================================================================
class KFDT_Ballistic_ZedMKIII_Rocket extends KFDT_Ballistic_Shell
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=3000
KDeathUpKick=1000
KDeathVel=500
KnockdownPower=50
StumblePower=100
GunHitPower=70
ModifierPerkList(0)=class'KFPerk_Demolitionist'
WeaponDef=class'KFWeapDef_ZedMKIII'
}