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

28 lines
813 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Piercing_ChiappaShrapnel
//=============================================================================
// Shrapnel damage type for the Chiappa Rhino pistol
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
//=============================================================================
class KFDT_Piercing_ChiappaShrapnel extends KFDT_Piercing
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=2000
KDeathUpKick=-500
KDeathVel=500
GunHitPower=300
WeaponDef=class'KFWeapDef_ChiappaRhino'
ModifierPerkList(0)=class'KFPerk_Gunslinger'
2024-01-23 16:25:12 +00:00
bAnyPerk = true
2020-12-13 15:01:13 +00:00
}