mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Clean up, change strings for better mod compatibility
Also streamlining the names of certain items like fuel cans, fish, meat with a status indicator behind the name. Fix some wrong description strings. Add blunt hatchet and wet matches.
This commit is contained in:
@@ -3,8 +3,8 @@ class ItemEtool : ItemCore
|
||||
scope = 2;
|
||||
model = "\dayz_equip\models\etool.p3d";
|
||||
picture = "\dayz_equip\textures\equip_etool_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_1;
|
||||
descriptionShort = $STR_EQUIP_DESC_1;
|
||||
displayName = $STR_EQUIP_NAME_ETOOL;
|
||||
descriptionShort = $STR_EQUIP_DESC_ETOOL;
|
||||
};
|
||||
|
||||
class ItemEtoolBroken : ItemCore
|
||||
@@ -12,8 +12,8 @@ class ItemEtoolBroken : ItemCore
|
||||
scope = 2;
|
||||
model = "\dayz_equip\models\etool.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemEtoolBroken.paa";
|
||||
displayName = $STR_EQUIP_NAME_1_BROKEN;
|
||||
descriptionShort = $STR_EQUIP_DESC_1_BROKEN;
|
||||
displayName = $STR_EQUIP_NAME_ETOOL_BROKEN;
|
||||
descriptionShort = $STR_EQUIP_DESC_ETOOL_BROKEN;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user