mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
102 lines
2.1 KiB
C++
102 lines
2.1 KiB
C++
class ATV_CZ_EP1;
|
|
class ATV_CZ_EP1_DZE: ATV_CZ_EP1 {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_BEIGE;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class BAF_ATV_W;
|
|
class BAF_ATV_W_DZE: BAF_ATV_W {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_GREEN;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_CP;
|
|
class ATV_CIV_CP_DZE: ATV_CIV_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_WHITE;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Grey_CP;
|
|
class ATV_CIV_Grey_CP_DZE: ATV_CIV_Grey_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_GREY;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Red_CP;
|
|
class ATV_CIV_Red_CP_DZE: ATV_CIV_Red_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_RED;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Green_CP;
|
|
class ATV_CIV_Green_CP_DZE: ATV_CIV_Green_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_LIGHTGREEN;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Blue_CP;
|
|
class ATV_CIV_Blue_CP_DZE: ATV_CIV_Blue_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_BLUE;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Yellow_CP;
|
|
class ATV_CIV_Yellow_CP_DZE: ATV_CIV_Yellow_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_YELLOW;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Purple_CP;
|
|
class ATV_CIV_Purple_CP_DZE: ATV_CIV_Purple_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_PURPLE;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class ATV_CIV_Black_CP;
|
|
class ATV_CIV_Black_CP_DZE: ATV_CIV_Black_CP {
|
|
crew = "";
|
|
displayname = $STR_VEH_NAME_ATV_BLACK;
|
|
scope = public;
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
|