Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp
RimBlock b603fdfe58 Update MV22.hpp
Added realistic fuel capacity.
2014-06-03 22:18:00 +08:00

16 lines
318 B
C++

class MV22;
class MV22_DZ : MV22 {
accuracy = 1000;
scope = 2;
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;
};