Add new attachments

made by @seelenapparat and @DeVloek
This commit is contained in:
A Man
2020-01-15 22:43:17 +01:00
parent acb2938653
commit e4a9bc1800
10 changed files with 213 additions and 0 deletions

View File

@@ -24,4 +24,19 @@ class Attachment_Ghillie : CA_Magazine
script = "; [_id,0] call player_attachAttachment";
};*/
};
};
class Attachment_Ghillie_Desert : Attachment_Ghillie
{
picture = "\dayz_epoch_c\icons\attachments\attachment_netting_desert.paa";
displayName = $STR_DZE_ATTACHMENT_GHIL_DES_NAME;
};
class Attachment_Ghillie_Snow : Attachment_Ghillie
{
picture = "\dayz_epoch_c\icons\attachments\attachment_netting_snow.paa";
displayName = $STR_DZE_ATTACHMENT_GHIL_SNOW_NAME;
};
class Attachment_Ghillie_Urban : Attachment_Ghillie
{
picture = "\dayz_epoch_c\icons\attachments\attachment_netting_urban.paa";
displayName = $STR_DZE_ATTACHMENT_GHIL_URB_NAME;
};