mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
26 lines
468 B
C++
26 lines
468 B
C++
class GAZ_Vodnik;
|
|
|
|
class GAZ_Vodnik_DZE: GAZ_Vodnik {
|
|
scope = 2;
|
|
side = 2;
|
|
crew = "";
|
|
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
|
|
commanderCanSee = 2+16+32;
|
|
gunnerCanSee = 2+16+32;
|
|
driverCanSee = 2+16+32;
|
|
|
|
transportMaxWeapons = 5;
|
|
transportMaxMagazines = 25;
|
|
transportmaxbackpacks = 4;
|
|
|
|
typicalcargo[] = {};
|
|
class Turrets: Turrets {
|
|
class MainTurret: MainTurret {
|
|
magazines[] = {};
|
|
};
|
|
class BackTurret: MainTurret {};
|
|
};
|
|
}; |