class CTI_WeapDef_Scythe extends KFWeapDef_Scythe abstract; static function String GetItemLocalization(String KeyName) { local Array Strings; ParseStringIntoArray(class'KFGame.KFWeapDef_Scythe'.default.WeaponClassPath, Strings, ".", true); return Localize(Strings[1], KeyName, Strings[0]); } defaultproperties { SharedUnlockId = SCU_None WeaponClassPath = "CTI.CTI_Weap_Edged_Scythe" }