mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
14 lines
330 B
C++
14 lines
330 B
C++
class SeaFox;
|
|
class SeaFox_DZE: SeaFox {
|
|
scope = public;
|
|
displayname = $STR_DN_SEAFOX;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
crew = "";
|
|
transportMaxWeapons = 200;
|
|
transportMaxMagazines = 2000;
|
|
transportMaxBackpacks = 40;
|
|
supplyradius = 3;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
}; |