Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class viande {
- variable = "viande";
- displayName = "STR_Item_viande";
- weight = 5;
- buyPrice = -1;
- sellPrice = -1;
- illegal = false;
- edible = -1;
- icon = "";
- };
- class legumes {
- variable = "legumes";
- displayName = "STR_Item_legumes";
- weight = 5;
- buyPrice = -1;
- sellPrice = -1;
- illegal = false;
- edible = -1;
- icon = "";
- };
- class sauce {
- variable = "sauce";
- displayName = "STR_Item_sauce";
- weight = 5;
- buyPrice = -1;
- sellPrice = -1;
- illegal = false;
- edible = -1;
- icon = "";
- };
- class kebab {
- variable = "kebab";
- displayName = "STR_Item_kebab";
- weight = 5;
- buyPrice = -1;
- sellPrice = 12000;
- illegal = false;
- edible = -1;
- icon = "";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement