Add better icons for broken tools

This commit is contained in:
A Man
2020-05-30 14:17:20 +02:00
parent 8c12e69bba
commit 8a535e13e9
20 changed files with 33 additions and 25 deletions

View File

@@ -1,9 +1,14 @@
class NVGoggles;
class NVGoggles: Binocular
{
model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d";
};
class NVGoggles_DZE: NVGoggles
{
displayName = "NVG (Full Screen)";
modelOptics = "";
descriptionShort = "Full Screen Night Vision Goggles";
model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d";
};
class ItemNVGBroken_DZE : ItemCore
@@ -11,6 +16,6 @@ class ItemNVGBroken_DZE : ItemCore
scope = 2;
displayName = $STR_EQUIP_BROKEN_NV;
model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d";
picture = "\dayz_epoch_c\icons\tools\ItemNVGBroken.paa";
picture = "\dayz_epoch_c\icons\tools\ItemNightVisionBroken.paa";
descriptionShort = $STR_EQUIP_BROKEN_NV_DESC;
};