2021-09-02 21:46:08 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFWeapDef_ParasiteImplanter
|
|
|
|
//=============================================================================
|
|
|
|
//
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2021 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
class KFWeapDef_ParasiteImplanter extends KFWeaponDefinition
|
|
|
|
abstract;
|
|
|
|
|
|
|
|
defaultproperties
|
|
|
|
{
|
|
|
|
WeaponClassPath="KFGameContent.KFWeap_Rifle_ParasiteImplanter"
|
|
|
|
ImagePath="wep_ui_parasiteimplanter_tex.UI_WeaponSelect_ParasiteImplanter"
|
|
|
|
|
|
|
|
BuyPrice=1500
|
|
|
|
AmmoPricePerMag=42
|
|
|
|
EffectiveRange=90
|
|
|
|
|
|
|
|
UpgradePrice[0]=1500
|
|
|
|
UpgradeSellPrice[0]=1125
|
|
|
|
|
2021-11-16 17:03:42 +00:00
|
|
|
SharedUnlockId=SCU_ParasiteImplanter
|
2021-09-02 21:46:08 +00:00
|
|
|
}
|