Advertisement
Guest User

Untitled

a guest
Dec 24th, 2021
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. zpiz = zpiz or {}
  2. zpiz.config = zpiz.config or {}
  3.  
  4. zpiz.config.Ingredient = {
  5. // How many ingredients can each player spawn
  6. Limit = 10,
  7.  
  8. // How long until the ingredient despawn, -1 disables this function
  9. Despawn = 60
  10. }
  11.  
  12. // This Sets up our Fridge Shop and also the available Ingredients for Pizza
  13. zpiz.config.Ingredients = {}
  14. local function AddIngredient(data) return table.insert(zpiz.config.Ingredients,data) end
  15.  
  16. ZPIZ_ING_DOUGH = AddIngredient({
  17. name = "Dough",
  18. model = "models/zerochain/props_pizza/zpiz_pizzadough.mdl",
  19. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_dough.png", "smooth"),
  20. desc = "The Dough",
  21. price = 15
  22. })
  23.  
  24. ZPIZ_ING_TOMATO = AddIngredient({
  25. name = "Tomato Sauce",
  26. model = "models/zerochain/props_pizza/zpizmak_ingredient_tomato.mdl",
  27. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_tomato.png", "smooth"),
  28. desc = "The Base Sauce",
  29. price = 10,
  30. color = Color(200, 0, 0)
  31. })
  32.  
  33. ZPIZ_ING_CHEESE = AddIngredient({
  34. name = "Cheese",
  35. model = "models/zerochain/props_pizza/zpizmak_ingredient_cheese.mdl",
  36. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_cheese.png", "smooth"),
  37. desc = "Some smelly Cheese",
  38. price = 15,
  39. color = Color(252, 223, 118)
  40. })
  41.  
  42. ZPIZ_ING_SPINAT = AddIngredient({
  43. name = "Spinat",
  44. model = "models/zerochain/props_pizza/zpizmak_ingredient_spinat.mdl",
  45. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_spinat.png", "smooth"),
  46. desc = "Could be spinach, idk",
  47. price = 15,
  48. color = Color(139, 164, 60)
  49. })
  50.  
  51. ZPIZ_ING_SALAMI = AddIngredient({
  52. name = "Salami",
  53. model = "models/zerochain/props_pizza/zpizmak_ingredient_salami.mdl",
  54. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_salami.png", "smooth"),
  55. desc = "Lets say its Salami, mkay",
  56. price = 75,
  57. color = Color(131, 23, 29)
  58. })
  59.  
  60. ZPIZ_ING_OLIVES = AddIngredient({
  61. name = "Olives",
  62. model = "models/zerochain/props_pizza/zpizmak_ingredient_olives.mdl",
  63. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_olive.png", "smooth"),
  64. desc = "Some fresh Olives!",
  65. price = 10,
  66. color = Color(156, 155, 34)
  67. })
  68.  
  69. ZPIZ_ING_EGGPLANT = AddIngredient({
  70. name = "Eggplant",
  71. model = "models/zerochain/props_pizza/zpizmak_ingredient_eggplant.mdl",
  72. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_eggplant.png", "smooth"),
  73. desc = "Dont really looks like an Egg",
  74. price = 80,
  75. color = Color(90, 14, 94)
  76. })
  77.  
  78. ZPIZ_ING_CHILLI = AddIngredient({
  79. name = "Chilli",
  80. model = "models/zerochain/props_pizza/zpizmak_ingredient_chilli.mdl",
  81. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_chilli.png", "smooth"),
  82. desc = "So Hot!",
  83. price = 75,
  84. color = Color(255, 57, 57)
  85. })
  86.  
  87. ZPIZ_ING_PICKLE = AddIngredient({
  88. name = "Pickle",
  89. model = "models/zerochain/props_pizza/zpizmak_ingredient_pickle.mdl",
  90. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_pickle.png", "smooth"),
  91. desc = "Its a Pickle!",
  92. price = 25,
  93. color = Color(25, 31, 19)
  94. })
  95.  
  96. ZPIZ_ING_MUSHROOM = AddIngredient({
  97. name = "Mushroom",
  98. model = "models/zerochain/props_pizza/zpizmak_ingredient_mushroom.mdl",
  99. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_mushroom.png", "smooth"),
  100. desc = "Dat Fungus",
  101. price = 15,
  102. color = Color(249, 220, 178)
  103. })
  104.  
  105. ZPIZ_ING_PINEAPPLE = AddIngredient({
  106. name = "Pineapple",
  107. model = "models/zerochain/props_pizza/zpizmak_ingredient_pineapple.mdl",
  108. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_pineapple.png", "smooth"),
  109. desc = "Gay",
  110. price = 80,
  111. color = Color(238, 175, 74)
  112. })
  113.  
  114. ZPIZ_ING_EGG = AddIngredient({
  115. name = "Egg",
  116. model = "models/props_phx/misc/egg.mdl",
  117. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_egg.png", "smooth"),
  118. desc = "A Egg",
  119. price = 50,
  120. color = Color(229, 229, 229)
  121. })
  122.  
  123. ZPIZ_ING_BACON = AddIngredient({
  124. name = "Bacon",
  125. model = "models/zerochain/props_pizza/zpizmak_ingredient_bacon.mdl",
  126. icon = Material("materials/zerochain/zpizmak/ui/icons/zpizmak_bacon.png", "smooth"),
  127. desc = "Bacon! Bacon! Bacon!",
  128. price = 75,
  129. color = Color(118, 29, 33)
  130. })
  131.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement