mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
24 lines
545 B
C++
24 lines
545 B
C++
class NeutralBusesandVans {
|
|
tid = 651;
|
|
class Ikarus {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class Ikarus_TK_CIV_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class S1203_TK_CIV_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
class S1203_ambulance_EP1 {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
};
|