mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
16 lines
323 B
C++
16 lines
323 B
C++
class MV22;
|
|
class MV22_DZ : MV22 {
|
|
accuracy = 1000;
|
|
scope = public;
|
|
displayName = "MV-22";
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
commanderCanSee = 2+16+32;
|
|
gunnerCanSee = 2+16+32;
|
|
driverCanSee = 2+16+32;
|
|
transportMaxWeapons = 20;
|
|
transportMaxMagazines = 400;
|
|
transportmaxbackpacks = 10;
|
|
fuelCapacity = 6513;
|
|
};
|