mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 03:16:27 +03:00
Add new attachments
made by @seelenapparat and @DeVloek
This commit is contained in:
16
SQF/dayz_code/Configs/CfgMagazines/Attachments/NV.hpp
Normal file
16
SQF/dayz_code/Configs/CfgMagazines/Attachments/NV.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
class Attachment_NV : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
picture = "\dayz_epoch_c\icons\attachments\attachment_nv.paa";
|
||||
displayName = $STR_DZE_ATTACHMENT_NV_NAME;
|
||||
descriptionShort = $STR_DZE_ATTACHMENT_NV_DESC;
|
||||
class ItemActions
|
||||
{
|
||||
class AttachToPrimary
|
||||
{
|
||||
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
|
||||
script = "; [_id,1] call player_attachAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user