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

27 lines
821 B
Ucode

//=============================================================================
// KFDT_Piercing_CompoundBowCryoImpact
//=============================================================================
// Damage class for the compound bow cryo arrows impact
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
// - Tulio Beloqui (Saber Interactive)
//=============================================================================
class KFDT_Piercing_CompoundBowCryoImpact extends KFDT_Piercing
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=1500
KDeathUpKick=250
KDeathVel=150
GunHitPower=100
WeaponDef=class'KFWeapDef_CompoundBow'
ModifierPerkList(0)=class'KFPerk_Sharpshooter'
}