2020-12-13 15:09:05 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFDT_Bludgeon_HRG_Vampire
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
|
|
|
|
class KFDT_Bludgeon_HRG_Vampire extends KFDT_Bludgeon_RifleButt
|
|
|
|
abstract
|
|
|
|
hidedropdown;
|
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
StumblePower=200
|
|
|
|
MeleeHitPower=100
|
|
|
|
|
2021-12-09 16:33:06 +00:00
|
|
|
ModifierPerkList(1)=class'KFPerk_FieldMedic'
|
2020-12-13 15:09:05 +00:00
|
|
|
WeaponDef=class'KFWeapDef_HRG_Vampire'
|
|
|
|
}
|