mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
59 lines
1.4 KiB
C++
59 lines
1.4 KiB
C++
class Old_moto_TK_Civ_EP1;
|
|
class Old_moto_TK_Civ_EP1_DZE : Old_moto_TK_Civ_EP1 {
|
|
scope = public;
|
|
displayName = $STR_VEH_NAME_MOTORBIKE_WHITE;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
supplyRadius = -1;
|
|
};
|
|
|
|
class TT650_Civ;
|
|
class TT650_Civ_DZE: TT650_Civ {
|
|
scope = public;
|
|
displayName = $STR_VEH_NAME_MOTORBIKE_TT650_REDWHITE;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
supplyRadius = -1;
|
|
};
|
|
|
|
class TT650_TK_CIV_EP1;
|
|
class TT650_TK_CIV_EP1_DZE: TT650_TK_CIV_EP1 {
|
|
scope = public;
|
|
displayName = $STR_VEH_NAME_MOTORBIKE_TT650_RUSTY;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
supplyRadius = -1;
|
|
};
|
|
|
|
class TT650_Ins;
|
|
class TT650_Ins_DZE: TT650_Ins {
|
|
scope = public;
|
|
displayName = $STR_VEH_NAME_MOTORBIKE_TT650_FIRERED;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
supplyRadius = -1;
|
|
};
|
|
|
|
class M1030_US_DES_EP1;
|
|
class M1030_US_DES_EP1_DZE: M1030_US_DES_EP1 {
|
|
scope = public;
|
|
displayName = $STR_VEH_NAME_MOTORBIKE_M1030_GREEN;
|
|
vehicleClass = "DayZ Epoch Vehicles";
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
supplyRadius = -1;
|
|
}; |