mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add more broken tool versions
This commit is contained in:
@@ -4,4 +4,12 @@ class NVGoggles_DZE: NVGoggles
|
||||
displayName = "NVG (Full Screen)";
|
||||
modelOptics = "";
|
||||
descriptionShort = "Full Screen Night Vision Goggles";
|
||||
};
|
||||
|
||||
class ItemNVGBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_NV;
|
||||
model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemNVGBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_NV_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user