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

29 lines
764 B
Ucode
Raw Normal View History

2022-09-01 15:58:51 +00:00
//=============================================================================
// KFWeapDef_Scythe
//=============================================================================
//=============================================================================
// Killing Floor 2
// Copyright (C) 2022 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_Scythe extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Edged_Scythe"
BuyPrice=1500
ImagePath="WEP_UI_Scythe_TEX.UI_WeaponSelect_Scythe"
2023-02-24 17:06:51 +00:00
IsPlayGoHidden=true;
2022-09-01 15:58:51 +00:00
EffectiveRange=5
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
SharedUnlockId=SCU_Scythe
}