marcinhuU

m-Drugs

Apr 22nd, 2022
1,703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.42 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Framework = "NEW"
  4. Config.CoreName = "qb-core"
  5. Config.QBTarget = "qb-target"
  6. Config.QBMenu = "qb-menu"
  7. Config.HudRelieveStress = "hud:server:RelieveStress"
  8. Config.InventoryItemBox = "inventory:client:ItemBox"
  9.  
  10. --//////
  11. -- WEED
  12. --//////
  13. Config.WeedPlants = {
  14. Enable = true, -- Enable / disable the target
  15. NeedJob = false, -- If need job or gang
  16. JobName = "police", -- Name of job or gang
  17. PropOrZone = "zones", -- The qb-target on ZONE or on PROP
  18. Animation = "mini@repair", -- Animation on pick up
  19. SubAnimation = "fixing_a_player",
  20. NeedItem = false, -- Need item to pickup?
  21. ItemsNeed = "phone", -- Item need to pickup
  22. LevelSystem = {
  23. Enable = true,
  24. Level_1 = 0, -- XP Needed Level 1
  25. Level_2 = 150, -- XP Needed Level 2
  26. Level_3 = 250, -- XP Needed Level 3
  27. TimeProgressBarsLevel_1 = 20000, -- 20 Seconds to processo the drug at level 1 // This gona works on process and package
  28. TimeProgressBarsLevel_2 = 15000, -- 15 Seconds to processo the drug at level 2 // This gona works on process and package
  29. TimeProgressBarsLevel_3 = 10000, -- 10 Seconds to processo the drug at level 3 // This gona works on process and package
  30. },
  31. Zones = {
  32. vector3(2215.81, 5577.56, 54.84)
  33. },
  34. Props = {
  35.  
  36. },
  37. Rewards = {
  38. 'weed-bad-ql',
  39. 'weed-med-ql',
  40. 'weed-max-ql',
  41. },
  42. Process = {
  43. Zone = {
  44. vector3(778.79, 4184.18, 41.79)
  45. },
  46. BadQuallity = {
  47. Required = "tesoura", -- Item need to pickup
  48. Amount = 1, -- Amount ot required item
  49. Reward = "leaves-weed-bad-ql", -- Reward after process
  50. MinReward = 15,
  51. MaxReward = 25,
  52. },
  53. MedQuallity = {
  54. Required = "tesoura", -- Item need to pickup
  55. Amount = 2, -- Amount ot required item
  56. Reward = "leaves-weed-med-ql", -- Reward after process
  57. MinReward = 10,
  58. MaxReward = 18,
  59. },
  60. MaxQuallity = {
  61. Required = "tesoura", -- Item need to pickup
  62. Amount = 3, -- Amount ot required item
  63. Reward = "leaves-weed-max-ql", -- Reward after process
  64. MinReward = 5,
  65. MaxReward = 8,
  66. },
  67. },
  68. Package = {
  69. Zone = {
  70. vector3(2326.5, 2531.16, 46.67)
  71. },
  72. BadQuallity = {
  73. Required = "sacos", -- Item need to pickup
  74. Amount = 1, -- Amount ot required item
  75. Reward = "package-weed-bad-ql", -- Reward after process
  76. MinReward = 15,
  77. MaxReward = 25,
  78. },
  79. MedQuallity = {
  80. Required = "sacos", -- Item need to pickup
  81. Amount = 2, -- Amount ot required item
  82. Reward = "package-weed-med-ql", -- Reward after process
  83. MinReward = 10,
  84. MaxReward = 18,
  85. },
  86. MaxQuallity = {
  87. Required = "sacos", -- Item need to pickup
  88. Amount = 3, -- Amount ot required item
  89. Reward = "package-weed-max-ql", -- Reward after process
  90. MinReward = 5,
  91. MaxReward = 8,
  92. },
  93. }
  94. }
  95.  
  96. --//////
  97. -- COKE
  98. --//////
  99. Config.CokePlants = {
  100. Enable = true, -- Enable / disable the target
  101. NeedJob = false, -- If need job or gang
  102. JobName = "police", -- Name of job or gang
  103. PropOrZone = "zones", -- The qb-target on ZONE or on PROP
  104. Animation = "mini@repair", -- Animation on pick up
  105. SubAnimation = "fixing_a_player",
  106. NeedItem = false, -- Need item to pickup?
  107. ItemsNeed = "phone", -- Item need to pickup
  108. LevelSystem = {
  109. Enable = true,
  110. Level_1 = 0, -- XP Needed Level 1
  111. Level_2 = 150, -- XP Needed Level 2
  112. Level_3 = 250, -- XP Needed Level 3
  113. TimeProgressBarsLevel_1 = 20000, -- 20 Seconds to processo the drug at level 1 // This gona works on process and package
  114. TimeProgressBarsLevel_2 = 15000, -- 15 Seconds to processo the drug at level 2 // This gona works on process and package
  115. TimeProgressBarsLevel_3 = 10000, -- 10 Seconds to processo the drug at level 3 // This gona works on process and package
  116. },
  117. Zones = {
  118. vector3(5211.93, -5129.61, 6.21)
  119. },
  120. Props = {
  121.  
  122. },
  123. Rewards = {
  124. 'coke-bad-ql',
  125. 'coke-med-ql',
  126. 'coke-max-ql',
  127. },
  128. Process = {
  129. Zone = {
  130. vector3(3535.18, 3662.86, 28.12)
  131. },
  132. BadQuallity = {
  133. Required = "tesoura", -- Item need to pickup
  134. Amount = 1, -- Amount ot required item
  135. Reward = "leaves-coke-bad-ql", -- Reward after process
  136. MinReward = 15,
  137. MaxReward = 25,
  138. },
  139. MedQuallity = {
  140. Required = "tesoura", -- Item need to pickup
  141. Amount = 2, -- Amount ot required item
  142. Reward = "leaves-coke-med-ql", -- Reward after process
  143. MinReward = 10,
  144. MaxReward = 18,
  145. },
  146. MaxQuallity = {
  147. Required = "tesoura", -- Item need to pickup
  148. Amount = 3, -- Amount ot required item
  149. Reward = "leaves-coke-max-ql", -- Reward after process
  150. MinReward = 5,
  151. MaxReward = 8,
  152. },
  153. },
  154. Package = {
  155. Zone = {
  156. vector3(2858.45, 4456.15, 48.48)
  157. },
  158. BadQuallity = {
  159. Required = "sacos", -- Item need to pickup
  160. Amount = 1, -- Amount ot required item
  161. Reward = "package-coke-bad-ql", -- Reward after process
  162. MinReward = 15,
  163. MaxReward = 25,
  164. },
  165. MedQuallity = {
  166. Required = "sacos", -- Item need to pickup
  167. Amount = 2, -- Amount ot required item
  168. Reward = "package-coke-med-ql", -- Reward after process
  169. MinReward = 10,
  170. MaxReward = 18,
  171. },
  172. MaxQuallity = {
  173. Required = "sacos", -- Item need to pickup
  174. Amount = 3, -- Amount ot required item
  175. Reward = "package-coke-max-ql", -- Reward after process
  176. MinReward = 5,
  177. MaxReward = 8,
  178. },
  179. }
  180. }
  181.  
  182. --//////
  183. -- Meth
  184. --//////
  185. Config.MethPlants = {
  186. Enable = true, -- Enable / disable the target
  187. NeedJob = false, -- If need job or gang
  188. JobName = "police", -- Name of job or gang
  189. PropOrZone = "zones", -- The qb-target on ZONE or on PROP
  190. Animation = "mini@repair", -- Animation on pick up
  191. SubAnimation = "fixing_a_player",
  192. NeedItem = false, -- Need item to pickup?
  193. ItemsNeed = "phone", -- Item need to pickup
  194. LevelSystem = {
  195. Enable = true,
  196. Level_1 = 0, -- XP Needed Level 1
  197. Level_2 = 150, -- XP Needed Level 2
  198. Level_3 = 250, -- XP Needed Level 3
  199. TimeProgressBarsLevel_1 = 20000, -- 20 Seconds to processo the drug at level 1 // This gona works on process and package
  200. TimeProgressBarsLevel_2 = 15000, -- 15 Seconds to processo the drug at level 2 // This gona works on process and package
  201. TimeProgressBarsLevel_3 = 10000, -- 10 Seconds to processo the drug at level 3 // This gona works on process and package
  202. },
  203. Zones = {
  204. vector3(566.84, -3127.23, 18.77)
  205. },
  206. Props = {
  207.  
  208. },
  209. Rewards = {
  210. 'meth-bad-ql',
  211. 'meth-med-ql',
  212. 'meth-max-ql',
  213. },
  214. Process = {
  215. Zone = {
  216. vector3(5092.38, -4683.12, 2.41)
  217. },
  218. BadQuallity = {
  219. Required = "tesoura", -- Item need to pickup
  220. Amount = 1, -- Amount ot required item
  221. Reward = "leaves-meth-bad-ql", -- Reward after process
  222. MinReward = 15,
  223. MaxReward = 25,
  224. },
  225. MedQuallity = {
  226. Required = "tesoura", -- Item need to pickup
  227. Amount = 2, -- Amount ot required item
  228. Reward = "leaves-meth-med-ql", -- Reward after process
  229. MinReward = 10,
  230. MaxReward = 18,
  231. },
  232. MaxQuallity = {
  233. Required = "tesoura", -- Item need to pickup
  234. Amount = 3, -- Amount ot required item
  235. Reward = "leaves-meth-max-ql", -- Reward after process
  236. MinReward = 5,
  237. MaxReward = 8,
  238. },
  239. },
  240. Package = {
  241. Zone = {
  242. vector3(1388.5, 3606.37, 38.94)
  243. },
  244. BadQuallity = {
  245. Required = "sacos", -- Item need to pickup
  246. Amount = 1, -- Amount ot required item
  247. Reward = "package-meth-bad-ql", -- Reward after process
  248. MinReward = 15,
  249. MaxReward = 25,
  250. },
  251. MedQuallity = {
  252. Required = "sacos", -- Item need to pickup
  253. Amount = 2, -- Amount ot required item
  254. Reward = "package-meth-med-ql", -- Reward after process
  255. MinReward = 10,
  256. MaxReward = 18,
  257. },
  258. MaxQuallity = {
  259. Required = "sacos", -- Item need to pickup
  260. Amount = 3, -- Amount ot required item
  261. Reward = "package-meth-max-ql", -- Reward after process
  262. MinReward = 5,
  263. MaxReward = 8,
  264. },
  265. }
  266. }
  267.  
  268. --//////
  269. -- Opium
  270. --//////
  271. Config.OpiumPlants = {
  272. Enable = true, -- Enable / disable the target
  273. NeedJob = false, -- If need job or gang
  274. JobName = "police", -- Name of job or gang
  275. PropOrZone = "zones", -- The qb-target on ZONE or on PROP
  276. Animation = "mini@repair", -- Animation on pick up
  277. SubAnimation = "fixing_a_player",
  278. NeedItem = false, -- Need item to pickup?
  279. ItemsNeed = "phone", -- Item need to pickup
  280. LevelSystem = {
  281. Enable = true,
  282. Level_1 = 0, -- XP Needed Level 1
  283. Level_2 = 150, -- XP Needed Level 2
  284. Level_3 = 250, -- XP Needed Level 3
  285. TimeProgressBarsLevel_1 = 20000, -- 20 Seconds to processo the drug at level 1 // This gona works on process and package
  286. TimeProgressBarsLevel_2 = 15000, -- 15 Seconds to processo the drug at level 2 // This gona works on process and package
  287. TimeProgressBarsLevel_3 = 10000, -- 10 Seconds to processo the drug at level 3 // This gona works on process and package
  288. },
  289. Zones = {
  290. vector3(1916.19, 4899.94, 47.86)
  291. },
  292. Props = {
  293.  
  294. },
  295. Rewards = {
  296. 'opium-bad-ql',
  297. 'opium-med-ql',
  298. 'opium-max-ql',
  299. },
  300. Process = {
  301. Zone = {
  302. vector3(-608.94, -1632.13, 33.03)
  303. },
  304. BadQuallity = {
  305. Required = "tesoura", -- Item need to pickup
  306. Amount = 1, -- Amount ot required item
  307. Reward = "leaves-opium-bad-ql", -- Reward after process
  308. MinReward = 15,
  309. MaxReward = 25,
  310. },
  311. MedQuallity = {
  312. Required = "tesoura", -- Item need to pickup
  313. Amount = 2, -- Amount ot required item
  314. Reward = "leaves-opium-med-ql", -- Reward after process
  315. MinReward = 10,
  316. MaxReward = 18,
  317. },
  318. MaxQuallity = {
  319. Required = "tesoura", -- Item need to pickup
  320. Amount = 3, -- Amount ot required item
  321. Reward = "leaves-opium-max-ql", -- Reward after process
  322. MinReward = 5,
  323. MaxReward = 8,
  324. },
  325. },
  326. Package = {
  327. Zone = {
  328. vector3(-440.59, 6340.85, 12.73)
  329. },
  330. BadQuallity = {
  331. Required = "sacos", -- Item need to pickup
  332. Amount = 1, -- Amount ot required item
  333. Reward = "package-opium-bad-ql", -- Reward after process
  334. MinReward = 15,
  335. MaxReward = 25,
  336. },
  337. MedQuallity = {
  338. Required = "sacos", -- Item need to pickup
  339. Amount = 2, -- Amount ot required item
  340. Reward = "package-opium-med-ql", -- Reward after process
  341. MinReward = 10,
  342. MaxReward = 18,
  343. },
  344. MaxQuallity = {
  345. Required = "sacos", -- Item need to pickup
  346. Amount = 3, -- Amount ot required item
  347. Reward = "package-opium-max-ql", -- Reward after process
  348. MinReward = 5,
  349. MaxReward = 8,
  350. },
  351. }
  352. }
  353.  
  354.  
  355. Config.Consumables = {
  356. Enable = true,
  357. Effect_Values = {
  358. Armour = math.random(5, 10),
  359. Stamina = 1.0, -- Don't touche this value
  360. Stress = math.random(5, 10),
  361. },
  362. Weed_Consumable = {
  363. EnableEffects = true, -- Enable effect on weed item?
  364. Effect = "armour", -- You can put "armour" | "stamina" | "stress"
  365. Item = "weed-bad-ql", -- Item to smoke and give effects
  366. ProgressbarLabel = "Smoking weed..", -- Label on progressBars when smoking
  367. ProgressbarTime = 5000, -- Time on progressBars when smoking
  368. },
  369. Coke_Consumable = {
  370. EnableEffects = true, -- Enable effect on coke item?
  371. Effect = "armour", -- You can put "armour" | "stamina" | "stress"
  372. Item = "coke-bad-ql", -- Item to smoke and give effects
  373. ProgressbarLabel = "Smoking cocaine..", -- Label on progressBars when smoking
  374. ProgressbarTime = 5000, -- Time on progressBars when smoking
  375. },
  376. Meth_Consumable = {
  377. EnableEffects = true, -- Enable effect on meth item?
  378. Effect = "armour", -- You can put "armour" | "stamina" | "stress"
  379. Item = "meth-bad-ql", -- Item to smoke and give effects
  380. ProgressbarLabel = "Smoking methamphetamines..", -- Label on progressBars when smoking
  381. ProgressbarTime = 5000, -- Time on progressBars when smoking
  382. },
  383. Opium_Consumable = {
  384. EnableEffects = true, -- Enable effect on opium item?
  385. Effect = "armour", -- You can put "armour" | "stamina" | "stress"
  386. Item = "opium-bad-ql", -- Item to smoke and give effects
  387. ProgressbarLabel = "Smoking opium..", -- Label on progressBars when smoking
  388. ProgressbarTime = 5000, -- Time on progressBars when smoking
  389. },
  390. }
  391.  
  392.  
  393. --//////
  394. -- Language
  395. --//////
  396.  
  397. Config["Language"] = {
  398. ["General"] = {
  399. ["Notifications"] = {
  400. ["JobRequired"] = "You can't do this.",
  401. ["Failed"] = "You failed.",
  402. ["SemNecessario"] = "You don't have what you need.",
  403. ["SemTesoura"] = "You don't have scissors with you.",
  404. ["SemTesouras"] = "You don't have enough scissors.",
  405. ["SemSaco"] = "You don't have bags with you.",
  406. ["SemSacos"] = "You don't have enough bags.",
  407. }
  408. },
  409. ["Weed"] = {
  410. ["Notifications"] = {
  411. ["PickWeedSucess"] = "Successfully harvested weed leaf.",
  412. ["CanceledWeed"] = "Canceled.",
  413. ["SemWeed"] = "You don't have weed with you.",
  414. ["SemWeed"] = "Not enough weed.",
  415. },
  416. ["Targets"] = {
  417. ["CutPlant"] = "Cut Plant",
  418. ["IconCutPlant"] = "fas fa-car",
  419. ["ProcessWeed"] = "Talk to Raimundo",
  420. ["IconProcessWeed"] = "fas fa-male",
  421. ["PackageWeed"] = "Talk to zé",
  422. ["IconPackageWeed"] = "fas fa-male",
  423. },
  424. ["ProgressBars"] = {
  425. ["PickingWeed"] = "Picking weed...",
  426. ["ProcessingWeed"] = "Processing the weed...",
  427. ["PackageWeed"] = "Packing the weed...",
  428. },
  429. ["QBMenu"] = {
  430. -- Process
  431. ["ProcessWeedTitle"] = "Process Weed",
  432. ["ProcessWeedLowQuallity"] = "Process Low Quality Weed",
  433. ["RequiredWeedLowQuallity"] = "Required: <br> 1x Low Quality Weed",
  434. ["ProcessWeedMedQuallity"] = "Process Medium Quality Weed",
  435. ["RequiredWeedMedQuallity"] = "Required: <br> 1x Medium Quality Weed",
  436. ["ProcessWeedMaxQuallity"] = "Process High Quality Weed",
  437. ["RequiredWeedMaxQuallity"] = "Required: <br> 1x High Quality Weed",
  438. -- Packaged
  439. ["PackageWeedTitle"] = "Pack Weed",
  440. ["PackageWeedLowQuallity"] = "Packing Low Quality Weed",
  441. ["PackageWeedLowQuallity2"] = "Required: <br> 1x Low Quality Weed Leaves",
  442. ["PackageWeedMedQuallity"] = "Packing Medium Quality Weed Leaves",
  443. ["PackageWeedMedQuallity2"] = "Required: <br> 1x Medium Quality Weed Leaves",
  444. ["PackageWeedMaxQuallity"] = "Packing High Quality Weed Leaves",
  445. ["PackageWeedMaxQuallity2"] = "Required: <br> 1x High Quality Weed Leaves",
  446. }
  447. },
  448. ["Coke"] = {
  449. ["Notifications"] = {
  450. ["PickCokeSucess"] = "Successfully harvested cocaine leaf.",
  451. ["CanceledCoke"] = "Canceled.",
  452. ["SemCoke"] = "You don't have cocaine with you.",
  453. ["SemCokes"] = "Not enough cocaine.",
  454. },
  455. ["Targets"] = {
  456. ["CutPlant"] = "Cut Plant",
  457. ["IconCutPlant"] = "fas fa-seedling",
  458. ["ProcessCoke"] = "Talk to Raimundo",
  459. ["IconProcessCoke"] = "fas fa-male",
  460. ["PackageCoke"] = "Talk to Zé",
  461. ["IconPackageCoke"] = "fas fa-male",
  462. },
  463. ["ProgressBars"] = {
  464. ["PickingCoke"] = "Taking cocaine...",
  465. ["ProcessingCoke"] = "Processing cocaine...",
  466. ["PackageCoke"] = "Packing cocaine...",
  467. },
  468. ["QBMenu"] = {
  469. ["ProcessCokeTitle"] = "Process Cocaine",
  470. ["ProcessCokeLowQuallity"] = "Process Low Quality Cocaine",
  471. ["RequiredCokeLowQuallity"] = "Required: <br> 1x Low Quality Cocaine",
  472. ["ProcessCokeMedQuallity"] = "Processar Cocaína Média Qualidade",
  473. ["RequiredCokeMedQuallity"] = "Required: <br> 1x Medium Quality Cocaine",
  474. ["ProcessCokeMaxQuallity"] = "Processar Cocaína Alta Qualidade",
  475. ["RequiredCokeMaxQuallity"] = "Required: <br> 1x High Quality Cocaine",
  476. -- Packaged
  477. ["PackageCokeTitle"] = "Pack Cocaine",
  478. ["PackageCokeLowQuallity"] = "Packaging Low Quality Cocaine",
  479. ["PackageCokeLowQuallity2"] = "Required: <br> 1x Low Quality Cocaine Leaves",
  480. ["PackageCokeMedQuallity"] = "Pack Medium Quality Cocaine",
  481. ["PackageCokeMedQuallity2"] = "Required: <br> 1x Medium Quality Cocaine Leaves",
  482. ["PackageCokeMaxQuallity"] = "Pack High Quality Cocaine",
  483. ["PackageCokeMaxQuallity2"] = "Required: <br> 1x High Quality Cocaine Leaves",
  484.  
  485. }
  486. },
  487. ["Meth"] = {
  488. ["Notifications"] = {
  489. ["PickMethSucess"] = "Successfully harvested methamphetamine leaf.",
  490. ["CanceledMeth"] = "Canceled.",
  491. ["SemMeth"] = "You don't have meth on you.",
  492. ["SemMeths"] = "Not enough methamphetamines.",
  493. },
  494. ["Targets"] = {
  495. ["CutPlant"] = "Cut Plant",
  496. ["IconCutPlant"] = "fas fa-seedling",
  497. ["ProcessMeth"] = "Talk to Raimundo",
  498. ["IconProcessMeth"] = "fas fa-male",
  499. ["PackageMeth"] = "Talk to Zé",
  500. ["IconPackageMeth"] = "fas fa-male",
  501. },
  502. ["ProgressBars"] = {
  503. ["PickingMeth"] = "Taking methamphetamines...",
  504. ["ProcessingMeth"] = "Processing methamphetamine...",
  505. ["PackageMeth"] = "Packing the methamphetamines...",
  506. },
  507. ["QBMenu"] = {
  508. ["ProcessMethTitle"] = "Process Methamphetamines",
  509. ["ProcessMethLowQuallity"] = "Process Low Quality Methamphetamines",
  510. ["RequiredMethLowQuallity"] = "Required: <br> 1x Low Quality Methamphetamines",
  511. ["ProcessMethMedQuallity"] = "Processar Methamphetamines Medium Quality",
  512. ["RequiredMethMedQuallity"] = "Required: <br> 1x Medium Quality Methamphetamines",
  513. ["ProcessMethMaxQuallity"] = "Processar Methamphetamines Alta Qualidade",
  514. ["RequiredMethMaxQuallity"] = "Required: <br> 1x Medium High Methamphetamines",
  515. -- Packaged
  516. ["PackageMethTitle"] = "Pack Methamphetamine",
  517. ["PackageMethLowQuallity"] = "Packaging Low Quality Methamphetamine",
  518. ["PackageMethLowQuallity2"] = "Required: <br> 1x Low Quality Methamphetamine Leaves",
  519. ["PackageMethMedQuallity"] = "Pack Methamphetamine Medium Quality",
  520. ["PackageMethMedQuallity2"] = "Required: <br> 1x Medium Quality Methamphetamine Leaves",
  521. ["PackageMethMaxQuallity"] = "Pack High Quality Methamphetamine",
  522. ["PackageMethMaxQuallity2"] = "Required: <br> 1x High Quality Methamphetamine Leaves",
  523. }
  524. },
  525. ["Opium"] = {
  526. ["Notifications"] = {
  527. ["PickOpiumSucess"] = "Successfully harvested opium leaf.",
  528. ["CanceledOpium"] = "Canceled.",
  529. ["SemOpium"] = "You don't have opium with you.",
  530. ["SemOpiums"] = "Not enough opium.",
  531. },
  532. ["Targets"] = {
  533. ["CutPlant"] = "Cut Plant",
  534. ["IconCutPlant"] = "fas fa-car",
  535. ["ProcessOpium"] = "Talk to Raimundo",
  536. ["IconProcessOpium"] = "fas fa-male",
  537. ["PackageOpium"] = "Talk to Zé",
  538. ["IconPackageOpium"] = "fas fa-male",
  539. },
  540. ["ProgressBars"] = {
  541. ["PickingOpium"] = "Picking up opium...",
  542. ["ProcessingOpium"] = "Processing the opium...",
  543. ["PackageOpium"] = "Packing the opium...",
  544. },
  545. ["QBMenu"] = {
  546. ["ProcessOpiumTitle"] = "Process Opium",
  547. ["ProcessOpiumLowQuallity"] = "Process Opium Low Quality",
  548. ["RequiredOpiumLowQuallity"] = "Required: <br> 1x Low Quality Opium",
  549. ["ProcessOpiumMedQuallity"] = "Process Opium Medium Quality",
  550. ["RequiredOpiumMedQuallity"] = "Required: <br> 1x Medium Quality Opium",
  551. ["ProcessOpiumMaxQuallity"] = "Process Opium High Quality",
  552. ["RequiredOpiumMaxQuallity"] = "Required: <br> 1x High Quality Opium",
  553. -- Packaged
  554. ["PackageOpiumTitle"] = "Pack Opium",
  555. ["PackageOpiumLowQuallity"] = "Packaging Low Quality Opium",
  556. ["PackageOpiumLowQuallity2"] = "Required: <br> 1x Low Quality Opium Leaves",
  557. ["PackageOpiumMedQuallity"] = "Packaging Medium Quality Opium",
  558. ["PackageOpiumMedQuallity2"] = "Required: <br> 1x Medium Quality Opium Leaves",
  559. ["PackageOpiumMaxQuallity"] = "Pack High Quality Opium",
  560. ["PackageOpiumMaxQuallity2"] = "Required: <br> 1x High Quality Opium Leaves",
  561. }
  562. },
  563. }
  564.  
Add Comment
Please, Sign In to add comment