#709 Add Stringtable localization for Epoch toolbelt items

This commit is contained in:
dayz10k
2013-11-18 10:51:25 -05:00
parent edef9c50f8
commit c8d8460707

View File

@@ -5,7 +5,7 @@ class MeleeFishingPole: MeleeWeapon
magazineReloadTime=0;
model="\z\addons\dayz_epoch\models\fishing_rod_weaponized.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
displayName="Fishing Pole";
displayName=$STR_EQUIP_FISHPOLE;
magazines[]=
{
"Fishing_Swing"
@@ -19,12 +19,12 @@ class MeleeFishingPole: MeleeWeapon
{
class Use
{
text="Cast Fishing Pole";
text="STR_EPOCH_PLAYER_297";
script="spawn player_goFishing;";
};
class Toolbelt
{
text="Add to Toolbelt";
text="STR_EPOCH_PLAYER_296";
script="spawn player_addToolbelt;";
use[]=
{
@@ -40,5 +40,5 @@ class MeleeFishingPole: MeleeWeapon
{
libTextDesc="";
};
descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.";
};
descriptionShort=$STR_EQUIP_FISHPOLE_DESC;
};