mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,88 @@
|
||||
class NeutralUtilityVehicles {
|
||||
tid = 661;
|
||||
class SUV_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Blue {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Charcoal {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Green {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Orange {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Pink {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Red {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Silver {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_White {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Yellow {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class SUV_Camo {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class UAZ_CDF {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
class UAZ_INS {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
class UAZ_RU {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
class UAZ_Unarmed_TK_CIV_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
class UAZ_Unarmed_TK_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
class UAZ_Unarmed_UN_EP1 {
|
||||
type = "trade_any_vehicle";
|
||||
buy[] = {8,"ItemGoldBar",1};
|
||||
sell[] = {4,"ItemGoldBar",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user