mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
17 lines
511 B
C++
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";
|
|
}; |