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:
@@ -5,7 +5,7 @@ class MeleeFishingPole: MeleeWeapon
|
|||||||
magazineReloadTime=0;
|
magazineReloadTime=0;
|
||||||
model="\z\addons\dayz_epoch\models\fishing_rod_weaponized.p3d";
|
model="\z\addons\dayz_epoch\models\fishing_rod_weaponized.p3d";
|
||||||
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
||||||
displayName="Fishing Pole";
|
displayName=$STR_EQUIP_FISHPOLE;
|
||||||
magazines[]=
|
magazines[]=
|
||||||
{
|
{
|
||||||
"Fishing_Swing"
|
"Fishing_Swing"
|
||||||
@@ -19,12 +19,12 @@ class MeleeFishingPole: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Use
|
class Use
|
||||||
{
|
{
|
||||||
text="Cast Fishing Pole";
|
text="STR_EPOCH_PLAYER_297";
|
||||||
script="spawn player_goFishing;";
|
script="spawn player_goFishing;";
|
||||||
};
|
};
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="Add to Toolbelt";
|
text="STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
@@ -40,5 +40,5 @@ class MeleeFishingPole: MeleeWeapon
|
|||||||
{
|
{
|
||||||
libTextDesc="";
|
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