#709 Add Stringtable localization for Epoch toolbelt items

This commit is contained in:
dayz10k
2013-11-18 10:53:34 -05:00
parent a27c04ae4c
commit 2eedabe189

View File

@@ -6,7 +6,7 @@ class MeleeCrowbar: MeleeWeapon
magazineReloadTime=0; magazineReloadTime=0;
model="\dayz_weapons\models\crowbar_weaponized"; model="\dayz_weapons\models\crowbar_weaponized";
picture="\dayz_weapons\textures\equip_crowbar_CA.paa"; picture="\dayz_weapons\textures\equip_crowbar_CA.paa";
displayName="Crowbar"; displayName=$STR_EQUIP_CROWBAR;
droppeditem= "ItemCrowbar"; droppeditem= "ItemCrowbar";
magazines[]= magazines[]=
{ {
@@ -21,7 +21,7 @@ class MeleeCrowbar: MeleeWeapon
{ {
class Toolbelt class Toolbelt
{ {
text="Add to Toolbelt"; text="STR_EPOCH_PLAYER_296";
script="spawn player_addToolbelt;"; script="spawn player_addToolbelt;";
use[]= use[]=
{ {
@@ -35,7 +35,7 @@ class MeleeCrowbar: MeleeWeapon
}; };
class Library class Library
{ {
libTextDesc="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails."; libTextDesc="STR_EQUIP_CROWBAR_DESC";
}; };
descriptionShort="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails."; descriptionShort="STR_EQUIP_CROWBAR_DESC";
}; };