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

74 lines
1.8 KiB
C++

class NeutralCargoTrucks {
tid = 653;
class Ural_CDF {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class Ural_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class Ural_UN_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class V3S_Open_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class V3S_Open_TK_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class Kamaz {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class MTVR_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar",1};
};
class V3S_Civ {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class V3S_RA_TK_GUE_EP1_DZE {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class V3S_TK_EP1_DZE {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class UralCivil_DZE {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class UralCivil2_DZE {
type = "trade_any_vehicle";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {5,"ItemGoldBar",1};
};
class KamazOpen_DZE {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class MTVR {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
};