Updated Categories

This commit is contained in:
Florian Kinder
2014-02-04 15:00:44 +01:00
parent 96bf638f28
commit f372af8547
84 changed files with 3554 additions and 0 deletions

View File

@@ -1,3 +1,88 @@
class FriendlyUtilityVehicles {
tid = 568;
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};
};
};