25 lines
839 B
Ucode
25 lines
839 B
Ucode
|
//=============================================================================
|
||
|
// 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
|
||
|
}
|