Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/NeutralUtilityVehicles.hpp
2014-02-04 15:00:44 +01:00

89 lines
2.0 KiB
C++

class NeutralUtilityVehicles {
tid = 661;
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};
};
};