Files
DayZ-Epoch/Server Files/Archive/CfgServerTrader/Category/FriendlyBikesandATV.hpp
A Man 6699d8d746 Move no longer used maps to archive.
All files in the archive will no be updated. Ive added a copy of the current trader files too, so the old traders and trader cities can still be used with the current trader files.

Give me a hint if you think some of the files should be moved back.
2019-11-09 14:49:40 +01:00

57 lines
1.2 KiB
C++

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