Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Solder.hpp
2020-05-30 14:17:20 +02:00

17 lines
511 B
C++

class ItemSolder_DZE : ItemCore
{
scope = 2;
displayName = $STR_EQUIP_SOLDER;
model = "\nst\ns_dayz\items\solder\solder_dzn.p3d";
picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa";
descriptionShort = $STR_EQUIP_SOLDER_DESC;
};
class ItemSolderBroken_DZE : ItemCore
{
scope = 2;
displayName = $STR_EQUIP_SOLDER_BROKEN;
descriptionShort = $STR_EQUIP_SOLDER_BROKEN_DESC;
model = "\nst\ns_dayz\items\solder\solder_dzn.p3d";
picture = "\dayz_epoch_c\icons\tools\ItemSolderBroken.paa";
};