Advertisement
TheScriptRunner

Untitled

Jun 5th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. class weapon_part_a {
  2. variable = "weapon_part_a";
  3. displayName = "STR_Item_weapon_part_a";
  4. weight = 5;
  5. buyPrice = -1;
  6. sellPrice = -1;
  7. illegal = true;
  8. edible = -1;
  9. icon = "icons\ico_weapon_part.paa";
  10. };
  11.  
  12. class weapon_part_b {
  13. variable = "weapon_part_b";
  14. displayName = "STR_Item_weapon_part_b";
  15. weight = 5;
  16. buyPrice = -1;
  17. sellPrice = -1;
  18. illegal = true;
  19. edible = -1;
  20. icon = "icons\ico_weapon_part.paa";
  21. };
  22.  
  23. class weapon_part_c {
  24. variable = "weapon_part_c";
  25. displayName = "STR_Item_weapon_part_c";
  26. weight = 5;
  27. buyPrice = -1;
  28. sellPrice = -1;
  29. illegal = true;
  30. edible = -1;
  31. icon = "icons\ico_weapon_part.paa";
  32. };
  33.  
  34. class weapon_casing {
  35. variable = "weapon_casing";
  36. displayName = "STR_Item_weapon_casing";
  37. weight = 10;
  38. buyPrice = -1;
  39. sellPrice = -1;
  40. illegal = true;
  41. edible = -1;
  42. icon = "icons\ico_weapon_casing.paa";
  43. };
  44.  
  45. //Drugs
  46. class heroin_processed {
  47. variable = "heroinProcessed";
  48. displayName = "STR_Item_HeroinP";
  49. weight = 4;
  50. buyPrice = 6500;
  51. sellPrice = 25000000;
  52. illegal = true;
  53. edible = -1;
  54. icon = "icons\ico_heroinProcessed.paa";
  55. };
  56.  
  57. class cannabis {
  58. variable = "cannabis";
  59. displayName = "STR_Item_Cannabis";
  60. weight = 4;
  61. buyPrice = -1;
  62. sellPrice = -1;
  63. illegal = true;
  64. edible = -1;
  65. icon = "icons\ico_cannabis.paa";
  66. processedItem = "marijuana";
  67. };
  68.  
  69. class marijuana {
  70. variable = "marijuana";
  71. displayName = "STR_Item_Marijuana";
  72. weight = 3;
  73. buyPrice = 5800;
  74. sellPrice = 25000000;
  75. illegal = true;
  76. edible = -1;
  77. icon = "icons\ico_marijuana.paa";
  78. };
  79.  
  80. class cocaine_processed {
  81. variable = "cocaineProcessed";
  82. displayName = "STR_Item_CocaineP";
  83. weight = 4;
  84. buyPrice = 5500;
  85. sellPrice = 25000000;
  86. illegal = true;
  87. edible = -1;
  88. icon = "icons\ico_cocaineProcessed.paa";
  89. };
  90.  
  91.  
  92. class stoersender {
  93. variable = "stoersender";
  94. displayName = "STR_Item_stoersender";
  95. weight = 3;
  96. buyPrice = 0;
  97. sellPrice = -1;
  98. illegal = true;
  99. edible = -1;
  100. icon = "icons\ico_stoersender.paa";
  101. };
  102.  
  103. class bigger_fuel {
  104. variable = "bigger_fuel";
  105. displayName = "STR_Item_bigger_fuel";
  106. weight = 5;
  107. buyPrice = 0;
  108. sellPrice = -1;
  109. illegal = true;
  110. edible = -1;
  111. icon = "icons\ico_bigger_fuel.paa";
  112. };
  113. class morphine {
  114. variable = "morphine";
  115. displayName = "STR_Item_Morphine";
  116. weight = 1;
  117. buyPrice = 1500;
  118. sellPrice = 300;
  119. illegal = true;
  120. edible = -1;
  121. icon = "icons\ico_morphine.paa";
  122. };
  123.  
  124. class kidney {
  125. variable = "kidney";
  126. displayName = "STR_Item_Kidney";
  127. weight = 3;
  128. buyPrice = 75000;
  129. sellPrice = 50000;
  130. illegal = true;
  131. edible = -1;
  132. icon = "icons\ico_niere.paa";
  133. };
  134.  
  135. class scalpel {
  136. variable = "scalpel";
  137. displayName = "STR_Item_Scalpel";
  138. weight = 2;
  139. buyPrice = 10000;
  140. sellPrice = 5000;
  141. illegal = true;
  142. edible = -1;
  143. icon = "icons\ico_skalpell.paa";
  144. };
  145. class carC4 {
  146. variable = "carC4";
  147. displayName = "carC4";
  148. weight = 5;
  149. buyPrice = 200000;
  150. sellPrice = 1000;
  151. illegal = true;
  152. edible = -1;
  153. icon = "icons\ico_c4.paa";
  154. };
  155. class zipties {
  156. variable = "zipties";
  157. displayName = "STR_Item_ZipTies";
  158. weight = 0;
  159. buyPrice = 1200;
  160. sellPrice = -1;
  161. illegal = true;
  162. edible = -1;
  163. icon = "icons\ziptie.paa";
  164. };
  165.  
  166. class blindfold {
  167. variable = "blindfold";
  168. displayName = "STR_Item_Blindfold";
  169. weight = 0;
  170. buyPrice = 600;
  171. sellPrice = -1;
  172. illegal = true;
  173. edible = -1;
  174. icon = "icons\blindfold.paa";
  175. };
  176. class spikeStrip {
  177. variable = "spikeStrip";
  178. displayName = "STR_Item_SpikeStrip";
  179. weight = 5;
  180. buyPrice = 2500;
  181. sellPrice = 1200;
  182. illegal = true;
  183. edible = -1;
  184. icon = "icons\ico_spikeStrip.paa";
  185. };
  186.  
  187. class caropen {
  188. variable = "caropen";
  189. displayName = "caropen";
  190. weight = 2;
  191. buyPrice = 1000;
  192. sellPrice = -1;
  193. illegal = true;
  194. edible = -1;
  195. icon = "icons\ico_caropen.paa";
  196. };
  197.  
  198. class sos {
  199. variable = "sos";
  200. displayName = "sos";
  201. weight = 1;
  202. buyPrice = 150;
  203. sellPrice = 50;
  204. illegal = true;
  205. edible = -1;
  206. icon = "icons\ico_sos.paa";
  207. };
  208.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement