mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Bike/ATV overhaul
This commit is contained in:
101
SQF/dayz_code/Configs/CfgVehicles/Bikes/ATVs.hpp
Normal file
101
SQF/dayz_code/Configs/CfgVehicles/Bikes/ATVs.hpp
Normal file
@@ -0,0 +1,101 @@
|
||||
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 {};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user