27 lines
830 B
Ucode
27 lines
830 B
Ucode
//=============================================================================
|
|
// KFDT_Ballistic_Seeker6Impact
|
|
//=============================================================================
|
|
// Rocket impact damage type for the Seeker6 rocket launcher
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_Ballistic_Seeker6Impact extends KFDT_Ballistic_Shell
|
|
abstract
|
|
hidedropdown;
|
|
|
|
defaultproperties
|
|
{
|
|
KDamageImpulse=3000
|
|
KDeathUpKick=1000
|
|
KDeathVel=500
|
|
|
|
KnockdownPower=50 //40
|
|
StumblePower=100 //70
|
|
GunHitPower=68 //55
|
|
|
|
ModifierPerkList(0)=class'KFPerk_Demolitionist'
|
|
|
|
WeaponDef=class'KFWeapDef_Seeker6'
|
|
}
|