mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
14 lines
303 B
C++
14 lines
303 B
C++
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 = 15;
|
|
transportMaxMagazines = 150;
|
|
transportmaxbackpacks = 5;
|
|
fuelCapacity = 3222;
|
|
};
|