mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
12 lines
394 B
C++
12 lines
394 B
C++
class ItemSolder_DZE : ItemCore {
|
|
scope = public;
|
|
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 : ItemSolder_DZE {
|
|
displayName = $STR_EQUIP_SOLDER_BROKEN;
|
|
descriptionShort = $STR_EQUIP_SOLDER_BROKEN_DESC;
|
|
}; |