Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. ["componentesel"] = {
  2. {item = "iron", quantity = 10 },
  3. {item = "copper", quantity = 8 },
  4. {item = "cables", quantity = 5 },
  5. {item = "bateria", quantity = 1 },
  6. },
  7.  
  8. ["cables"] = {
  9. {item = "copper", quantity = 3 },
  10. {item = "plastico", quantity = 4 },
  11. },
  12.  
  13. ["bateria"] = {
  14. {item = "copper", quantity = 4 },
  15. {item = "iron", quantity = 2 },
  16. {item = "quimicos", quantity = 1 },
  17. },
  18.  
  19. ["quimicos"] = {
  20. {item = "gold", quantity = 5 },
  21. {item = "petrol", quantity = 3 },
  22. },
  23.  
  24. ["placabase"] = {
  25. {item = "gold", quantity = 5 },
  26. {item = "copper", quantity = 8 },
  27. {item = "cables", quantity = 2 },
  28. },
  29.  
  30. ["plastico"] = {
  31. {item = "petrol_raffin", quantity = 3 },
  32. },
  33.  
  34. ["bag"] = {
  35. {item = "leather", quantity = 4 },
  36. },
  37.  
  38. ["blowtorch"] = {
  39. {item = "quimicos", quantity = 4 },
  40. {item = "iron", quantity = 12 },
  41. {item = "petrol", quantity = 3 },
  42. },
  43.  
  44. ["c4_bank"] = {
  45. {item = "explosivos", quantity = 8 },
  46. {item = "plastico", quantity = 8 },
  47. {item = "cables", quantity = 4 },
  48. },
  49.  
  50. ["explosivos"] = {
  51. {item = "quimicos", quantity = 12 },
  52. {item = "polvora", quantity = 6 },
  53. },
  54.  
  55. ["polvora"] = {
  56. {item = "quimicos", quantity = 2 },
  57. },
  58. ["WEAPON_APPISTOL"] = {
  59. {item = "quimicos", quantity = 20 },
  60. {item = "iron", quantity = 110 },
  61. {item = "copper", quantity = 160 },
  62. {item = "cutted_wood", quantity = 45 },
  63. },
  64. ["WEAPON_MICROSMG"] = {
  65. {item = "quimicos", quantity = 40 },
  66. {item = "iron", quantity = 150 },
  67. {item = "copper", quantity = 200 },
  68. {item = "cutted_wood", quantity = 75 },
  69. },
  70. ["WEAPON_SAWNOFFSHOTGUN"] = {
  71. {item = "quimicos", quantity = 35 },
  72. {item = "iron", quantity = 180 },
  73. {item = "copper", quantity = 230 },
  74. {item = "cutted_wood", quantity = 95 },
  75. },
  76.  
  77. ["WEAPON_ASSAULTRIFLE"] = {
  78. {item = "quimicos", quantity = 55 },
  79. {item = "iron", quantity = 240 },
  80. {item = "copper", quantity = 290 },
  81. {item = "cutted_wood", quantity = 125 },
  82. },
  83.  
  84. ["keycard"] = {
  85. {item = "componentesel", quantity = 4 },
  86. {item = "placabase", quantity = 1 },
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement