Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Etool.hpp
2017-06-10 13:06:16 -04:00

12 lines
302 B
C++

class ItemEtool : ItemCore
{
scope = public;
model = "\dayz_equip\models\etool.p3d";
picture = "\dayz_equip\textures\equip_etool_ca.paa";
displayName = $STR_EQUIP_NAME_1;
descriptionShort = $STR_EQUIP_DESC_1;
stashsmall = "StashSmall";
stashmedium = "StashMedium";
consume = "ItemSandbag";
};