1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_PowerGloves.uc

25 lines
839 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_PowerGloves
//=============================================================================
// Weapon definition for power gloves melee weapon.
// This is the Static Strikers
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_PowerGloves extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Blunt_PowerGloves"
BuyPrice=1600
ImagePath="WEP_UI_Static_Strikers_TEX.UI_WeaponSelect_StaticStrikers"
EffectiveRange=2
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
}