mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
88 lines
2.0 KiB
C++
88 lines
2.0 KiB
C++
class NeutralUtilityVehicles {
|
|
class SUV_TK_CIV_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Blue {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Charcoal {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Green {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Orange {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Pink {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Red {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Silver {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_White {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Yellow {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class SUV_Camo {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class UAZ_CDF {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class UAZ_INS {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class UAZ_RU {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class UAZ_Unarmed_TK_CIV_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class UAZ_Unarmed_TK_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class UAZ_Unarmed_UN_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
};
|