Add Mk43, Mk48 Desert

This commit is contained in:
A Man
2020-03-12 16:29:17 +01:00
parent 9a531b35e5
commit 2b76405641
8 changed files with 264 additions and 10 deletions

View File

@@ -56,4 +56,16 @@ class Mk48_Holo_DZ : Mk48_CCO_DZ
script = "; ['Attachment_Holo',_id,'Mk48_DZ'] call player_removeAttachment";
};
};
};
class Mk_48_DES_EP1;
class Mk48_DES_CCO_DZ: Mk_48_DES_EP1 {
displayName = $STR_DZ_WPN_MK48_CCO_NAME;
type = WeaponSlotPrimary;
weaponInfoType = "RscWeaponZeroing";
discreteDistance[] = {300,400,500,600,700,800,900,1000};
discreteDistanceInitIndex = 0;
irDistance = 150;
irLaserPos = "laser pos";
irLaserEnd = "laser dir";
};