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 NeutralUsedCars {
tid = 660;
class Skoda {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class SkodaBlue {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class SkodaGreen {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class SkodaRed {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class VolhaLimo_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Volha_1_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Volha_2_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class VWGolf {
type = "trade_any_vehicle";
buy[] = {3,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class car_hatchback {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class car_sedan {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class GLT_M300_LT {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class GLT_M300_ST {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada1_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada2 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada2_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class LadaLM {
type = "trade_any_vehicle";
buy[] = {3,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
};