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