15 lines
420 B
Ucode
15 lines
420 B
Ucode
class CTI_WeapDef_CompoundBow extends KFWeapDef_CompoundBow
|
|
abstract;
|
|
|
|
static function String GetItemLocalization(String KeyName)
|
|
{
|
|
local Array<String> Strings;
|
|
ParseStringIntoArray(class'KFGame.KFWeapDef_CompoundBow'.default.WeaponClassPath, Strings, ".", true);
|
|
return Localize(Strings[1], KeyName, Strings[0]);
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
SharedUnlockId = SCU_None
|
|
WeaponClassPath = "CTI.CTI_Weap_Bow_CompoundBow"
|
|
} |