Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Plane/C130.hpp
A Man e36e3cc429 Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
2019-11-18 19:02:02 +01:00

13 lines
297 B
C++

class C130J_US_EP1;
class C130J_US_EP1_DZ: C130J_US_EP1 {
displayname = $STR_VEH_NAME_C130;
transportMaxWeapons = 50;
transportMaxMagazines = 400;
transportmaxbackpacks = 20;
fuelCapacity = 34095;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};