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

22 lines
711 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Piercing_CompoundBow
//=============================================================================
// Damage type for the compound bow melee knife attack
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
// - Tulio Beloqui (Saber Interactive)
//=============================================================================
class KFDT_Pirecing_CompoundBow extends KFDT_Piercing
abstract
hidedropdown;
DefaultProperties
{
StumblePower=200
MeleeHitPower=100
WeaponDef=class'KFWeapDef_CompoundBow'
}