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,38 @@
class NeutralDrinks {
tid = 633;
class ItemSodaCoke {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class ItemSodaPepsi {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class ItemSodaMdew {
type = "trade_items";
buy[] = {6,"ItemGoldBar",1};
sell[] = {3,"ItemGoldBar",1};
};
class ItemSodaR4z0r {
type = "trade_items";
buy[] = {6,"ItemGoldBar",1};
sell[] = {3,"ItemGoldBar",1};
};
class ItemWaterbottleUnfilled {
type = "trade_items";
buy[] = {3,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class ItemSodaRbull {
type = "trade_items";
buy[] = {6,"ItemGoldBar",1};
sell[] = {3,"ItemGoldBar",1};
};
class ItemSodaOrangeSherbet {
type = "trade_items";
buy[] = {4,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
};