1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_IonThruster.uc
2020-12-13 18:01:13 +03:00

21 lines
628 B
Ucode

//=============================================================================
// KFWeapDef_IonThruster
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_IonThruster extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Edged_IonThruster"
BuyPrice=2000
ImagePath="WEP_UI_Ion_Sword_TEX.UI_WeaponSelect_IonSword"
EffectiveRange=5
SharedUnlockId=SCU_IonThruster
}