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 ItemCrowbar: ItemCore
|
class ItemCrowbar: ItemCore
|
||||||
{
|
{
|
||||||
scope=2;
|
scope=2;
|
||||||
displayName=$STR_EPOCH_PLAYER_303;
|
displayName=$STR_EQUIP_CROWBAR;
|
||||||
model="\dayz_equip\models\crowbar.p3d";
|
model="\dayz_equip\models\crowbar.p3d";
|
||||||
picture="\z\addons\dayz_communityassets\pictures\equip_crowbar_CA.paa";
|
picture="\z\addons\dayz_communityassets\pictures\equip_crowbar_CA.paa";
|
||||||
descriptionShort=$STR_EPOCH_PLAYER_304;
|
descriptionShort=$STR_EQUIP_CROWBAR_DESC;
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text = "STR_EPOCH_PLAYER_298";
|
text = "STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user