1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Ballistic_M203Impact.uc
2020-12-13 18:01:13 +03:00

29 lines
840 B
Ucode

//=============================================================================
// KFDT_Ballistic_M203Impact
//=============================================================================
// Shell impact damage type for the M79 Grenade launcher
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
// Chris "schneidzekk" Schneider
//=============================================================================
class KFDT_Ballistic_M203Impact extends KFDT_Ballistic_Shell
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=2000
KDeathUpKick=750
KDeathVel=350
KnockdownPower=125
StumblePower=340
GunHitPower=275
WeaponDef=class'KFWeapDef_M16M203'
ModifierPerkList(0)=class'KFPerk_Demolitionist'
}