#709 Add Stringtable localization for Epoch toolbelt items

This commit is contained in:
dayz10k
2013-11-18 10:58:05 -05:00
parent 39f1b5d45f
commit dded22825d

View File

@@ -1,15 +1,15 @@
class ItemFishingPole: ItemCore class ItemFishingPole: ItemCore
{ {
scope=2; scope=2;
displayName=$STR_EPOCH_PLAYER_301; displayName=$STR_EQUIP_FISHPOLE;
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d"; model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa"; picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
descriptionShort=$STR_EPOCH_PLAYER_302; descriptionShort=$STR_EQUIP_FISHPOLE_DESC;
class ItemActions class ItemActions
{ {
class Toolbelt class Toolbelt
{ {
text="STR_EPOCH_PLAYER_299"; text="STR_EPOCH_PLAYER_295";
script="spawn player_addToolbelt;"; script="spawn player_addToolbelt;";
use[]= use[]=
{ {