mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add BAF_Merlin_DZE w/o radar
This commit is contained in:
@@ -487,7 +487,18 @@ class CfgVehicles {
|
|||||||
|
|
||||||
// SEA
|
// SEA
|
||||||
// #include "CfgVehicles\SEA\RHIB.hpp"
|
// #include "CfgVehicles\SEA\RHIB.hpp"
|
||||||
|
class BAF_Merlin_HC3_D;
|
||||||
|
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
|
||||||
|
scope = 2;
|
||||||
|
crew = "";
|
||||||
|
typicalCargo[] = {};
|
||||||
|
commanderCanSee = 2+16+32;
|
||||||
|
gunnerCanSee = 2+16+32;
|
||||||
|
driverCanSee = 2+16+32;
|
||||||
|
transportMaxWeapons = 5;
|
||||||
|
transportMaxMagazines = 25;
|
||||||
|
transportmaxbackpacks = 3;
|
||||||
|
};
|
||||||
class MV22;
|
class MV22;
|
||||||
class MV22_DZ : MV22 {
|
class MV22_DZ : MV22 {
|
||||||
accuracy = 1000;
|
accuracy = 1000;
|
||||||
|
|||||||
Reference in New Issue
Block a user