30 lines
862 B
Ucode
30 lines
862 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Ballistic_MedicRifleGrenadeLauncher
|
||
|
//=============================================================================
|
||
|
//
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2017 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Ballistic_MedicRifleGrenadeLauncherImpact extends KFDT_Ballistic_Shell
|
||
|
abstract
|
||
|
hidedropdown;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
KDamageImpulse=900
|
||
|
KDeathUpKick=-300
|
||
|
KDeathVel=100
|
||
|
|
||
|
KnockdownPower=125
|
||
|
StumblePower=340
|
||
|
GunHitPower=275
|
||
|
|
||
|
WeaponDef=class'KFWeapDef_MedicRifleGrenadeLauncher'
|
||
|
|
||
|
//Perk
|
||
|
ModifierPerkList(0)=class'KFPerk_FieldMedic'
|
||
|
ModifierPerkList(1)=class'KFPerk_Demolitionist'
|
||
|
}
|