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

27 lines
798 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_AF2011
//=============================================================================
// Weapon definition for the AF2011-A1
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_AF2011 extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath = "KFGameContent.KFWeap_Pistol_AF2011"
BuyPrice =750
AmmoPricePerMag =27
ImagePath = "WEP_UI_AF2001_TEX.UI_WeaponSelect_AF2011"
EffectiveRange = 50
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
}