mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
29 lines
708 B
C++
29 lines
708 B
C++
class NeutralFuelTrucks {
|
|
tid = 655;
|
|
class KamazRefuel_DZ {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {7,"ItemGoldBar10oz",1};
|
|
sell[] = {3,"ItemGoldBar10oz",1};
|
|
};
|
|
class MtvrRefuel_DES_EP1_DZ {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {7,"ItemGoldBar10oz",1};
|
|
sell[] = {3,"ItemGoldBar10oz",1};
|
|
};
|
|
class UralRefuel_TK_EP1_DZ {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {7,"ItemGoldBar10oz",1};
|
|
sell[] = {3,"ItemGoldBar10oz",1};
|
|
};
|
|
class V3S_Refuel_TK_GUE_EP1_DZ {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {7,"ItemGoldBar10oz",1};
|
|
sell[] = {3,"ItemGoldBar10oz",1};
|
|
};
|
|
class MtvrRefuel_DZ {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {7,"ItemGoldBar10oz",1};
|
|
sell[] = {3,"ItemGoldBar10oz",1};
|
|
};
|
|
};
|