mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Bike/ATV overhaul
This commit is contained in:
59
SQF/dayz_code/Configs/CfgVehicles/Bikes/Motorbikes.hpp
Normal file
59
SQF/dayz_code/Configs/CfgVehicles/Bikes/Motorbikes.hpp
Normal file
@@ -0,0 +1,59 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user