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

54 lines
1.2 KiB
C++

class FriendlyBikesandATV {
tid = 536;
class MMT_Civ {
type = "trade_any_bicycle";
buy[] = {4,"ItemSilverBar",1};
sell[] = {2,"ItemSilverBar",1};
};
class Old_bike_TK_INS_EP1 {
type = "trade_any_bicycle";
buy[] = {4,"ItemSilverBar",1};
sell[] = {2,"ItemSilverBar",1};
};
class TT650_Civ {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class TT650_Ins {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class TT650_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class ATV_CZ_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class ATV_US_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class M1030_US_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Old_moto_TK_Civ_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class tractor {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
};