mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,73 @@
|
||||
class FriendlyCargoTrucks {
|
||||
tid = 570;
|
||||
class Ural_CDF {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class Ural_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class Ural_UN_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class V3S_Open_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class V3S_Open_TK_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class Kamaz {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class MTVR_DES_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar",1};
|
||||
};
|
||||
class V3S_Civ {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class V3S_RA_TK_GUE_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class V3S_TK_EP1_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class UralCivil_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class UralCivil2_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class KamazOpen_DZE {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class MTVR {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user