mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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.
57 lines
1.2 KiB
C++
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;
|
|
};
|