mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
21 lines
485 B
C++
21 lines
485 B
C++
class Attachment_Kobra : CA_Magazine
|
|
{
|
|
scope = 2;
|
|
count = 1;
|
|
type = WeaponSlotItem;
|
|
|
|
model = "\z\addons\dayz_communityweapons\attachments\kobra\kobra.p3d";
|
|
picture = "\z\addons\dayz_communityweapons\attachments\kobra\data\m_kobra_ca.paa";
|
|
|
|
displayName = $STR_DZ_ATT_KOBRA_NAME;
|
|
descriptionShort = $STR_DZ_ATT_KOBRA_DESC;
|
|
|
|
class ItemActions
|
|
{
|
|
class AttachToPrimary
|
|
{
|
|
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
|
|
script = "; [_id,1] call player_attachAttachment";
|
|
};
|
|
};
|
|
}; |