mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
16 lines
414 B
C++
16 lines
414 B
C++
class C130J_US_EP1;
|
|
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
|
displayname = $STR_VEH_NAME_C130;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
commanderCanSee = 2+16+32;
|
|
gunnerCanSee = 2+16+32;
|
|
driverCanSee = 2+16+32;
|
|
transportMaxWeapons = 50;
|
|
transportMaxMagazines = 400;
|
|
transportmaxbackpacks = 20;
|
|
fuelCapacity = 34095;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
}; |