mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
#709 Add Stringtable localization for Epoch toolbelt items
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
class ItemFishingPole: ItemCore
|
||||
{
|
||||
scope=2;
|
||||
displayName="Fishing Pole";
|
||||
displayName="STR_EPOCH_PLAYER_301";
|
||||
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
||||
descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.";
|
||||
descriptionShort="STR_EPOCH_PLAYER_302";
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Remove from Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_299";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
@@ -21,4 +21,4 @@ class ItemFishingPole: ItemCore
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user