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

@@ -0,0 +1,17 @@
class Attachment_NSPU : CA_Magazine {
scope = public;
count = 1;
type = 256;
model = "\z\addons\dayz_communityweapons\attachments\pso\pso.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_nspu.paa";
displayName = $STR_DZE_ATTACHMENT_NSPU_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_NSPU_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};