mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
#709 Add Stringtable localization for Epoch toolbelt items
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user