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

17 lines
499 B
C++

class ItemKeyKit: ItemCore
{
scope = 2;
displayname = $STR_EQUIP_KEYKIT;
model = "\z\addons\dayz_epoch\models\keykit.p3d";
descriptionShort = $STR_EQUIP_KEYKIT_DESC;
picture = "\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
};
class ItemKeyKitBroken: ItemCore
{
scope = 2;
displayname = $STR_EQUIP_KEYKIT_BROKEN;
model = "\z\addons\dayz_epoch\models\keykit.p3d";
descriptionShort = $STR_EQUIP_KEYKIT_BROKEN_DESC;
picture = "\dayz_epoch_c\icons\tools\ItemKeymakersKitBroken.paa";
};