eddyz27

test

Aug 31st, 2019
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.63 KB | None | 0 0
  1. {
  2. name="Sandy Sheetz Currency Generator", -- menu name
  3. -- permission = "harvest.water_bottle", -- you can add a permission
  4. r=0,g=125,b=255, -- color
  5. max_units=1000,
  6. units_per_minute=10,
  7. x=1126.499633789,y=-3197.0380859375,z=-39.665729522706, -- pos
  8. radius=5, height=1.5, -- area
  9. recipes = {
  10. ["Printing Money"] = { -- action name
  11. description="Print Some Crisp DollaDollaBills", -- action description
  12. in_money=0, -- money taken per unit
  13. out_money=450, -- money earned per unit
  14. reagents={}, -- items taken per unit
  15. products={ -- items given per unit
  16. ["cfmoney"] = 1
  17. }
  18. }
  19. }
  20. },
  21. {
  22. name="Bill and Dave's Weed Farm", -- menu name
  23. -- permission = "harvest.water_bottle", -- you can add a permission
  24. r=0,g=125,b=255, -- color
  25. max_units=1000,
  26. units_per_minute=10,
  27. x=1057.8674316406,y=-3197.1147460938,z=-39.128108978272, -- pos
  28. radius=5, height=1.5, -- area
  29. recipes = {
  30. ["Harvesting Weed"] = { -- action name
  31. description="Welcome to Bill and Dave's Grow OP! Feel free to help trim some buds! Well pay you in cash and tree!", -- action description
  32. in_money=0, -- money taken per unit
  33. out_money=50, -- money earned per unit
  34. reagents={}, -- items taken per unit
  35. products={ -- items given per unit
  36. ["Fweed"] = 1
  37. },
  38. }
  39. }
  40. },
  41. {
  42. name="Harvest Rye Fungus", -- menu name
  43. -- permission = "harvest.water_bottle", -- you can add a permission
  44. r=0,g=125,b=255, -- color
  45. max_units=1000,
  46. units_per_minute=10,
  47. x=2555.111328125,y=4142.6171875,z=38.494895935058, -- pos
  48. radius=5, height=1.5, -- area
  49. recipes = {
  50. ["Harvesting"] = { -- action name
  51. description="Harvest this to use in the Synthesization of LSD", -- action description
  52. in_money=0, -- money taken per unit
  53. out_money=0, -- money earned per unit
  54. reagents={}, -- items taken per unit
  55. products={ -- items given per unit
  56. ["ryef"] = 1
  57. },
  58. }
  59. }
  60. },
  61. {
  62. name="Harvest Rye Fungus.", -- menu name
  63. -- permission = "harvest.water_bottle", -- you can add a permission
  64. r=0,g=125,b=255, -- color
  65. max_units=1000,
  66. units_per_minute=10,
  67. x=1901.0013427734,y=3643.1496582032,z=34.090320587158, -- pos
  68. radius=5, height=1.5, -- area
  69. recipes = {
  70. ["Harvesting"] = { -- action name
  71. description="Harvest this to use in the Synthesization of LSD", -- action description
  72. in_money=0, -- money taken per unit
  73. out_money=0, -- money earned per unit
  74. reagents={}, -- items taken per unit
  75. products={ -- items given per unit
  76. ["ryef"] = 1
  77. },
  78. }
  79. }
  80. },
  81. {
  82. name="Tyler", -- menu name
  83. -- permission = "harvest.water_bottle", -- you can add a permission
  84. r=0,g=125,b=255, -- color
  85. max_units=50,
  86. units_per_minute=5,
  87. x=1859.4025878906,y=3852.3959960938,z=33.028652191162, -- pos
  88. radius=5, height=1.5, -- area
  89. recipes = {
  90. ["Selling Tyler Sid"] = {
  91. description="Hey thanks for bringing by these tabs.....HOLY SHIT DO YOU SEE THAT ELEPHANT?!? *He Grabs the tabs, throws the money at you and slams the door...you walk away...puzzled..", -- action description
  92. in_money=0, -- money taken per unit
  93. out_money=350, -- money earned per unit
  94. reagents={
  95. ["lsd"] = 1}, -- items taken per unit
  96. products={ -- items given per unit
  97. }
  98. }
  99. }
  100. },
  101. {
  102. name="Rapheale", -- menu name
  103. -- permission = "harvest.water_bottle", -- you can add a permission
  104. r=0,g=125,b=255, -- color
  105. max_units=50,
  106. units_per_minute=5,
  107. x=1722.5209960938,y=3695.9375,z=34.442878723144, -- pos
  108. radius=5, height=1.5, -- area
  109. recipes = {
  110. ["Selling Sid"] = {
  111. description="Rapheal opens the door, he stares at you blankly with dinner plate pupils. He doesnt say anything, just reaches for the sid, you grab the money and he slowly walks backward into the house. Slowly shutting the door keeping eye contact until it locks shut...", -- action description
  112. in_money=0, -- money taken per unit
  113. out_money=450, -- money earned per unit
  114. reagents={
  115. ["lsd"] = 1}, -- items taken per unit
  116. products={ -- items given per unit
  117. }
  118. }
  119. }
  120. },
  121. {
  122. name="Trevor", -- menu name
  123. -- permission = "harvest.water_bottle", -- you can add a permission
  124. r=0,g=125,b=255, -- color
  125. max_units=50,
  126. units_per_minute=5,
  127. x=1972.6060,y=3817.0440,z=33.4363, -- pos
  128. radius=5, height=1.5, -- area
  129. recipes = {
  130. ["Selling Trevor weed."] = {
  131. description="WOOO-WEEE that smells like some dankity dank! Here, take the money and get the hell of my porch before someone sees you!", -- action description
  132. in_money=0, -- money taken per unit
  133. out_money=250, -- money earned per unit
  134. reagents={
  135. ["Cweed"] = 1}, -- items taken per unit
  136. products={ -- items given per unit
  137. }
  138. }
  139. }
  140. },
  141. {
  142. name="Synthesize LSD", -- near coca
  143. -- permission = "harvest.water_bottle", -- you can add a permission
  144. r=0,g=125,b=255, -- color
  145. max_units=50,
  146. units_per_minute=5,
  147. x=1010.9295043946,y=-3196.8081054688,z=-38.99312210083, -- pos
  148. radius=5, height=1.5, -- area
  149. recipes = {
  150. ["Synthesizing Harness"] = { -- action name
  151. description="Craft LSD harness", -- action description
  152. in_money=0, -- money taken per unit
  153. out_money=0, -- money earned per unit
  154. reagents={ ["ryef"] = 1}, -- items taken per unit
  155. products={ -- items given per unit
  156. ["harness"] = 1
  157. },
  158. aptitudes={ -- "group.aptitude", give 1 exp per unit
  159. ["science.chemicals"] = 3
  160. }
  161. }
  162. }
  163. },
  164. {
  165. name="Grapeseed Grapefield", -- near coca
  166. -- permission = "harvest.water_bottle", -- you can add a permission
  167. r=0,g=125,b=255, -- color
  168. max_units=50,
  169. units_per_minute=5,
  170. x=1832.612915039,y=4993.2963867188,z=53.3053855896, -- pos
  171. radius=5, height=1.5, -- area
  172. recipes = {
  173. ["Gathering Grapes"] = { -- action name
  174. description="Gather some Grapes.", -- action description
  175. in_money=0, -- money taken per unit
  176. out_money=0, -- money earned per unit
  177. reagents={}, -- items taken per unit
  178. products={ -- items given per unit
  179. ["grapes"] = 1
  180. },
  181. }
  182. }
  183. },
  184. {
  185. name="Grapeseed Grapefield", -- below coca 1
  186. -- permission = "harvest.water_bottle", -- you can add a permission
  187. r=0,g=125,b=255, -- color
  188. max_units=50,
  189. units_per_minute=5,
  190. x=1999.0938720704,y=4820.630859375,z=42.907543182374, -- pos
  191. radius=5, height=1.5, -- area
  192. recipes = {
  193. ["Gathering Grapes"] = { -- action name
  194. description="Gather some Grapes.", -- action description
  195. in_money=0, -- money taken per unit
  196. out_money=0, -- money earned per unit
  197. reagents={}, -- items taken per unit
  198. products={ -- items given per unit
  199. ["grapes"] = 1
  200. },
  201. }
  202. }
  203. },
  204. {
  205. name="Grapeseed Grapefield", -- below coca 2
  206. -- permission = "harvest.water_bottle", -- you can add a permission
  207. r=0,g=125,b=255, -- color
  208. max_units=50,
  209. units_per_minute=5,
  210. x=1993.9053955078,y=4815.8344726562,z=42.90699005127, -- pos
  211. radius=5, height=1.5, -- area
  212. recipes = {
  213. ["Gathering Grapes"] = { -- action name
  214. description="Gather some Grapes.", -- action description
  215. in_money=0, -- money taken per unit
  216. out_money=0, -- money earned per unit
  217. reagents={}, -- items taken per unit
  218. products={ -- items given per unit
  219. ["grapes"] = 1
  220. }
  221. }
  222. }
  223. },
  224. {
  225. name="Grapeseed Grapefield", -- below coca 3
  226. -- permission = "harvest.water_bottle", -- you can add a permission
  227. r=0,g=125,b=255, -- color
  228. max_units=50,
  229. units_per_minute=5,
  230. x=1984.4794921875,y=4808.3032226562,z=42.803382873536, -- pos
  231. radius=5, height=1.5, -- area
  232. recipes = {
  233. ["Gathering Grapes"] = { -- action name
  234. description="Gather some Grapes.", -- action description
  235. in_money=0, -- money taken per unit
  236. out_money=0, -- money earned per unit
  237. reagents={}, -- items taken per unit
  238. products={ -- items given per unit
  239. ["grapes"] = 1
  240. }
  241. }
  242. }
  243. },
  244. {
  245. name="Sandy Shores Mashery", -- menu name
  246. -- permission = "harvest.water_bottle", -- you can add a permission
  247. r=0,g=0,b=255, -- color
  248. max_units=100,
  249. units_per_minute=5,
  250. x=2447.6918945312,y=4054.9616699218,z=38.064712524414, -- pos
  251. radius=5, height=1.5, -- area
  252. recipes = {
  253. ["Mashing Grapes."] = {
  254. description="Mash up some grapes to make a slurry you can ferment.", -- action description
  255. in_money=0, -- money taken per unit
  256. out_money=0, -- money earned per unit
  257. reagents={
  258. ["grapes"] = 2
  259. },
  260. products={ -- items given per unit
  261. ["slurry"] = 1
  262. }
  263. }
  264. }
  265. },
  266. {
  267. name="Senora Winery", -- menu name
  268. -- permission = "harvest.water_bottle", -- you can add a permission
  269. r=0,g=0,b=255, -- color
  270. max_units=100,
  271. units_per_minute=10,
  272. x=2891.4287109375,y=4391.7348632812,z=49.9, -- pos
  273. radius=5, height=1.5, -- area
  274. recipes = {
  275. ["Fermenting wine."] = {
  276. description="Fermeant that chuky slurry into the smoothest wine in town.", -- action description
  277. in_money=0, -- money taken per unit
  278. out_money=0, -- money earned per unit
  279. reagents={
  280. ["slurry"] = 1
  281. },
  282. products={ -- items given per unit
  283. ["wine"] = 1
  284. }
  285. }
  286. }
  287. },
  288. {
  289. name="Sandy Shores Convenience Delivery", -- menu name
  290. -- permission = "harvest.water_bottle", -- you can add a permission
  291. r=0,g=0,b=255, -- color
  292. max_units=100,
  293. units_per_minute=10,
  294. x=1411.5153808594,y=3612.2834472656,z=34.92008972168, -- pos
  295. radius=3, height=1.5, -- area
  296. recipes = {
  297. ["Deliver Wine"] = {
  298. description="Drop off your fine wine here!", -- action description
  299. in_money=0, -- money taken per unit
  300. out_money=500, -- money earned per unit
  301. reagents={
  302. ["wine"] = 1}, -- items taken per unit
  303. products={ -- items given per unit
  304. }
  305. }
  306. }
  307. },
  308. {
  309. name="Paleto Liqour Store", -- menu name
  310. -- permission = "harvest.water_bottle", -- you can add a permission
  311. r=0,g=0,b=255, -- color
  312. max_units=100,
  313. units_per_minute=10,
  314. x=-155.4204711914,y=6327.1489257812,z=31.580827713012, -- pos
  315. radius=3, height=1.5, -- area
  316. recipes = {
  317. ["Deliver Wine"] = {
  318. description="Drop off your fine wine here!", -- action description
  319. in_money=0, -- money taken per unit
  320. out_money=800, -- money earned per unit
  321. reagents={
  322. ["wine"] = 1}, -- items taken per unit
  323. products={ -- items given per unit
  324. }
  325. }
  326. }
  327. },
  328. {
  329. name="Grapeseed Farmers' Market", -- menu name
  330. -- permission = "harvest.water_bottle", -- you can add a permission
  331. r=0,g=0,b=255, -- color
  332. max_units=100,
  333. units_per_minute=10,
  334. x=1792.2985839844,y=4593.1279296875,z=37.68291091919, -- pos
  335. radius=3, height=1.5, -- area
  336. recipes = {
  337. ["Deliver Grapes"] = {
  338. description="Drop off your fresh picked grapes here!", -- action description
  339. in_money=0, -- money taken per unit
  340. out_money=200, -- money earned per unit
  341. reagents={
  342. ["grapes"] = 1}, -- items taken per unit
  343. products={ -- items given per unit
  344. }
  345. }
  346. }
  347. },
  348. {
  349. name="Meth Lab", -- menu name
  350. -- permission = "harvest.water_bottle", -- you can add a permission
  351. r=0,g=0,b=255, -- color
  352. max_units=100,
  353. units_per_minute=10,
  354. x=1390.90356445313,y=3604.98876953125,z=39.5187873840332, -- pos
  355. radius=5, height=1.5, -- area
  356. recipes = {
  357. ["Cooking meth."] = {
  358. description="Cook up some crank! You can make meth by using 2 pills and 1 water bottle. You can sell this to people in SandyShores, or you can be a bit risky and drive up to grapeseed and get a little more cash!", -- action description
  359. in_money=0, -- money taken per unit
  360. out_money=0, -- money earned per unit
  361. reagents={
  362. ["water"] = 1,
  363. ["pills"] = 2
  364. },
  365. products={ -- items given per unit
  366. ["meth"] = 1
  367. }
  368. }
  369. }
  370. },
  371. {
  372. name="Meth Lab", -- menu name
  373. -- permission = "harvest.water_bottle", -- you can add a permission
  374. r=0,g=0,b=255, -- color
  375. max_units=100,
  376. units_per_minute=10,
  377. x=1003.8613891602,y=-3200.1921386718,z=-38.99312210083, -- pos
  378. radius=2, height=1.5, -- area
  379. recipes = {
  380. ["Cooking meth."] = {
  381. description="Cook up some crank! You can make meth by using 2 pills and 1 water bottle. You can sell this to people in SandyShores, or you can be a bit risky and drive up to grapeseed and get a little more cash!", -- action description
  382. in_money=0, -- money taken per unit
  383. out_money=0, -- money earned per unit
  384. reagents={
  385. ["water"] = 1,
  386. ["pills"] = 2
  387. },
  388. products={ -- items given per unit
  389. ["meth"] = 1
  390. }
  391. }
  392. }
  393. },
  394. {
  395. name="Buddy Bilkinson", -- menu name
  396. -- permission = "harvest.water_bottle", -- you can add a permission
  397. r=0,g=0,b=255, -- color
  398. max_units=10,
  399. units_per_minute=5,
  400. x=917.44775390625,y=3657.01586914063,z=31, -- pos
  401. radius=3, height=1.5, -- area
  402. recipes = {
  403. ["Tossing some crank Buddy's way"] = {
  404. description="*Hey buddy!* I'm not your buddy, guy.. *uh ok* You slowly swap the cash for drugs, but not without wondering...how much fucking meth has this guy done?!", -- action description
  405. in_money=0, -- money taken per unit
  406. out_money=325, -- money earned per unit
  407. reagents={
  408. ["meth"] = 1}, -- items taken per unit
  409. products={ -- items given per unit
  410. }
  411. }
  412. }
  413. },
  414. {
  415. name="SandyShores Quarry and Explosive Testing Facility", -- menu name
  416. -- permission = "harvest.water_bottle", -- you can add a permission
  417. r=0,g=0,b=255, -- color
  418. max_units=50,
  419. units_per_minute=5,
  420. x=2949.0947265625,y=2793.48974609375,z=38.6, -- pos
  421. radius=30, height=3, -- area
  422. recipes = {
  423. ["Mine some shit"] = {
  424. description="Hey! Welcome to the SSQETF, you're free to mine what you want and blow shit up too! Just.. don't blow up the boss' car... You can process your minerals for a nominal fee at the processing facility on site. Or you can transport it to the SandyShores Airfield and export the raw materials.", -- action description
  425. in_money=0, -- money taken per unit
  426. out_money=0, -- money earned per unit
  427. reagents={}, -- items taken per unit
  428. products={
  429. ["rawminerals"] = 1
  430. }
  431. }
  432. }
  433. },
  434. {
  435. name="You Tool Warehouse", -- menu name
  436. r=255,g=125,b=0, -- color
  437. max_units=50,
  438. units_per_minute=5,
  439. x=2752.1423339844,y=3470.2758789062,z=55.7239112854,
  440. radius=4, height=1.0, -- area
  441. recipes = {
  442. ["Sell Steel"] = { -- action name
  443. description="Sell Steel from the Quarry.", -- action description`
  444. in_money=0, -- money taken per unit
  445. out_money=350, -- money earned per unit
  446. reagents={
  447. ["steel"] = 1
  448. }, -- items taken per unit
  449. products={
  450. }, -- items given per unit
  451. aptitudes={} -- optional
  452. },
  453. ["Sell Copper"] = { -- action name
  454. description="Sell Copper.", -- action description`
  455. in_money=0, -- money taken per unit
  456. out_money=275, -- money earned per unit
  457. reagents={
  458. ["copper"] = 1
  459. }, -- items taken per unit
  460. products={
  461. }, -- items given per unit
  462. aptitudes={} -- optional
  463. },
  464. }
  465. },
  466. {
  467. name="Tony Montana", -- youtool
  468. -- permission = "harvest.water_bottle", -- you can add a permission
  469. r=0,g=0,b=255, -- color
  470. max_units=50,
  471. units_per_minute=5,
  472. x=374.999053955078,y=3581.87915039063,z=33.2922668457031, -- pos
  473. radius=4, height=3, -- area
  474. recipes = {
  475. ["Sell Tony some Coke."] = {
  476. description="Say hello, to my little friend...Benjamin Franklin", -- action description
  477. in_money=0, -- money taken per unit
  478. out_money=570, -- money earned per unit
  479. reagents={
  480. ["coke"] = 1}, -- items taken per unit
  481. products={
  482. }
  483. }
  484. }
  485. },
  486. {
  487. name="Coca Farm", -- cocafarm
  488. -- permission = "harvest.water_bottle", -- you can add a permission
  489. r=0,g=0,b=255, -- color
  490. max_units=100,
  491. units_per_minute=5,
  492. x=1830.41247558594,y=5048.10693359375,z=58.45, -- pos
  493. radius=4, height=3, -- area
  494. recipes = {
  495. ["Harvesting Coca Plants."] = {
  496. description="The first step into becoming a druglord, start you cocaine quest here!", -- action description
  497. in_money=0, -- money taken per unit
  498. out_money=0, -- money earned per unit
  499. reagents={
  500. ["water"] = 1}, -- items taken per unit
  501. products={
  502. ["cocaplant"] = 2
  503. }
  504. }
  505. }
  506. },
  507. {
  508. name="Coca Plant Processing", -- get leaves
  509. -- permission = "harvest.water_bottle", -- you can add a permission
  510. r=0,g=0,b=255, -- color
  511. max_units=100,
  512. units_per_minute=5,
  513. x=2016.47216796875,y=4987.2939453125,z=41.99, -- pos
  514. radius=4, height=3, -- area
  515. recipes = {
  516. ["Trim Coca Leaves."] = {
  517. description="Combine these with a solvent to create cocapaste!", -- action description
  518. in_money=25, -- money taken per unit
  519. out_money=0, -- money earned per unit
  520. reagents={
  521. ["cocaplant"] = 1}, -- items taken per unit
  522. products={
  523. ["cocaleaf"] = 4
  524. }
  525. }
  526. }
  527. },
  528. {
  529. name="Coca Paste Production", -- get leaves
  530. -- permission = "harvest.water_bottle", -- you can add a permission
  531. r=0,g=0,b=255, -- color
  532. max_units=100,
  533. units_per_minute=5,
  534. x=1951.66394042969,y=4651.41357421875,z=40.4, -- pos
  535. radius=4, height=3, -- area
  536. recipes = {
  537. ["Make Coca Paste"] = {
  538. description="Combine 4 leaves and 1 diesel to create cocapaste! You can then take the paste to be dried in to cocaine!", -- action description
  539. in_money=0, -- money taken per unit
  540. out_money=0, -- money earned per unit
  541. reagents={
  542. ["cocaleaf"] = 4,
  543. ["diesel"] =1}, -- items taken per unit
  544. products={
  545. ["cocapaste"] = 2
  546. }
  547. }
  548. }
  549. },
  550. {
  551. name="Coca Paste Drying", -- get coke
  552. -- permission = "harvest.water_bottle", -- you can add a permission
  553. r=0,g=0,b=255, -- color
  554. max_units=100,
  555. units_per_minute=5,
  556. x=1093.2293701172,y=-3197.0505371094,z=-38.993469238282, -- pos
  557. radius=4, height=3, -- area
  558. recipes = {
  559. ["Dry your paste"] = {
  560. description="Turn your nasty paste into some of the finest San Andreas bam bam around. Don't get caught with it!", -- action description
  561. in_money=0, -- money taken per unit
  562. out_money=700, -- money earned per unit
  563. reagents={
  564. ["cocapaste"] = 2}, -- items taken per unit
  565. products={
  566. ["coke"] = 1
  567. },
  568. aptitudes={ -- optional
  569. ["laboratory.cocaine"] = 1.5, -- "group.aptitude", give 1 exp per unit
  570. ["science.chemicals"] = 3
  571. }
  572. }
  573. }
  574. },
  575. {
  576. name="Fishing", -- FishEast
  577. -- permission = "harvest.water_bottle", -- you can add a permission
  578. r=0,g=0,b=255, -- color
  579. max_units=100,
  580. units_per_minute=5,
  581. x=1919.61706542969,y=4274.18115234375,z=30.8, -- pos
  582. radius=25, height=5, -- area
  583. recipes = {
  584. ["Go Fishing"] = {
  585. description="Catch some San Andreas Salmon, small mouth bass, or trout! Take them to be cleaned and packaged and then sell them at the fish market!", -- action description
  586. in_money=0, -- money taken per unit
  587. out_money=0, -- money earned per unit
  588. reagents={
  589. ["bait"] = 1}, -- items taken per unit
  590. products={
  591. ["fish"] = 1
  592. }
  593. }
  594. }
  595. },
  596. {
  597. name="Fishing", -- FishNorth
  598. -- permission = "harvest.water_bottle", -- you can add a permission
  599. r=0,g=0,b=255, -- color
  600. max_units=100,
  601. units_per_minute=5,
  602. x=973.925109863281,y=4240.552734375,z=29.9, -- pos
  603. radius=25, height=6, -- area
  604. recipes = {
  605. ["Go Fishing"] = {
  606. description="Catch some San Andreas Salmon, small mouth bass, or trout! Take them to be cleaned and packaged and then sell them at the fish market!", -- action description
  607. in_money=0, -- money taken per unit
  608. out_money=0, -- money earned per unit
  609. reagents={
  610. ["bait"] = 1}, -- items taken per unit
  611. products={
  612. ["fish"] = 1
  613. }
  614. }
  615. }
  616. },
  617. {
  618. name="Fishing", -- FishWest
  619. -- permission = "harvest.water_bottle", -- you can add a permission
  620. r=0,g=0,b=255, -- color
  621. max_units=100,
  622. units_per_minute=5,
  623. x=133.917770385742,y=4101.33544921875,z=28.5, -- pos
  624. radius=25, height=7, -- area
  625. recipes = {
  626. ["Go Fishing"] = {
  627. description="Catch some San Andreas Salmon, small mouth bass, or trout! Take them to be cleaned and packaged and then sell them at the fish market!", -- action description
  628. in_money=0, -- money taken per unit
  629. out_money=0, -- money earned per unit
  630. reagents={
  631. ["bait"] = 1}, -- items taken per unit
  632. products={
  633. ["fish"] = 1
  634. }
  635. }
  636. }
  637. },
  638. -- {
  639. -- name="Fish Cleaner", -- FishProcess
  640. -- -- permission = "harvest.water_bottle", -- you can add a permission
  641. -- r=0,g=0,b=255, -- color
  642. -- max_units=100,
  643. -- units_per_minute=5,
  644. -- x=557.1025390625,y=2676.30395507813,z=41.9, -- pos
  645. -- radius=5, height=7, -- area
  646. -- recipes = {
  647. -- ["Process your fish."] = {
  648. -- description="Welcome to the Blaine County Fish Market! Got some fresh fish for us? Let us clean and pack it up for ya!", -- action description
  649. -- in_money=25, -- money taken per unit
  650. -- out_money=0, -- money earned per unit
  651. -- reagents={
  652. -- ["fish"] = 1}, -- items taken per unit
  653. -- products={
  654. -- ["packagedfish"] = 1
  655. -- }
  656. -- }
  657. -- }
  658. -- },
  659. {
  660. name="Dry your buds!", -- get CWeed
  661. -- permission = "harvest.water_bottle", -- you can add a permission
  662. r=0,g=0,b=255, -- color
  663. max_units=100,
  664. units_per_minute=5,
  665. x=1037.5244140625,y=-3205.357421875,z=-38.170234680176, -- pos
  666. radius=4, height=3, -- area
  667. recipes = {
  668. ["Dry your buds."] = {
  669. description="Dry that sticky icky right here. End up with the best damn tree you've ever laid eyes on!", -- action description
  670. in_money=15, -- money taken per unit
  671. out_money=0, -- money earned per unit
  672. reagents={
  673. ["Fweed"] = 1}, -- items taken per unit
  674. products={
  675. ["Cweed"] = 1
  676. }
  677. }
  678. }
  679. },
  680. {
  681. name="Dry your buds!", -- get CWeed
  682. -- permission = "harvest.water_bottle", -- you can add a permission
  683. r=0,g=0,b=255, -- color
  684. max_units=100,
  685. units_per_minute=5,
  686. x=726.69677734375,y=4169.240234375,z=40.7091903686523, -- pos
  687. radius=4, height=3, -- area
  688. recipes = {
  689. ["Dry your buds."] = {
  690. description="Dry your Fresh Weed Here!", -- action description
  691. in_money=15, -- money taken per unit
  692. out_money=0, -- money earned per unit
  693. reagents={
  694. ["Fweed"] = 1}, -- items taken per unit
  695. products={
  696. ["Cweed"] = 1
  697. }
  698. }
  699. }
  700. },
  701. {
  702. name="Rick Sanchez", -- weedbuy
  703. -- permission = "harvest.water_bottle", -- you can add a permission
  704. r=0,g=0,b=255, -- color
  705. max_units=50,
  706. units_per_minute=5,
  707. x=1652.5546875,y=4867.71142578125,z=42.0056381225586, -- pos
  708. radius=4, height=3, -- area
  709. recipes = {
  710. ["Sell Rick some weed."] = {
  711. description="Hey you *buuuuurp* got that goog goo-*urp*-ood? I need some to help mellow out Morty's constant *burrp* anxiousness. Just remember, GRAAAAAAS Tastes bad!.", -- action description
  712. in_money=0, -- money taken per unit
  713. out_money=310, -- money earned per unit
  714. reagents={
  715. ["Cweed"] = 1}, -- items taken per unit
  716. products={
  717. }
  718. }
  719. }
  720. },
  721. {
  722. name="John M.", -- weedbuy
  723. -- permission = "harvest.water_bottle", -- you can add a permission
  724. r=0,g=255,b=0, -- color
  725. max_units=50,
  726. units_per_minute=5,
  727. x=-27.5262718200684,y=6597.38427734375,z=31.8606796264648, -- pos
  728. radius=4, height=3, -- area
  729. recipes = {
  730. ["Sell John some weed."] = {
  731. description="Howdy partn'r. Im looking for that good ol' San An Tumbleweed. Got any for me?", -- action description
  732. in_money=0, -- money taken per unit
  733. out_money=475, -- money earned per unit
  734. reagents={
  735. ["Cweed"] = 1}, -- items taken per unit
  736. products={
  737. }
  738. }
  739. }
  740. },
  741. {
  742. name="Milton", -- weedbuy
  743. -- permission = "harvest.water_bottle", -- you can add a permission
  744. r=0,g=255,b=0, -- color
  745. max_units=50,
  746. units_per_minute=5,
  747. x=-1079.19702148438,y=4935.98779296875,z=229.22184753418, -- pos
  748. radius=4, height=3, -- area
  749. recipes = {
  750. ["Sell Milton weed."] = {
  751. description="Awwwww mannnnnnn, thanks for brining this up here..*hit hit* awww thats the stuff. Alright, Im ready to fly! *before you can react the guy jumps off the watertower with a joint in his mouth. A few moments later hobbles back up to the top and says* Damn, maybe I gotta smoke more.", -- action description
  752. in_money=0, -- money taken per unit
  753. out_money=650, -- money earned per unit
  754. reagents={
  755. ["Cweed"] = 1}, -- items taken per unit
  756. products={
  757. }
  758. }
  759. }
  760. }, --1532.4548339844,3723.6252441406,34.678604125976
  761. {
  762. name="Bobby", -- weedbuy
  763. -- permission = "harvest.water_bottle", -- you can add a permission
  764. r=0,g=255,b=0, -- color
  765. max_units=50,
  766. units_per_minute=5,
  767. x=1532.4548339844,y=3723.6252441406,z=34.678604125976, -- pos
  768. radius=4, height=3, -- area
  769. recipes = {
  770. ["Sell Bobby weed."] = {
  771. description="Awwwww mannnnnnn, thanks for brining this over *hit hit* Sweeeeeeeeet dude, heres the dough, peace out!", -- action description
  772. in_money=0, -- money taken per unit
  773. out_money=550, -- money earned per unit
  774. reagents={
  775. ["Cweed"] = 1}, -- items taken per unit
  776. products={
  777. }
  778. }
  779. }
  780. },
  781. {
  782. name="Joey C's Export Dock", -- exportmin
  783. -- permission = "harvest.water_bottle", -- you can add a permission
  784. r=0,g=0,b=255, -- color
  785. max_units=50,
  786. units_per_minute=5,
  787. x=(-1592.4775390625),y=5203.22412109375,z=4.31009244918823, -- pos
  788. radius=4, height=3, -- area
  789. recipes = {
  790. ["Sell Raw Minerals."] = {
  791. description="Hey bud! Welcome to Joey C's Export Service! Thanks for driving out! Ill make sure our guys take care of you!", -- action description
  792. in_money=0, -- money taken per unit
  793. out_money=575, -- money earned per unit
  794. reagents={
  795. ["rawminerals"] = 1}, -- items taken per unit
  796. products={
  797. }
  798. }
  799. }
  800. },
  801. {
  802. name="Bill E. Jeans", -- cokebuy
  803. -- permission = "harvest.water_bottle", -- you can add a permission
  804. r=0,g=0,b=255, -- color
  805. max_units=50,
  806. units_per_minute=5,
  807. x=32.2294082641602,y=6595.552734375,z=32.470436096191, -- pos
  808. radius=3.5, height=3, -- area
  809. recipes = {
  810. ["Sell Bill some Coke."] = {
  811. description="Fucking A! Finally! Where have you been?!?! Gimmie gimmie gimmie!", -- action description
  812. in_money=0, -- money taken per unit
  813. out_money=400, -- money earned per unit
  814. reagents={
  815. ["coke"] = 1}, -- items taken per unit
  816. products={
  817. }
  818. }
  819. }
  820. },
  821. {
  822. name="Igor", -- cokebuy
  823. -- permission = "harvest.water_bottle", -- you can add a permission
  824. r=0,g=0,b=255, -- color
  825. max_units=50,
  826. units_per_minute=5,
  827. x=-1075.55529785156,y=4898.3544921875,z=214.271423339844, -- pos
  828. radius=3.5, height=3, -- area
  829. recipes = {
  830. ["Sell Igor Coke."] = {
  831. description="*You knock on the door, it slowly creeks open* Hey anyone here? *Next thing you know this guy rolls on the floor infront of you spouting something about Epsilon, tinfoil hats, and brain slugs. You ask for the money and he reaches down his pants and pulls out...what appears to be coins...money..gold...? Anyway, you pick it up witha tissue and get the hell outta there!*", -- action description
  832. in_money=0, -- money taken per unit
  833. out_money=750, -- money earned per unit
  834. reagents={
  835. ["cocke"] = 1}, -- items taken per unit
  836. products={
  837. }
  838. }
  839. }
  840. },
  841. -- {
  842. -- name="Mini Mart (SellFish)", -- sellfishsandy
  843. -- -- permission = "harvest.water_bottle", -- you can add a permission
  844. -- r=0,g=0,b=255, -- color
  845. -- max_units=50,
  846. -- units_per_minute=5,
  847. -- x=2659.1479492188,y=3262.3911132812,z=55.240516662598, -- pos
  848. -- radius=5, height=3, -- area
  849. -- recipes = {
  850. -- ["Sell packaged fish."] = {
  851. -- description="Hey thar! Oh sweet! A new shipment of crapfish, I mean, cat fish. Heres some money", -- action description
  852. -- in_money=0, -- money taken per unit
  853. -- out_money=300, -- money earned per unit
  854. -- reagents={
  855. -- ["packagedfish"] = 1}, -- items taken per unit
  856. -- products={
  857. -- }
  858. -- }
  859. -- }
  860. -- },
  861. -- {
  862. -- name="Paleto ShopN'Save (SellFish)", -- sellfishpaleto
  863. -- -- permission = "harvest.water_bottle", -- you can add a permission
  864. -- r=0,g=0,b=255, -- color
  865. -- max_units=50,
  866. -- units_per_minute=5,
  867. -- x=-56.4152412414551,y=6524.2001953125,z=31.4908466339111, -- pos
  868. -- radius=5, height=3, -- area
  869. -- recipes = {
  870. -- ["Sell packaged fish."] = {
  871. -- description="Dayyyyummmmmm look at dat bass", -- action description
  872. -- in_money=0, -- money taken per unit
  873. -- out_money=450, -- money earned per unit
  874. -- reagents={
  875. -- ["packagedfish"] = 1}, -- items taken per unit
  876. -- products={
  877. -- }
  878. -- }
  879. -- }
  880. -- },
  881. {
  882. name="Mike Hawk", -- menu name
  883. -- permission = "harvest.water_bottle", -- you can add a permission
  884. r=0,g=0,b=255, -- color
  885. max_units=10,
  886. units_per_minute=5,
  887. x=-160.36637878418,y=6432.0419921875,z=31.915901184082, -- pos
  888. radius=3, height=1.5, -- area
  889. recipes = {
  890. ["Sell Mike Meth."] = {
  891. description="*You walk in the door and see Mike Hawk hanging out. He says cash is on the table, you make the swap and walk out of there only to realize what just happened.*", -- action description
  892. in_money=0, -- money taken per unit
  893. out_money=500, -- money earned per unit
  894. reagents={
  895. ["meth"] = 1}, -- items taken per unit
  896. products={ -- items given per unit
  897. }
  898. }
  899. }
  900. },
  901. {
  902. name="Tracy Trapton", -- menu name
  903. -- permission = "harvest.water_bottle", -- you can add a permission
  904. r=0,g=0,b=255, -- color
  905. max_units=15,
  906. units_per_minute=5,
  907. x=1745.50549316406,y=3885.99584960938,z=34.6, -- pos
  908. radius=4, height=1.5, -- area
  909. recipes = {
  910. ["Sell Tracy Meth."] = {
  911. description="Hey boy, you'd better not short me again. IMA CUT YA. *immedietly turns around* No wait! Comeback, I have the money! See? All good? Now go'on, get! *you hastily walk away while making sure not to turn your back on this psycho*", -- action description
  912. in_money=0, -- money taken per unit
  913. out_money=600, -- money earned per unit
  914. reagents={
  915. ["meth"] = 1}, -- items taken per unit
  916. products={ -- items given per unit
  917. }
  918. }
  919. }
  920. },
  921. {
  922. name="Fishing", -- menu name
  923. permissions = {"mission.delivery.fish"}, -- you can add permissions
  924. r=0,g=125,b=255, -- color
  925. max_units=100000,
  926. units_per_minute=100000,
  927. x=743.19586181641,y=3895.3967285156,z=30.5,
  928. radius=3, height=1.5, -- area
  929. recipes = {
  930. ["Catch some Catfish"] = { -- action name
  931. description="Trying to catch some Catfish", -- action description
  932. in_money=0, -- money taken per unit
  933. out_money=0, -- money earned per unit
  934. reagents={}, -- items taken per unit
  935. products={ -- items given per unit
  936. ["catfish"] = 1
  937. }
  938. },
  939. ["Catch some Bass"] = { -- action name
  940. description="Trying to catch some Bass", -- action description
  941. in_money=0, -- money taken per unit
  942. out_money=0, -- money earned per unit
  943. reagents={}, -- items taken per unit
  944. products={ -- items given per unit
  945. ["bass"] = 1
  946. }
  947. }
  948. }
  949. },
  950. {
  951. name="Launder Money", -- menu name
  952. --permissions = {"mission.delivery.fish"}, -- you can add permissions
  953. r=0,g=125,b=0, -- color
  954. max_units=700,
  955. units_per_minute=100,
  956. x=1990.5209960938,y=3792.3071289062,z=32.180820465088,
  957. radius=3, height=1.5, -- area
  958. recipes = {
  959. ["Launder Counterfeits"] = { -- action name
  960. description="Swap out those fake 20's for a bit of a loss, but hey, free money", -- action description
  961. in_money=0, -- money taken per unit
  962. out_money=200, -- money earned per unit
  963. reagents={
  964. ["cfmoney"] = 1
  965. }, -- items taken per unit
  966. products={}
  967. },
  968. ["Launder Dirty Money"] = { -- action name
  969. description="Exchange that tracable cash from stores and banks for a bit of a fee", -- action description
  970. in_money=0, -- money taken per unit
  971. out_money=150, -- money earned per unit
  972. reagents={
  973. ["dirty_money"] = 1
  974. }, -- items taken per unit
  975. products={
  976.  
  977. }
  978. }
  979. }
  980. },
  981. -- {
  982. -- name="Search Warrants", -- menu name
  983. -- --permissions = {"mission.collect.trash"}, -- you can add permissions
  984. -- r=0,g=125,b=255, -- color
  985. -- max_units=1000,
  986. -- units_per_minute=10,
  987. -- x=142.52716064454,y=-742.22650146484,z=258.1519165039,
  988. -- radius=3, height=1.5, -- area
  989. -- recipes = {
  990. -- ["Getting warrants"] = { -- action name
  991. -- description="Get search warrants to search civilians cars and properties.", -- action description
  992. -- in_money=0, -- money taken per unit
  993. -- out_money=0, -- money earned per unit
  994. -- reagents={}, -- items taken per unit
  995. -- products={ -- items given per unit
  996. -- ["police_report"] = 1
  997. -- }
  998. -- }
  999. -- }
  1000. -- },
  1001. -- {
  1002. -- name="Vigilance", -- menu name
  1003. -- --permissions = {"mission.collect.trash"}, -- you can add permissions
  1004. -- r=0,g=125,b=255, -- color
  1005. -- max_units=1000,
  1006. -- units_per_minute=100,
  1007. -- x=148.2478942871,y=-743.54010009766,z=258.1519165039,
  1008. -- radius=3, height=1.5, -- area
  1009. -- recipes = {
  1010. -- ["Getting psyched!"] = { -- action name
  1011. -- description="Get some vigalance and then go out on patrol.", -- action description
  1012. -- in_money=0, -- money taken per unit
  1013. -- out_money=0, -- money earned per unit
  1014. -- reagents={}, -- items taken per unit
  1015. -- products={ -- items given per unit
  1016. -- ["vig"] = 1
  1017. -- }
  1018. -- }
  1019. -- }
  1020. -- },
  1021. {
  1022. name="Trash Collector", -- menu name
  1023. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1024. r=0,g=125,b=255, -- color
  1025. max_units=100,
  1026. units_per_minute=10,
  1027. x=1931.4141845704,y=3719.2770996094,z=32.873291015625,
  1028. radius=3, height=1.5, -- area
  1029. recipes = {
  1030. ["Gather Trash"] = { -- action name
  1031. description="Gathering Trash...", -- action description
  1032. in_money=0, -- money taken per unit
  1033. out_money=0, -- money earned per unit
  1034. reagents={}, -- items taken per unit
  1035. products={ -- items given per unit
  1036. ["trash"] = 1
  1037. }
  1038. }
  1039. }
  1040. },
  1041. {
  1042. name="Trash Collector", -- menu name
  1043. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1044. r=0,g=125,b=255, -- color
  1045. max_units=100,
  1046. units_per_minute=10,
  1047. x=1969.1379394532,y=3772.5346679688,z=32.19365310669,
  1048. radius=3, height=1.5, -- area
  1049. recipes = {
  1050. ["Gather Trash"] = { -- action name
  1051. description="Gathering Trash...", -- action description
  1052. in_money=0, -- money taken per unit
  1053. out_money=0, -- money earned per unit
  1054. reagents={}, -- items taken per unit
  1055. products={ -- items given per unit
  1056. ["trash"] = 1
  1057. }
  1058. }
  1059. }
  1060. },
  1061. {
  1062. name="Trash Collector", -- menu name
  1063. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1064. r=0,g=125,b=255, -- color
  1065. max_units=100,
  1066. units_per_minute=10,
  1067. x=1929.5178222656,y=3924.650390625,z=32.515560150146,
  1068. radius=3, height=1.5, -- area
  1069. recipes = {
  1070. ["Gather Trash"] = { -- action name
  1071. description="Gathering Trash...", -- action description
  1072. in_money=0, -- money taken per unit
  1073. out_money=0, -- money earned per unit
  1074. reagents={}, -- items taken per unit
  1075. products={ -- items given per unit
  1076. ["trash"] = 1
  1077. }
  1078. }
  1079. }
  1080. },
  1081. {
  1082. name="Trash Collector", -- menu name
  1083. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1084. r=0,g=125,b=255, -- color
  1085. max_units=100,
  1086. units_per_minute=10,
  1087. x=1802.223022461,y=3931.7829589844,z=33.84599685669,
  1088. radius=3, height=1.5, -- area
  1089. recipes = {
  1090. ["Gather Trash"] = { -- action name
  1091. description="Gathering Trash...", -- action description
  1092. in_money=0, -- money taken per unit
  1093. out_money=0, -- money earned per unit
  1094. reagents={}, -- items taken per unit
  1095. products={ -- items given per unit
  1096. ["trash"] = 1
  1097. }
  1098. }
  1099. }
  1100. },
  1101. {
  1102. name="Trash Collector", -- menu name
  1103. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1104. r=0,g=125,b=255, -- color
  1105. max_units=100,
  1106. units_per_minute=10,
  1107. x=1433.1641845704,y=3619.0598144532,z=34.94062423706,
  1108. radius=3, height=1.5, -- area
  1109. recipes = {
  1110. ["Gather Trash"] = { -- action name
  1111. description="Gathering Trash...", -- action description
  1112. in_money=0, -- money taken per unit
  1113. out_money=0, -- money earned per unit
  1114. reagents={}, -- items taken per unit
  1115. products={ -- items given per unit
  1116. ["trash"] = 1
  1117. }
  1118. }
  1119. }
  1120. },
  1121. {
  1122. name="Trash Collector", -- menu name
  1123. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1124. r=0,g=125,b=255, -- color
  1125. max_units=100,
  1126. units_per_minute=10,
  1127. x=1385.503540039,y=3600.2104492188,z=34.894943237304,
  1128. radius=3, height=1.5, -- area
  1129. recipes = {
  1130. ["Gather Trash"] = { -- action name
  1131. description="Gathering Trash...", -- action description
  1132. in_money=0, -- money taken per unit
  1133. out_money=0, -- money earned per unit
  1134. reagents={}, -- items taken per unit
  1135. products={ -- items given per unit
  1136. ["trash"] = 1
  1137. }
  1138. }
  1139. }
  1140. },
  1141. {
  1142. name="Trash Collector", -- menu name
  1143. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1144. r=0,g=125,b=255, -- color
  1145. max_units=100,
  1146. units_per_minute=10,
  1147. x=1659.1501464844,y=4839.0209960938,z=42.038146972656,
  1148. radius=3, height=1.5, -- area
  1149. recipes = {
  1150. ["Gather Trash"] = { -- action name
  1151. description="Gathering Trash...", -- action description
  1152. in_money=0, -- money taken per unit
  1153. out_money=0, -- money earned per unit
  1154. reagents={}, -- items taken per unit
  1155. products={ -- items given per unit
  1156. ["trash"] = 1
  1157. }
  1158. }
  1159. }
  1160. },
  1161. {
  1162. name="Trash Collector", -- menu name
  1163. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1164. r=0,g=125,b=255, -- color
  1165. max_units=100,
  1166. units_per_minute=10,
  1167. x=1659.0573730468,y=4869.3061523438,z=42.041786193848,
  1168. radius=3, height=1.5, -- area
  1169. recipes = {
  1170. ["Gather Trash"] = { -- action name
  1171. description="Gathering Trash...", -- action description
  1172. in_money=0, -- money taken per unit
  1173. out_money=0, -- money earned per unit
  1174. reagents={}, -- items taken per unit
  1175. products={ -- items given per unit
  1176. ["trash"] = 1
  1177. }
  1178. }
  1179. }
  1180. },
  1181. {
  1182. name="Trash Collector", -- menu name
  1183. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1184. r=0,g=125,b=255, -- color
  1185. max_units=100,
  1186. units_per_minute=10,
  1187. x=1686.933959961,y=4971.4228515625,z=42.703937530518,
  1188. radius=3, height=1.5, -- area
  1189. recipes = {
  1190. ["Gather Trash"] = { -- action name
  1191. description="Gathering Trash...", -- action description
  1192. in_money=0, -- money taken per unit
  1193. out_money=0, -- money earned per unit
  1194. reagents={}, -- items taken per unit
  1195. products={ -- items given per unit
  1196. ["trash"] = 1
  1197. }
  1198. }
  1199. }
  1200. },
  1201. {
  1202. name="Trash Collector", -- menu name
  1203. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1204. r=0,g=125,b=255, -- color
  1205. max_units=100,
  1206. units_per_minute=10,
  1207. x=1710.9158935546,y=4712.5131835938,z=42.343326568604,
  1208. radius=3, height=1.5, -- area
  1209. recipes = {
  1210. ["Gather Trash"] = { -- action name
  1211. description="Gathering Trash...", -- action description
  1212. in_money=0, -- money taken per unit
  1213. out_money=0, -- money earned per unit
  1214. reagents={}, -- items taken per unit
  1215. products={ -- items given per unit
  1216. ["trash"] = 1
  1217. }
  1218. }
  1219. }
  1220. },
  1221. {
  1222. name="Trash Collector", -- menu name
  1223. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1224. r=0,g=125,b=255, -- color
  1225. max_units=100,
  1226. units_per_minute=10,
  1227. x=1713.9686279296,y=4630.7524414062,z=43.12102508545,
  1228. radius=3, height=1.5, -- area
  1229. recipes = {
  1230. ["Gather Trash"] = { -- action name
  1231. description="Gathering Trash...", -- action description
  1232. in_money=0, -- money taken per unit
  1233. out_money=0, -- money earned per unit
  1234. reagents={}, -- items taken per unit
  1235. products={ -- items given per unit
  1236. ["trash"] = 1
  1237. }
  1238. }
  1239. }
  1240. },
  1241. {
  1242. name="Trash Collector", -- menu name
  1243. --permissions = {"mission.collect.trash"}, -- you can add permissions
  1244. r=0,g=125,b=255, -- color
  1245. max_units=100,
  1246. units_per_minute=10,
  1247. x=2513.7026367188,y=4118.6240234375,z=38.501430511474,
  1248. radius=3, height=1.5, -- area
  1249. recipes = {
  1250. ["Gather Trash"] = { -- action name
  1251. description="Gathering Trash...", -- action description
  1252. in_money=0, -- money taken per unit
  1253. out_money=0, -- money earned per unit
  1254. reagents={}, -- items taken per unit
  1255. products={ -- items given per unit
  1256. ["trash"] = 1
  1257. }
  1258. }
  1259. }
  1260. },
  1261. {
  1262. name="Weapons Smuggler", -- menu name
  1263. --permissions = {"mission.weapons.smuggler"}, -- you can add permissions
  1264. r=0,g=125,b=255, -- color
  1265. max_units=1000,
  1266. units_per_minute=10,
  1267. x=-343.28500366211,y=6098.6586914063,z=31.327739715576,
  1268. radius=3, height=1.5, -- area
  1269. recipes = {
  1270. ["Gather AK's"] = { -- action name
  1271. description="Grabbing AK's", -- action description
  1272. in_money=0, -- money taken per unit
  1273. out_money=0, -- money earned per unit
  1274. reagents={}, -- items taken per unit
  1275. products={ -- items given per unit
  1276. ["gcargor"] = 1
  1277. }
  1278. },
  1279. ["Gather Shotguns"] = { -- action name
  1280. description="Grabbing Shotguns", -- action description
  1281. in_money=0, -- money taken per unit
  1282. out_money=0, -- money earned per unit
  1283. reagents={}, -- items taken per unit
  1284. products={ -- items given per unit
  1285. ["gcargos"] = 1
  1286. }
  1287. }
  1288. }
  1289. },
  1290. {
  1291. name="Medical Transport", -- menu name
  1292. permissions = {"mission.delivery.medical"}, -- you can add permissions
  1293. r=0,g=125,b=255, -- color
  1294. max_units=100000,
  1295. units_per_minute=100000,
  1296. x=2213.0520019531,y=5577.5981445313,z=53.795757293701,
  1297. radius=3, height=1.5, -- area
  1298. recipes = {
  1299. ["Gather Medical Weed"] = { -- action name
  1300. description="Gathering Medical Weed", -- action description
  1301. in_money=0, -- money taken per unit
  1302. out_money=0, -- money earned per unit
  1303. reagents={}, -- items taken per unit
  1304. products={ -- items given per unit
  1305. ["Medical Weed"] = 1
  1306. }
  1307. }
  1308. }
  1309. },
  1310. {
  1311. name="UPS", -- menu name
  1312. permissions = {"harvest.parcels"}, -- you can add permissions
  1313. r=0,g=125,b=255, -- color
  1314. max_units=100000,
  1315. units_per_minute=100000,
  1316. x=1815.7768554688,y=3679.7758789062,z=34.276790618896,
  1317. radius=3, height=1.5, -- area
  1318. recipes = {
  1319. ["Gather Parcels"] = { -- action name
  1320. description="Gathering Parcels", -- action description
  1321. in_money=0, -- money taken per unit
  1322. out_money=0, -- money earned per unit
  1323. reagents={}, -- items taken per unit
  1324. products={ -- items given per unit
  1325. ["parcels"] = 1
  1326. }
  1327. }
  1328. }
  1329. },
  1330. {
  1331. name="Cut Chicken", -- menu name
  1332. permissions = {"chip.job"}, -- you can add permissions
  1333. r=200,g=15,b=255, -- color
  1334. max_units=1000,
  1335. units_per_minute=10,
  1336. x=1982.789428711,y=3050.03125,z=47.215023040772,
  1337. radius=0.75, height=1.5, -- area
  1338. recipes = {
  1339. ["Cut Chicken"] = { -- action name
  1340. description="Cutting Chicken", -- action description
  1341. in_money=0, -- money taken per unit
  1342. out_money=5, -- money earned per unit
  1343. reagents={}, -- items taken per unit
  1344. products={ -- items given per unit
  1345. ["cut_chx"] = 1
  1346. }
  1347. }
  1348. }
  1349. },
  1350. {
  1351. name="Roll Burrito", -- menu name
  1352. permissions = {"chip.job"}, -- you can add permissions
  1353. r=200,g=15,b=255, -- color
  1354. max_units=1000,
  1355. units_per_minute=10,
  1356. x=1985.4705810546,y=3049.2338867188,z=47.215057373046,
  1357. radius=1, height=1.5, -- area
  1358. recipes = {
  1359. ["Roll Burritos"] = { -- action name
  1360. description="Rolling Burritos", -- action description
  1361. in_money=0, -- money taken per unit
  1362. out_money=5, -- money earned per unit
  1363. reagents={
  1364. ["cut_chx"] = 1
  1365. }, -- items taken per unit
  1366. products={ -- items given per unit
  1367. ["burrito"] = 1
  1368. }
  1369. }
  1370. }
  1371. },
  1372. {
  1373. name="Serve Customers", -- menu name
  1374. permissions = {"chip.job"}, -- you can add permissions
  1375. r=200,g=15,b=255, -- color
  1376. max_units=1000,
  1377. units_per_minute=10,
  1378. x=1983.2830810546,y=3053.7631835938,z=47.215126037598,
  1379. radius=1, height=1.5, -- area
  1380. recipes = {
  1381. ["Serve Customers"] = { -- action name
  1382. description="Serving customers..", -- action description
  1383. in_money=0, -- money taken per unit
  1384. out_money=5, -- money earned per unit
  1385. reagents={
  1386. ["burrito"] = 1
  1387. }, -- items taken per unit
  1388. products={ -- items given per unit
  1389. ["ddish"] = 1
  1390. }
  1391. }
  1392. }
  1393. },
  1394. {
  1395. name="Wash Dishes", -- menu name
  1396. permissions = {"chip.job"}, -- you can add permissions
  1397. r=200,g=15,b=255, -- color
  1398. max_units=1000,
  1399. units_per_minute=10,
  1400. x=1981.4383544922,y=3051.1987304688,z=47.215003967286,
  1401. radius=0.75, height=1.5, -- area
  1402. recipes = {
  1403. ["Wash dishes"] = { -- action name
  1404. description="Washing dishes..", -- action description
  1405. in_money=0, -- money taken per unit
  1406. out_money=5, -- money earned per unit
  1407. reagents={
  1408. ["ddish"] = 1
  1409. }, -- items taken per unit
  1410. products={ -- items given per unit
  1411. }
  1412. }
  1413. }
  1414. },
  1415. {
  1416. name="Clean Table", -- menu name
  1417. permissions = {"chip.job"}, -- you can add permissions
  1418. r=200,g=15,b=255, -- color
  1419. max_units=1000,
  1420. units_per_minute=10,
  1421. x=1989.2061767578,y=3047.1730957032,z=47.215087890625,
  1422. radius=1, height=1.5, -- area
  1423. recipes = {
  1424. ["Table Touch"] = { -- action name
  1425. description="Touching Table...", -- action description
  1426. in_money=0, -- money taken per unit
  1427. out_money=5, -- money earned per unit
  1428. reagents={}, -- items taken per unit
  1429. products={ -- items given per unit
  1430. ["c_trash"] = 1
  1431. }
  1432. }
  1433. }
  1434. },
  1435. {
  1436. name="Clean Table", -- menu name
  1437. permissions = {"chip.job"}, -- you can add permissions
  1438. r=200,g=15,b=255, -- color
  1439. max_units=1000,
  1440. units_per_minute=10,
  1441. x=1990.2368164062,y=3049.5251464844,z=47.215145111084,
  1442. radius=1, height=1.5, -- area
  1443. recipes = {
  1444. ["Table Touch"] = { -- action name
  1445. description="Touching Table...", -- action description
  1446. in_money=0, -- money taken per unit
  1447. out_money=5, -- money earned per unit
  1448. reagents={}, -- items taken per unit
  1449. products={ -- items given per unit
  1450. ["c_trash"] = 1
  1451. }
  1452. }
  1453. }
  1454. },
  1455. {
  1456. name="Toss Trash", -- menu name
  1457. permissions = {"chip.job"}, -- you can add permissions
  1458. r=200,g=15,b=255, -- color
  1459. max_units=1000,
  1460. units_per_minute=10,
  1461. x=1980.494140625,y=3047.474609375,z=47.215614318848,
  1462. radius=1, height=1.5, -- area
  1463. recipes = {
  1464. ["Throw out garbage"] = { -- action name
  1465. description="Tossing the trash..", -- action description
  1466. in_money=0, -- money taken per unit
  1467. out_money=5, -- money earned per unit
  1468. reagents={
  1469. ["c_trash"] = 1
  1470. }, -- items taken per unit
  1471. products={ -- items given per unit
  1472. }
  1473. }
  1474. }
  1475. },
  1476. -- {
  1477. -- name="Santa's Workshop", -- menu name
  1478. -- permissions = {"harvest.presents"}, -- you can add permissions
  1479. -- r=0,g=125,b=255, -- color
  1480. -- max_units=100000,
  1481. -- units_per_minute=2,
  1482. -- x=2213.0520019531,y=5577.5981445313,z=53.795757293701, -- UPDATE THIS
  1483. -- radius=3, height=1.5, -- area
  1484. -- recipes = {
  1485. -- ["Gather Presents"] = { -- action name
  1486. -- description="Gathering Presents", -- action description
  1487. -- in_money=0, -- money taken per unit
  1488. -- out_money=0, -- money earned per unit
  1489. -- reagents={}, -- items taken per unit
  1490. -- products={ -- items given per unit
  1491. -- ["Presents"] = 1
  1492. -- }
  1493. -- }
  1494. -- }
  1495. -- },
  1496. {
  1497. name="Water bottles/tacos tree", -- menu name
  1498. -- permissions = {"harvest.water_bottle_tacos"}, -- you can add permissions
  1499. r=0,g=125,b=255, -- color
  1500. max_units=100000,
  1501. units_per_minute=100000,
  1502. x=-1692.6646728516,y=-1086.3079833984,z=13.152559280396, -- pos
  1503. radius=5, height=1.5, -- area
  1504. recipes = {
  1505. ["Harvest water"] = { -- action name
  1506. description="Harvest some water bottles.", -- action description
  1507. in_money=0, -- money taken per unit
  1508. out_money=0, -- money earned per unit
  1509. reagents={}, -- items taken per unit
  1510. products={ -- items given per unit
  1511. ["water"] = 1
  1512. }
  1513. },
  1514. ["Harvest tacos"] = { -- action name
  1515. description="Harvest some tacos.", -- action description
  1516. in_money=0, -- money taken per unit
  1517. out_money=0, -- money earned per unit
  1518. reagents={}, -- items taken per unit
  1519. products={ -- items given per unit
  1520. ["tacos"] = 1
  1521. }
  1522. }
  1523. }
  1524. --, onstart = function(player,recipe) end, -- optional start callback
  1525. -- onstep = function(player,recipe) end, -- optional step callback
  1526. -- onstop = function(player,recipe) end -- optional stop callback
  1527. },
  1528. {
  1529. name="Body training", -- menu name
  1530. r=255,g=125,b=0, -- color
  1531. max_units=100000,
  1532. units_per_minute=1,
  1533. x=-1202.96252441406,y=-1566.14086914063,z=4.61040639877319,
  1534. radius=7.5, height=1.5, -- area
  1535. recipes = {
  1536. ["Strength"] = { -- action name
  1537. description="Increase your strength.", -- action description
  1538. in_money=0, -- money taken per unit
  1539. out_money=0, -- money earned per unit
  1540. reagents={}, -- items taken per unit
  1541. products={}, -- items given per unit
  1542. aptitudes={ -- optional
  1543. ["physical.strength"] = 0.2 -- "group.aptitude", give 1 exp per unit
  1544. }
  1545. }
  1546. }
  1547. },
  1548. {
  1549. name="Deep Web Search", -- menu name AdvDrugLabSandy
  1550. permissions = {"hacker.credit_cards"}, -- you can add permissions
  1551. r=255,g=125,b=0, -- color
  1552. max_units=100000,
  1553. units_per_minute=10,
  1554. x=1001.8706054688,y=-3194.9489746094,z=-38.993118286132,
  1555. radius=2, height=1.0, -- area
  1556. recipes = {
  1557. ["Hack accounts."] = { -- action name
  1558. description="Hacking credit cards.", -- action description
  1559. in_money=0, -- money taken per unit
  1560. out_money=0, -- money earned per unit
  1561. reagents={}, -- items taken per unit
  1562. products={
  1563. ["credit"] = 1,
  1564. ["dirty_money"] = 1
  1565. }, -- items given per unit
  1566. aptitudes={ -- optional
  1567. ["hacker.hacking"] = 0.2 -- "group.aptitude", give 1 exp per unit
  1568. }
  1569. }
  1570. }
  1571. },
  1572. {
  1573. name="Hack Ace Liquor's Systems", -- menu name
  1574. permissions = {"hacker.credit_cards"}, -- you can add permissions
  1575. r=255,g=125,b=0, -- color
  1576. max_units=100000,
  1577. units_per_minute=10,
  1578. x=1386.8602294922,y=3603.8388671875,z=34.89465713501,
  1579. radius=2, height=1.0, -- area
  1580. recipes = {
  1581. ["Hacking"] = { -- action name
  1582. description="Hacking credit cards.", -- action description
  1583. in_money=0, -- money taken per unit
  1584. out_money=0, -- money earned per unit
  1585. reagents={}, -- items taken per unit
  1586. products={
  1587. ["credit"] = 1,
  1588. ["dirty_money"] = 1
  1589. }, -- items given per unit
  1590. aptitudes={ -- optional
  1591. ["hacker.hacking"] = 0.2 -- "group.aptitude", give 1 exp per unit
  1592. }
  1593. }
  1594. }
  1595. },
  1596. {
  1597. name="Hack Grapeseed 24's Systems", -- menu name
  1598. permissions = {"hacker.credit_cards"}, -- you can add permissions
  1599. r=255,g=125,b=0, -- color
  1600. max_units=100000,
  1601. units_per_minute=10,
  1602. x=1714.0655517578,y=4933.1606445312,z=42.078525543212,
  1603. radius=2, height=1.0, -- area
  1604. recipes = {
  1605. ["Hacking"] = { -- action name
  1606. description="Hacking credit cards.", -- action description
  1607. in_money=0, -- money taken per unit
  1608. out_money=0, -- money earned per unit
  1609. reagents={}, -- items taken per unit
  1610. products={
  1611. ["credit"] = 1,
  1612. ["dirty_money"] = 1
  1613. }, -- items given per unit
  1614. aptitudes={ -- optional
  1615. ["hacker.hacking"] = 0.2 -- "group.aptitude", give 1 exp per unit
  1616. }
  1617. }
  1618. }
  1619. },
  1620. {
  1621. name="Deep Web Search", -- menu name BoathouseHacker
  1622. permissions = {"hacker.credit_cards"}, -- you can add permissions
  1623. r=255,g=125,b=0, -- color
  1624. max_units=100000,
  1625. units_per_minute=10,
  1626. x=1044.4677734375,y=-3194.7880859375,z=-38.158206939698,
  1627. radius=2, height=1.0, -- area
  1628. recipes = {
  1629. ["Hacking"] = { -- action name
  1630. description="Hacking credit cards.", -- action description
  1631. in_money=0, -- money taken per unit
  1632. out_money=0, -- money earned per unit
  1633. reagents={}, -- items taken per unit
  1634. products={
  1635. ["credit"] = 1,
  1636. ["dirty_money"] = 1
  1637. }, -- items given per unit
  1638. aptitudes={ -- optional
  1639. ["hacker.hacking"] = 0.2 -- "group.aptitude", give 1 exp per unit
  1640. }
  1641. }
  1642. }
  1643. },
  1644. {
  1645. name="Hack Sandy 24's Systems", -- menu name BoathouseHacker
  1646. permissions = {"hacker.credit_cards"}, -- you can add permissions
  1647. r=255,g=125,b=0, -- color
  1648. max_units=100000,
  1649. units_per_minute=10,
  1650. x=1954.0209960938,y=3754.7839355468,z=32.282558441162,
  1651. radius=2, height=1.0, -- area
  1652. recipes = {
  1653. ["Hacking"] = { -- action name
  1654. description="Hacking credit cards.", -- action description
  1655. in_money=0, -- money taken per unit
  1656. out_money=0, -- money earned per unit
  1657. reagents={}, -- items taken per unit
  1658. products={
  1659. ["credit"] = 1,
  1660. ["dirty_money"] = 1
  1661. }, -- items given per unit
  1662. aptitudes={ -- optional
  1663. ["hacker.hacking"] = 0.2 -- "group.aptitude", give 1 exp per unit
  1664. }
  1665. }
  1666. }
  1667. },
  1668. {
  1669. name="Forger", -- menu name
  1670. --permissions = {"fraud.credit_cards"}, -- you can add permissions
  1671. r=255,g=125,b=0, -- color
  1672. max_units=100000,
  1673. units_per_minute=100000,
  1674. x=1116.7139892578,y=-3195.5451660156,z=-40.40170288086,
  1675. radius=2, height=1.0, -- area
  1676. recipes = {
  1677. ["Nikko Belic"] = { -- action name
  1678. description="Forging fake ID's", -- action description
  1679. in_money=0, -- money taken per unit
  1680. out_money=0, -- money earned per unit
  1681. reagents={
  1682. ["credit"] = 1
  1683. }, -- items taken per unit
  1684. products={
  1685. ["fake_id"] = 1
  1686. }, -- items given per unit
  1687. aptitudes={}
  1688. },
  1689. ["John McLuvin"] = { -- action name
  1690. description="Forging fake ID's", -- action description
  1691. in_money=0, -- money taken per unit
  1692. out_money=0, -- money earned per unit
  1693. reagents={
  1694. ["credit"] = 1
  1695. }, -- items taken per unit
  1696. products={
  1697. ["fake_id2"] = 1
  1698. }, -- items given per unit
  1699. aptitudes={}
  1700. },
  1701. ["Ben Dover"] = { -- action name
  1702. description="Forging fake ID's", -- action description
  1703. in_money=0, -- money taken per unit
  1704. out_money=0, -- money earned per unit
  1705. reagents={
  1706. ["credit"] = 1
  1707. }, -- items taken per unit
  1708. products={
  1709. ["fake_id3"] = 1
  1710. }, -- items given per unit
  1711. aptitudes={}
  1712. }
  1713. }
  1714. },
  1715. -- {
  1716. -- name="License Centre", -- menu name
  1717. -- r=255,g=125,b=0, -- color
  1718. -- max_units=1,
  1719. -- units_per_minute=1,
  1720. -- x=1850.0382080078,y=3685.9929199218,z=34.267,
  1721. -- radius=2, height=1.0, -- area
  1722. -- recipes = {
  1723. -- ["Driver"] = { -- action name
  1724. -- description="Buy a Driver License.", -- action description`
  1725. -- in_money=250, -- money taken per unit
  1726. -- out_money=0, -- money earned per unit
  1727. -- reagents={}, -- items taken per unit
  1728. -- products={
  1729. -- ["driver"] = 1
  1730. -- }, -- items given per unit
  1731. -- aptitudes={} -- optional
  1732. -- },
  1733. -- ["Gun Liscense"] = { -- action name
  1734. -- description="Buy a Gun License.", -- action description`
  1735. -- in_money=1200, -- money taken per unit
  1736. -- out_money=0, -- money earned per unit
  1737. -- reagents={}, -- items taken per unit
  1738. -- products={
  1739. -- ["gunL"] = 1
  1740. -- }, -- items given per unit
  1741. -- aptitudes={} -- optional
  1742. -- },
  1743. -- ["Liquor Liscense"] = { -- action name
  1744. -- description="Buy a Liquor License.", -- action description`
  1745. -- in_money=1200, -- money taken per unit
  1746. -- out_money=0, -- money earned per unit
  1747. -- reagents={}, -- items taken per unit
  1748. -- products={
  1749. -- ["liqL"] = 1
  1750. -- }, -- items given per unit
  1751. -- aptitudes={} -- optional
  1752. -- }
  1753. -- }
  1754. -- },
  1755. -- {
  1756. -- name=" Gun License Centre", -- menu name
  1757. -- r=255,g=125,b=0, -- color
  1758. -- max_units=1,
  1759. -- units_per_minute=1,
  1760. -- x=1696.4553222656,y=3759.3132324218,z=34.705322265625,
  1761. -- radius=5, height=1.0, -- area
  1762. -- recipes = {
  1763. -- ["Gun Liscense"] = { -- action name
  1764. -- description="Buy a Gun License.", -- action description`
  1765. -- in_money=1200, -- money taken per unit
  1766. -- out_money=0, -- money earned per unit
  1767. -- reagents={}, -- items taken per unit
  1768. -- products={
  1769. -- ["gunL"] = 1
  1770. -- }, -- items given per unit
  1771. -- aptitudes={} -- optional
  1772. -- },
  1773. -- }
  1774. -- },
  1775. {
  1776. name="Bank Driver Mission", -- menu name
  1777. permissions = {"bankdriver.money"}, -- you can add permissions
  1778. r=255,g=125,b=0, -- color
  1779. max_units=1,
  1780. units_per_minute=1,
  1781. x=236.87298583984,y=217.09535217285,z=106.28678894043,
  1782. radius=2, height=1.0, -- area
  1783. recipes = {
  1784. ["Bank Money"] = { -- action name
  1785. description="Get a money bank for mission.", -- action description
  1786. in_money=0, -- money taken per unit
  1787. out_money=0, -- money earned per unit
  1788. reagents={}, -- items taken per unit
  1789. products={
  1790. ["bank_money"] = 500000
  1791. }, -- items given per unit
  1792. aptitudes={} -- optional
  1793. }
  1794. }
  1795. },
  1796. {
  1797. name="Sandy Shores Cargo", -- menu name
  1798. --permissions = {"mission.delivery.fish"}, -- you can add permissions
  1799. r=0,g=125,b=0, -- color
  1800. max_units=700,
  1801. units_per_minute=100,
  1802. x=1725.863647461,y=3289.6999511718,z=41.183368682862,
  1803. radius=3, height=1.5, -- area
  1804. recipes = {
  1805. ["Pick Up"] = { -- action name
  1806. description="Pick Up Cargo destined for LSIA", -- action description
  1807. in_money=100, -- money taken per unit
  1808. out_money=0, -- money earned per unit
  1809. reagents={}, -- items taken per unit
  1810. products={
  1811. ["cargo4l"] = 1
  1812. },
  1813. },
  1814. ["Drop Off"] = { -- action name
  1815. description="Drop of cargo for Sandy Shores", -- action description
  1816. in_money=0, -- money taken per unit
  1817. out_money=750, -- money earned per unit
  1818. reagents={
  1819. ["cargo4s"] = 1
  1820. }, -- items taken per unit
  1821. products={
  1822.  
  1823. }
  1824. },
  1825. ["Pick Up Flight Records"] = { -- action name
  1826. description="Pick Up Flight Records", -- action description
  1827. in_money=0, -- money taken per unit
  1828. out_money=0, -- money earned per unit
  1829. reagents={}, -- items taken per unit
  1830. products={
  1831. ["frec"] = 1
  1832. },
  1833. }
  1834. }
  1835. },
  1836. {
  1837. name="Grapeseed Cargo Solutions", -- menu name
  1838. --permissions = {"mission.delivery.fish"}, -- you can add permissions
  1839. r=0,g=125,b=0, -- color
  1840. max_units=700,
  1841. units_per_minute=100,
  1842. x=2138.7075195312,y=4797.1298828125,z=41.131889343262,
  1843. radius=3, height=1.5, -- area
  1844. recipes = {
  1845. ["Pick Up"] = { -- action name
  1846. description="Pick Up Cargo destined for Zancudo Airport", -- action description
  1847. in_money=100, -- money taken per unit
  1848. out_money=0, -- money earned per unit
  1849. reagents={}, -- items taken per unit
  1850. products={
  1851. ["cargo4m"] = 1
  1852. },
  1853. },
  1854. ["Drop Off"] = { -- action name
  1855. description="Drop of cargo for Grapeseed", -- action description
  1856. in_money=0, -- money taken per unit
  1857. out_money=550, -- money earned per unit
  1858. reagents={
  1859. ["cargo4g"] = 1
  1860. }, -- items taken per unit
  1861. products={
  1862.  
  1863. }
  1864. },
  1865. ["Pick Up Flight Records"] = { -- action name
  1866. description="Pick Up Flight Records", -- action description
  1867. in_money=0, -- money taken per unit
  1868. out_money=0, -- money earned per unit
  1869. reagents={}, -- items taken per unit
  1870. products={
  1871. ["frec"] = 1
  1872. },
  1873. }
  1874. }
  1875. },
  1876. {
  1877. name="LSIA Cargo Port", -- menu name
  1878. --permissions = {"mission.delivery.fish"}, -- you can add permissions
  1879. r=0,g=125,b=0, -- color
  1880. max_units=700,
  1881. units_per_minute=100,
  1882. x=-966.06817626954,y=-2983.3752441406,z=13.945079803466,
  1883. radius=3, height=1.5, -- area
  1884. recipes = {
  1885. ["Pick Up"] = { -- action name
  1886. description="Pick Up Cargo destined for Grapeseed", -- action description
  1887. in_money=150, -- money taken per unit
  1888. out_money=0, -- money earned per unit
  1889. reagents={}, -- items taken per unit
  1890. products={
  1891. ["cargo4g"] = 1
  1892. },
  1893. },
  1894. ["Drop Off"] = { -- action name
  1895. description="Drop of cargo for LSIA", -- action description
  1896. in_money=0, -- money taken per unit
  1897. out_money=850, -- money earned per unit
  1898. reagents={
  1899. ["cargo4l"] = 1
  1900. }, -- items taken per unit
  1901. products={
  1902.  
  1903. }
  1904. },
  1905. ["Pick Up Flight Records"] = { -- action name
  1906. description="Pick Up Flight Records", -- action description
  1907. in_money=0, -- money taken per unit
  1908. out_money=0, -- money earned per unit
  1909. reagents={}, -- items taken per unit
  1910. products={
  1911. ["frec"] = 1
  1912. },
  1913. }
  1914. }
  1915. },
  1916. {
  1917. name="San Andreas Air Force Base and Airport", -- menu name
  1918. --permissions = {"mission.delivery.fish"}, -- you can add permissions
  1919. r=0,g=125,b=0, -- color
  1920. max_units=700,
  1921. units_per_minute=100,
  1922. x=-2266.1005859375,y=3224.9855957032,z=32.292381286622,
  1923. radius=3, height=1.5, -- area
  1924. recipes = {
  1925. ["Pick Up"] = { -- action name
  1926. description="Pick Up Cargo destined for Sandy Shores", -- action description
  1927. in_money=250, -- money taken per unit
  1928. out_money=0, -- money earned per unit
  1929. reagents={}, -- items taken per unit
  1930. products={
  1931. ["cargo4s"] = 1
  1932. },
  1933. },
  1934. ["Drop Off"] = { -- action name
  1935. description="Drop of cargo for Zancudo", -- action description
  1936. in_money=0, -- money taken per unit
  1937. out_money=650, -- money earned per unit
  1938. reagents={
  1939. ["cargo4m"] = 1
  1940. }, -- items taken per unit
  1941. products={
  1942.  
  1943. }
  1944. },
  1945. ["Pick Up Flight Records"] = { -- action name
  1946. description="Pick Up Flight Records", -- action description
  1947. in_money=0, -- money taken per unit
  1948. out_money=0, -- money earned per unit
  1949. reagents={}, -- items taken per unit
  1950. products={
  1951. ["frec"] = 1
  1952. },
  1953. }
  1954. }
  1955. },
  1956. {
  1957. name="Gun Building", -- menu name
  1958. --permissions = {"build.gun"}, -- you can add permissions
  1959. r=0,g=2,b=200, -- color
  1960. max_units=15,
  1961. units_per_minute=3,
  1962. x=1014.4733276368,y=-3157.5915527344,z=-38.90599822998, -- pos
  1963. radius=1.0, height=1.5, -- area
  1964. recipes = {
  1965. ["Build AP Pistol"] = { -- action name
  1966. description="Build an AP Pistol.", -- action description
  1967. in_money=0, -- money taken per unit
  1968. out_money=0, -- money earned per unit
  1969. reagents={
  1970. ["upperR"] = 1,
  1971. ["lowerR"] = 1,
  1972. ["pistol_parts"] = 1
  1973. }, -- items taken per unit
  1974. products={ -- items given per unit
  1975. ["wbody|WEAPON_APPISTOL"] = 1
  1976. }
  1977. },
  1978. ["Build Bullpup Shotgun"] = { -- action name
  1979. description="Build shotgun.", -- action description
  1980. in_money=0, -- money taken per unit
  1981. out_money=0, -- money earned per unit
  1982. reagents={
  1983. ["shotgun_parts"] = 1,
  1984. ["upperR"] = 1,
  1985. ["lowerR"] = 1
  1986. }, -- items taken per unit
  1987. products={ -- items given per unit
  1988. ["wbody|WEAPON_BULLPUPSHOTGUN"] = 1
  1989. }
  1990. },
  1991. ["Build AK47"] = { -- action name
  1992. description="Build AK.", -- action description
  1993. in_money=0, -- money taken per unit
  1994. out_money=0, -- money earned per unit
  1995. reagents={
  1996. ["stock"] = 1,
  1997. ["upperR"] = 1,
  1998. ["lowerR"] = 1,
  1999. ["barrel"] = 1
  2000. }, -- items taken per unit
  2001. products={ -- items given per unit
  2002. ["wbody|WEAPON_ASSAULTRIFLE"] = 1
  2003. }
  2004. },
  2005. ["Build SMG"] = { -- action name
  2006. description="Build a submachinegun.", -- action description
  2007. in_money=0, -- money taken per unit
  2008. out_money=0, -- money earned per unit
  2009. reagents={
  2010. ["smg_parts"] = 1,
  2011. ["lowerR"] = 1,
  2012. ["stock"] = 1
  2013. }, -- items taken per unit
  2014. products={ -- items given per unit
  2015. ["wbody|WEAPON_SMG"] = 1
  2016. }
  2017. }
  2018. }
  2019. },
  2020. {
  2021. name="Gun Part Crafting", -- menu name
  2022. --permissions = {"build.gun"}, -- you can add permissions
  2023. r=0,g=2,b=200, -- color
  2024. max_units=10,
  2025. units_per_minute=3,
  2026. x=1557.0314941406,y=3520.2038574218,z=35.934482574462, -- pos
  2027. radius=4.0, height=1.5, -- area
  2028. recipes = {
  2029. ["Craft Pistol Parts"] = { -- action name
  2030. description="Craft Pistol Parts", -- action description
  2031. in_money=0, -- money taken per unit
  2032. out_money=0, -- money earned per unit
  2033. reagents={
  2034. ["steel"] = 1
  2035. }, -- items taken per unit
  2036. products={ -- items given per unit
  2037. ["pistol_parts"] = 1
  2038. }
  2039. },
  2040. ["Craft Shotgun Parts"] = { -- action name
  2041. description="Build shotgun parts.", -- action description
  2042. in_money=0, -- money taken per unit
  2043. out_money=0, -- money earned per unit
  2044. reagents={
  2045. ["steel"] = 1,
  2046. ["bolts"] = 1
  2047. }, -- items taken per unit
  2048. products={ -- items given per unit
  2049. ["shotgun_parts"] = 1
  2050. }
  2051. },
  2052. ["Craft Upper Receiver"] = { -- action name
  2053. description="Craft an Upper Receiver.", -- action description
  2054. in_money=0, -- money taken per unit
  2055. out_money=0, -- money earned per unit
  2056. reagents={
  2057. ["steel"] = 1,
  2058. ["bolts"] = 1
  2059. }, -- items taken per unit
  2060. products={ -- items given per unit
  2061. ["upperR"] = 1
  2062. }
  2063. },
  2064. ["Craft SMG Parts"] = { -- action name
  2065. description="Craft SMG parts.", -- action description
  2066. in_money=0, -- money taken per unit
  2067. out_money=0, -- money earned per unit
  2068. reagents={
  2069. ["steel"] = 1,
  2070. ["bolts"] = 1
  2071. }, -- items taken per unit
  2072. products={ -- items given per unit
  2073. ["smg_parts"] = 1
  2074. }
  2075. },
  2076. ["Craft Gun Stock"] = { -- action name
  2077. description="Craft a gun stock.", -- action description
  2078. in_money=0, -- money taken per unit
  2079. out_money=0, -- money earned per unit
  2080. reagents={
  2081. ["wood"] = 1,
  2082. ["bolts"] = 1
  2083. }, -- items taken per unit
  2084. products={ -- items given per unit
  2085. ["stock"] = 1
  2086. },
  2087. },
  2088. ["Craft Lower Receiver"] = { -- action name
  2089. description="Craft a Lower Receiver", -- action description
  2090. in_money=0, -- money taken per unit
  2091. out_money=0, -- money earned per unit
  2092. reagents={
  2093. ["steel"] = 1,
  2094. ["bolts"] = 1
  2095. }, -- items taken per unit
  2096. products={ -- items given per unit
  2097. ["lowerR"] = 1
  2098. },
  2099. }
  2100. }
  2101. },
  2102. { --2681.9306640625,2796.8828125,39.6811180114746
  2103. name="SSQETF Processing Plant", -- menu name
  2104. --permissions = {"mission.delivery.fish"}, -- you can add permissions
  2105. r=0,g=125,b=0, -- color
  2106. max_units=200,
  2107. units_per_minute=10,
  2108. x=2681.9306640625,y=2796.8828125,z=39.6811180114746,
  2109. radius=3, height=3, -- area
  2110. recipes = {
  2111. ["Smelt Copper"] = { -- action name
  2112. description="Create copper, which can be sold or used for crafting.", -- action description
  2113. in_money=0, -- money taken per unit
  2114. out_money=200, -- money earned per unit
  2115. reagents={
  2116. ["rawminerals"] = 1
  2117. }, -- items taken per unit
  2118. products={
  2119. ["copper"] = 1
  2120. },
  2121. },
  2122. ["Smelt Steel"] = { -- action name
  2123. description="Create Steel, which can be sold or used for crafting.", -- action description
  2124. in_money=0, -- money taken per unit
  2125. out_money=150, -- money earned per unit
  2126. reagents={
  2127. ["rawminerals"] = 1
  2128. }, -- items taken per unit
  2129. products={
  2130. ["steel"] = 1
  2131. },
  2132. }
  2133. }
  2134. },-- 2703.1235351562,3455.7722167968,55.616416931152
  2135. {
  2136. name="Ammo Crafting", -- menu name
  2137. --permissions = {"build.gun"}, -- you can add permissions
  2138. r=0,g=2,b=200, -- color
  2139. max_units=5,
  2140. units_per_minute=3,
  2141. x=1009.170715332,y=-3154.8044433594,z=-38.907451629638, -- pos
  2142. radius=2.0, height=1.5, -- area
  2143. recipes = {
  2144. ["Craft Pistol Ammo"] = { -- action name
  2145. description="Craft AP Pistol Ammo", -- action description
  2146. in_money=0, -- money taken per unit
  2147. out_money=0, -- money earned per unit
  2148. reagents={
  2149. ["copper"] = 2,
  2150. }, -- items taken per unit
  2151. products={ -- items given per unit
  2152. ["wammo|WEAPON_APPISTOL"] = 10
  2153. }
  2154. },
  2155. ["Craft Shotgun Ammo"] = { -- action name
  2156. description="Craft bullpup shotgun ammo.", -- action description
  2157. in_money=0, -- money taken per unit
  2158. out_money=0, -- money earned per unit
  2159. reagents={
  2160. ["copper"] = 3
  2161. }, -- items taken per unit
  2162. products={ -- items given per unit
  2163. ["wammo|WEAPON_BULLPUPSHOTGUN"] = 10
  2164. }
  2165. },
  2166. ["Craft Rifle Ammo"] = { -- action name
  2167. description="Craft AK rounds.", -- action description
  2168. in_money=0, -- money taken per unit
  2169. out_money=0, -- money earned per unit
  2170. reagents={
  2171. ["copper"] = 2,
  2172. }, -- items taken per unit
  2173. products={ -- items given per unit
  2174. ["wammo|WEAPON_ASSAULTRIFLE"] = 10
  2175. }
  2176. },
  2177. ["Craft SMG Ammo"] = { -- action name
  2178. description="Craft SMG ammo.", -- action description
  2179. in_money=0, -- money taken per unit
  2180. out_money=0, -- money earned per unit
  2181. reagents={
  2182. ["copper"] = 2,
  2183. }, -- items taken per unit
  2184. products={ -- items given per unit
  2185. ["wammo|WEAPON_SMG"] = 10
  2186. }
  2187. }
  2188. }
  2189. },
  2190. -- {
  2191. -- name="SS Illegal Gun Export", -- menu name
  2192. -- r=255,g=125,b=0, -- color
  2193. -- max_units=50,
  2194. -- units_per_minute=5,
  2195. -- x=1733.2353515625,y=3328.6640625,z=41.223510742188,
  2196. -- radius=4, height=1.0, -- area
  2197. -- recipes = {
  2198. -- ["Sell Pistols"] = { -- action name
  2199. -- description="Sell your box of pistols.", -- action description`
  2200. -- in_money=0, -- money taken per unit
  2201. -- out_money=950, -- money earned per unit
  2202. -- reagents={
  2203. -- ["gcargop"] = 1
  2204. -- }, -- items taken per unit
  2205. -- products={
  2206. -- }, -- items given per unit
  2207. -- aptitudes={} -- optional
  2208. -- },
  2209. -- ["Sell SMGs"] = { -- action name
  2210. -- description="Sell your box of SMGs.", -- action description`
  2211. -- in_money=0, -- money taken per unit
  2212. -- out_money=1050, -- money earned per unit
  2213. -- reagents={
  2214. -- ["gcargosmg"] = 1
  2215. -- }, -- items taken per unit
  2216. -- products={
  2217. -- }, -- items given per unit
  2218. -- aptitudes={} -- optional
  2219. -- },
  2220. -- ["Sell Rifles"] = { -- action name
  2221. -- description="Sell your box of Rifles.", -- action description`
  2222. -- in_money=0, -- money taken per unit
  2223. -- out_money=1150, -- money earned per unit
  2224. -- reagents={
  2225. -- ["gcargor"] = 1
  2226. -- }, -- items taken per unit
  2227. -- products={
  2228. -- }, -- items given per unit
  2229. -- aptitudes={} -- optional
  2230. -- },
  2231. -- ["Sell Shotguns"] = { -- action name
  2232. -- description="Sell box of Shotguns.", -- action description`
  2233. -- in_money=0, -- money taken per unit
  2234. -- out_money=1300, -- money earned per unit
  2235. -- reagents={
  2236. -- ["gcargos"] = 1
  2237. -- }, -- items taken per unit
  2238. -- products={
  2239. -- }, -- items given per unit
  2240. -- aptitudes={} -- optional
  2241. -- },
  2242. -- }
  2243. -- },
  2244. {
  2245. name="Gun Packaging", -- menu name
  2246. --permissions = {"build.gun"}, -- you can add permissions
  2247. r=0,g=2,b=200, -- color
  2248. max_units=5,
  2249. units_per_minute=3,
  2250. x=1013.9324951172,y=-3161.0578613282,z=-38.907764434814, -- pos
  2251. radius=1.0, height=1.5, -- area
  2252. recipes = {
  2253. ["Pack Up Pistols"] = { -- action name
  2254. description="Put 3 Pistols in a box.", -- action description
  2255. in_money=0, -- money taken per unit
  2256. out_money=0, -- money earned per unit
  2257. reagents={
  2258. ["wbody|WEAPON_APPISTOL"] = 3,
  2259. }, -- items taken per unit
  2260. products={ -- items given per unit
  2261. ["gcargop"] = 1
  2262. }
  2263. },
  2264. ["Pack Up Shotguns"] = { -- action name
  2265. description="Put 3 Shotguns in a box.", -- action description
  2266. in_money=0, -- money taken per unit
  2267. out_money=0, -- money earned per unit
  2268. reagents={
  2269. ["wbody|WEAPON_BULLPUPSHOTGUN"] = 3,
  2270. }, -- items taken per unit
  2271. products={ -- items given per unit
  2272. ["gcargos"] = 1
  2273. }
  2274. },
  2275. ["Pack Up AK47"] = { -- action name
  2276. description="Put 3 AKs in a box.", -- action description
  2277. in_money=0, -- money taken per unit
  2278. out_money=0, -- money earned per unit
  2279. reagents={
  2280. ["wbody|WEAPON_ASSAULTRIFLE"] = 3,
  2281. }, -- items taken per unit
  2282. products={ -- items given per unit
  2283. ["gcargor"] = 1
  2284. }
  2285. },
  2286. ["Pack Up SMG"] = { -- action name
  2287. description="Put 3 SMGs in a Box.", -- action description
  2288. in_money=0, -- money taken per unit
  2289. out_money=0, -- money earned per unit
  2290. reagents={
  2291. ["wbody|WEAPON_SMG"] = 3
  2292. }, -- items taken per unit
  2293. products={ -- items given per unit
  2294. ["gcargosmg"] = 1
  2295. }
  2296. },
  2297. ["Unpack Pistols"] = { -- action name
  2298. description="Open Gun Crate", -- action description
  2299. in_money=0, -- money taken per unit
  2300. out_money=0, -- money earned per unit
  2301. reagents={
  2302. ["gcargop"] = 1,
  2303. }, -- items taken per unit
  2304. products={ -- items given per unit
  2305. ["wbody|WEAPON_APPISTOL"] = 3
  2306. }
  2307. },
  2308. ["Unpack Shotguns"] = { -- action name
  2309. description="Open Gun Crate.", -- action description
  2310. in_money=0, -- money taken per unit
  2311. out_money=0, -- money earned per unit
  2312. reagents={
  2313. ["gcargos"] = 1,
  2314. }, -- items taken per unit
  2315. products={ -- items given per unit
  2316. ["wbody|WEAPON_BULLPUPSHOTGUN"] = 3
  2317. }
  2318. },
  2319. ["Unpack AK47s"] = { -- action name
  2320. description="Open Gun Crate", -- action description
  2321. in_money=0, -- money taken per unit
  2322. out_money=0, -- money earned per unit
  2323. reagents={
  2324. ["gcargor"] = 1,
  2325. }, -- items taken per unit
  2326. products={ -- items given per unit
  2327. ["wbody|WEAPON_ASSAULTRIFLE"] = 3
  2328. }
  2329. },
  2330. ["Unpack SMGs"] = { -- action name
  2331. description="Open Gun Crate.", -- action description
  2332. in_money=0, -- money taken per unit
  2333. out_money=0, -- money earned per unit
  2334. reagents={
  2335. ["gcargosmg"] = 1
  2336. }, -- items taken per unit
  2337. products={ -- items given per unit
  2338. ["wbody|WEAPON_SMG"] = 3
  2339. }
  2340. }
  2341. }
  2342. },
  2343. -- {
  2344. -- name="Robbery Bank", -- menu name
  2345. -- r=255,g=125,b=0, -- color
  2346. -- max_units=600,
  2347. -- units_per_minute=1,
  2348. -- x=265.94982910156,y=213.54983520508,z=101.68338775635,
  2349. -- radius=2, height=1.0, -- area
  2350. -- recipes = {
  2351. -- ["Bank Money"] = { -- action name
  2352. -- description="get the money.", -- action description
  2353. -- in_money=0, -- money taken per unit
  2354. -- out_money=0, -- money earned per unit
  2355. -- reagents={}, -- items taken per unit
  2356. -- products={
  2357. -- ["dirty_money"] = 0
  2358. -- }, -- items given per unit
  2359. -- aptitudes={} -- optional
  2360. -- }
  2361. -- }
  2362. -- },
  2363. {
  2364. name="Drug Lab", -- menu name
  2365. --permissions = {"harvest.weed"}, -- job drug dealer required to use
  2366. r=0,g=255,b=0, -- color
  2367. max_units=1000,
  2368. units_per_minute=100,
  2369. x=-77.722381591797,y=6223.626953125,z=31.089864730835, -- pos (needed for public use lab tools)
  2370. radius=1.1, height=1.5, -- area
  2371. recipes = {
  2372. ["cocaine"] = { -- action name
  2373. description="Dry Coca Paste", -- action description
  2374. in_money=100, -- money taken per unit
  2375. out_money=0, -- money earned per unit
  2376. reagents={ -- items taken per unit
  2377. ["cocapaste"] = 1
  2378. },
  2379. products={
  2380. ["coke"] = 1
  2381. },
  2382. aptitudes={ -- optional
  2383. ["laboratory.cocaine"] = 1.5, -- "group.aptitude", give 1 exp per unit
  2384. ["science.chemicals"] = 3
  2385. }
  2386. },
  2387. ["weed"] = { -- action name
  2388. description="Dry weed", -- action description
  2389. in_money=100, -- money taken per unit
  2390. out_money=0, -- money earned per unit
  2391. reagents={ -- items taken per unit
  2392. ["Fweed"] = 1
  2393. },
  2394. products={ -- items given per unit
  2395. ["Cweed"] = 1
  2396. },
  2397. aptitudes={ -- optional
  2398. ["laboratory.weed"] = 1.5, -- "group.aptitude", give 1 exp per unit
  2399. ["science.plant"] = 3
  2400. }
  2401. },
  2402. ["lsd"] = { -- action name
  2403. description="Synthesize LSD", -- action description
  2404. in_money=200, -- money taken per unit
  2405. out_money=0, -- money earned per unit
  2406. reagents={ -- items taken per unit
  2407. ["harness"] = 1
  2408. },
  2409. products={ -- items given per unit
  2410. ["lsd"] = 3
  2411. },
  2412. aptitudes={ -- optional
  2413. ["laboratory.lsd"] = 1.5, -- "group.aptitude", give 1 exp per unit
  2414. ["science.chemicals"] = 3
  2415. }
  2416. }
Advertisement
Add Comment
Please, Sign In to add comment