Hello everyone,
I'm creating a mod to include new slots for the player, I would like to know if you have a list of icons that are inside the dayz_inventory imageSets. Does anyone have the complete list?
Example:
class Slot_CarKey
{
name="CarKey";
displayName="CarKey/LockPick";
ghostIcon="set:dayz_inventory image:missing";
};
class Slot_KeyPouch
{
name="KeyPouch";
displayName="Key Pouch";
ghostIcon="set:dayz_inventory image:back";
};
class Slot_Bandagem
{
name="Bandage";
displayName="Bandage";
ghostIcon="set:dayz_inventory image:missing";
};
Instead of using image:missing, I wanted to use images from dayz
Thanks in advance