Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.68 KB | None | 0 0
  1. LSC_Config.prices = {
  2.  
  3. ------Window tint------
  4. windowtint = {
  5. { name = "Pure Black", tint = 1, price = 1000},
  6. { name = "Darksmoke", tint = 2, price = 1000},
  7. { name = "Lightsmoke", tint = 3, price = 1000},
  8. { name = "Limo", tint = 4, price = 1000},
  9. { name = "Green", tint = 5, price = 1000},
  10. },
  11.  
  12. -------Respray--------
  13. ----Primary color---
  14. --Chrome
  15. chrome = {
  16. colors = {
  17. {name = "Chrome", colorindex = 120}
  18. },
  19. price = 1000
  20. },
  21. --Classic
  22. classic = {
  23. colors = colors,
  24. price = 200
  25. },
  26. --Matte
  27. matte = {
  28. colors = mattecolors,
  29. price = 500
  30. },
  31. --Metallic
  32. metallic = {
  33. colors = colors,
  34. price = 300
  35. },
  36. --Metals
  37. metal = {
  38. colors = metalcolors,
  39. price = 300
  40. },
  41.  
  42. ----Secondary color---
  43. --Chrome
  44. chrome2 = {
  45. colors = {
  46. {name = "Chrome", colorindex = 120}
  47. },
  48. price = 1000
  49. },
  50. --Classic
  51. classic2 = {
  52. colors = colors,
  53. price = 200
  54. },
  55. --Matte
  56. matte2 = {
  57. colors = mattecolors,
  58. price = 500
  59. },
  60. --Metallic
  61. metallic2 = {
  62. colors = colors,
  63. price = 300
  64. },
  65. --Metals
  66. metal2 = {
  67. colors = metalcolors,
  68. price = 300
  69. },
  70.  
  71. ------Neon layout------
  72. neonlayout = {
  73. {name = "Front,Back and Sides", price = 5000},
  74. },
  75. --Neon color
  76. neoncolor = {
  77. { name = "White", neon = {255,255,255}, price = 1000},
  78. { name = "Blue", neon = {0,0,255}, price = 1000},
  79. { name = "Electric Blue", neon = {0,150,255}, price = 1000},
  80. { name = "Mint Green", neon = {50,255,155}, price = 1000},
  81. { name = "Lime Green", neon = {0,255,0}, price = 1000},
  82. { name = "Yellow", neon = {255,255,0}, price = 1000},
  83. { name = "Golden Shower", neon = {204,204,0}, price = 1000},
  84. { name = "Orange", neon = {255,128,0}, price = 1000},
  85. { name = "Red", neon = {255,0,0}, price = 1000},
  86. { name = "Pony Pink", neon = {255,102,255}, price = 1000},
  87. { name = "Hot Pink",neon = {255,0,255}, price = 1000},
  88. { name = "Purple", neon = {153,0,153}, price = 1000},
  89. { name = "Brown", neon = {139,69,19}, price = 1000},
  90. },
  91.  
  92. --------Plates---------
  93. plates = {
  94. { name = "Blue on White 1", plateindex = 0, price = 200},
  95. { name = "Blue On White 2", plateindex = 3, price = 200},
  96. { name = "Blue On White 3", plateindex = 4, price = 200},
  97. { name = "Yellow on Blue", plateindex = 2, price = 300},
  98. { name = "Yellow on Black", plateindex = 1, price = 600},
  99. },
  100.  
  101. --------Wheels--------
  102. ----Wheel accessories----
  103. wheelaccessories = {
  104. { name = "Stock Tires", price = 1000},
  105. { name = "Custom Tires", price = 1250},
  106. { name = "Bulletproof Tires", price = 5000},
  107. { name = "White Tire Smoke",smokecolor = {254,254,254}, price = 3000},
  108. { name = "Black Tire Smoke", smokecolor = {1,1,1}, price = 3000},
  109. { name = "BLue Tire Smoke", smokecolor = {0,150,255}, price = 3000},
  110. { name = "Yellow Tire Smoke", smokecolor = {255,255,50}, price = 3000},
  111. { name = "Orange Tire Smoke", smokecolor = {255,153,51}, price = 3000},
  112. { name = "Red Tire Smoke", smokecolor = {255,10,10}, price = 3000},
  113. { name = "Green Tire Smoke", smokecolor = {10,255,10}, price = 3000},
  114. { name = "Purple Tire Smoke", smokecolor = {153,10,153}, price = 3000},
  115. { name = "Pink Tire Smoke", smokecolor = {255,102,178}, price = 3000},
  116. { name = "Gray Tire Smoke",smokecolor = {128,128,128}, price = 3000},
  117. },
  118.  
  119. ----Wheel color----
  120. wheelcolor = {
  121. colors = colors,
  122. price = 1000,
  123. },
  124.  
  125. ----Front wheel (Bikes)----
  126. frontwheel = {
  127. {name = "Stock", wtype = 6, mod = -1, price = 1000},
  128. {name = "Speedway", wtype = 6, mod = 0, price = 1000},
  129. {name = "Streetspecial", wtype = 6, mod = 1, price = 1000},
  130. {name = "Racer", wtype = 6, mod = 2, price = 1000},
  131. {name = "Trackstar", wtype = 6, mod = 3, price = 1000},
  132. {name = "Overlord", wtype = 6, mod = 4, price = 1000},
  133. {name = "Trident", wtype = 6, mod = 5, price = 1000},
  134. {name = "Triplethreat", wtype = 6, mod = 6, price = 1000},
  135. {name = "Stilleto", wtype = 6, mod = 7, price = 1000},
  136. {name = "Wires", wtype = 6, mod = 8, price = 1000},
  137. {name = "Bobber", wtype = 6, mod = 9, price = 1000},
  138. {name = "Solidus", wtype = 6, mod = 10, price = 1000},
  139. {name = "Iceshield", wtype = 6, mod = 11, price = 1000},
  140. {name = "Loops", wtype = 6, mod = 12, price = 1000},
  141. },
  142.  
  143. ----Back wheel (Bikes)-----
  144. backwheel = {
  145. {name = "Stock", wtype = 6, mod = -1, price = 1000},
  146. {name = "Speedway", wtype = 6, mod = 0, price = 1000},
  147. {name = "Streetspecial", wtype = 6, mod = 1, price = 1000},
  148. {name = "Racer", wtype = 6, mod = 2, price = 1000},
  149. {name = "Trackstar", wtype = 6, mod = 3, price = 1000},
  150. {name = "Overlord", wtype = 6, mod = 4, price = 1000},
  151. {name = "Trident", wtype = 6, mod = 5, price = 1000},
  152. {name = "Triplethreat", wtype = 6, mod = 6, price = 1000},
  153. {name = "Stilleto", wtype = 6, mod = 7, price = 1000},
  154. {name = "Wires", wtype = 6, mod = 8, price = 1000},
  155. {name = "Bobber", wtype = 6, mod = 9, price = 1000},
  156. {name = "Solidus", wtype = 6, mod = 10, price = 1000},
  157. {name = "Iceshield", wtype = 6, mod = 11, price = 1000},
  158. {name = "Loops", wtype = 6, mod = 12, price = 1000},
  159. },
  160.  
  161. ----Sport wheels-----
  162. sportwheels = {
  163. {name = "Stock", wtype = 0, mod = -1, price = 1000},
  164. {name = "Inferno", wtype = 0, mod = 0, price = 1000},
  165. {name = "Deepfive", wtype = 0, mod = 1, price = 1000},
  166. {name = "Lozspeed", wtype = 0, mod = 2, price = 1000},
  167. {name = "Diamondcut", wtype = 0, mod = 3, price = 1000},
  168. {name = "Chrono", wtype = 0, mod = 4, price = 1000},
  169. {name = "Feroccirr", wtype = 0, mod = 5, price = 1000},
  170. {name = "Fiftynine", wtype = 0, mod = 6, price = 1000},
  171. {name = "Mercie", wtype = 0, mod = 7, price = 1000},
  172. {name = "Syntheticz", wtype = 0, mod = 8, price = 1000},
  173. {name = "Organictyped", wtype = 0, mod = 9, price = 1000},
  174. {name = "Endov1", wtype = 0, mod = 10, price = 1000},
  175. {name = "Duper7", wtype = 0, mod = 11, price = 1000},
  176. {name = "Uzer", wtype = 0, mod = 12, price = 1000},
  177. {name = "Groundride", wtype = 0, mod = 13, price = 1000},
  178. {name = "Spacer", wtype = 0, mod = 14, price = 1000},
  179. {name = "Venum", wtype = 0, mod = 15, price = 1000},
  180. {name = "Cosmo", wtype = 0, mod = 16, price = 1000},
  181. {name = "Dashvip", wtype = 0, mod = 17, price = 1000},
  182. {name = "Icekid", wtype = 0, mod = 18, price = 1000},
  183. {name = "Ruffeld", wtype = 0, mod = 19, price = 1000},
  184. {name = "Wangenmaster", wtype = 0, mod = 20, price = 1000},
  185. {name = "Superfive", wtype = 0, mod = 21, price = 1000},
  186. {name = "Endov2", wtype = 0, mod = 22, price = 1000},
  187. {name = "Slitsix", wtype = 0, mod = 23, price = 1000},
  188. },
  189. -----Suv wheels------
  190. suvwheels = {
  191. {name = "Stock", wtype = 3, mod = -1, price = 1000},
  192. {name = "Vip", wtype = 3, mod = 0, price = 1000},
  193. {name = "Benefactor", wtype = 3, mod = 1, price = 1000},
  194. {name = "Cosmo", wtype = 3, mod = 2, price = 1000},
  195. {name = "Bippu", wtype = 3, mod = 3, price = 1000},
  196. {name = "Royalsix", wtype = 3, mod = 4, price = 1000},
  197. {name = "Fagorme", wtype = 3, mod = 5, price = 1000},
  198. {name = "Deluxe", wtype = 3, mod = 6, price = 1000},
  199. {name = "Icedout", wtype = 3, mod = 7, price = 1000},
  200. {name = "Cognscenti", wtype = 3, mod = 8, price = 1000},
  201. {name = "Lozspeedten", wtype = 3, mod = 9, price = 1000},
  202. {name = "Supernova", wtype = 3, mod = 10, price = 1000},
  203. {name = "Obeyrs", wtype = 3, mod = 11, price = 1000},
  204. {name = "Lozspeedballer", wtype = 3, mod = 12, price = 1000},
  205. {name = "Extra vaganzo", wtype = 3, mod = 13, price = 1000},
  206. {name = "Splitsix", wtype = 3, mod = 14, price = 1000},
  207. {name = "Empowered", wtype = 3, mod = 15, price = 1000},
  208. {name = "Sunrise", wtype = 3, mod = 16, price = 1000},
  209. {name = "Dashvip", wtype = 3, mod = 17, price = 1000},
  210. {name = "Cutter", wtype = 3, mod = 18, price = 1000},
  211. },
  212. -----Offroad wheels-----
  213. offroadwheels = {
  214. {name = "Stock", wtype = 4, mod = -1, price = 1000},
  215. {name = "Raider", wtype = 4, mod = 0, price = 1000},
  216. {name = "Mudslinger", wtype = 4, modtype = 23, wtype = 4, mod = 1, price = 1000},
  217. {name = "Nevis", wtype = 4, mod = 2, price = 1000},
  218. {name = "Cairngorm", wtype = 4, mod = 3, price = 1000},
  219. {name = "Amazon", wtype = 4, mod = 4, price = 1000},
  220. {name = "Challenger", wtype = 4, mod = 5, price = 1000},
  221. {name = "Dunebasher", wtype = 4, mod = 6, price = 1000},
  222. {name = "Fivestar", wtype = 4, mod = 7, price = 1000},
  223. {name = "Rockcrawler", wtype = 4, mod = 8, price = 1000},
  224. {name = "Milspecsteelie", wtype = 4, mod = 9, price = 1000},
  225. },
  226. -----Tuner wheels------
  227. tunerwheels = {
  228. {name = "Stock", wtype = 5, mod = -1, price = 1000},
  229. {name = "Cosmo", wtype = 5, mod = 0, price = 1000},
  230. {name = "Supermesh", wtype = 5, mod = 1, price = 1000},
  231. {name = "Outsider", wtype = 5, mod = 2, price = 1000},
  232. {name = "Rollas", wtype = 5, mod = 3, price = 1000},
  233. {name = "Driffmeister", wtype = 5, mod = 4, price = 1000},
  234. {name = "Slicer", wtype = 5, mod = 5, price = 1000},
  235. {name = "Elquatro", wtype = 5, mod = 6, price = 1000},
  236. {name = "Dubbed", wtype = 5, mod = 7, price = 1000},
  237. {name = "Fivestar", wtype = 5, mod = 8, price = 1000},
  238. {name = "Slideways", wtype = 5, mod = 9, price = 1000},
  239. {name = "Apex", wtype = 5, mod = 10, price = 1000},
  240. {name = "Stancedeg", wtype = 5, mod = 11, price = 1000},
  241. {name = "Countersteer", wtype = 5, mod = 12, price = 1000},
  242. {name = "Endov1", wtype = 5, mod = 13, price = 1000},
  243. {name = "Endov2dish", wtype = 5, mod = 14, price = 1000},
  244. {name = "Guppez", wtype = 5, mod = 15, price = 1000},
  245. {name = "Chokadori", wtype = 5, mod = 16, price = 1000},
  246. {name = "Chicane", wtype = 5, mod = 17, price = 1000},
  247. {name = "Saisoku", wtype = 5, mod = 18, price = 1000},
  248. {name = "Dishedeight", wtype = 5, mod = 19, price = 1000},
  249. {name = "Fujiwara", wtype = 5, mod = 20, price = 1000},
  250. {name = "Zokusha", wtype = 5, mod = 21, price = 1000},
  251. {name = "Battlevill", wtype = 5, mod = 22, price = 1000},
  252. {name = "Rallymaster", wtype = 5, mod = 23, price = 1000},
  253. },
  254. -----Highend wheels------
  255. highendwheels = {
  256. {name = "Stock", wtype = 7, mod = -1, price = 1000},
  257. {name = "Shadow", wtype = 7, mod = 0, price = 1000},
  258. {name = "Hyper", wtype = 7, mod = 1, price = 1000},
  259. {name = "Blade", wtype = 7, mod = 2, price = 1000},
  260. {name = "Diamond", wtype = 7, mod = 3, price = 1000},
  261. {name = "Supagee", wtype = 7, mod = 4, price = 1000},
  262. {name = "Chromaticz", wtype = 7, mod = 5, price = 1000},
  263. {name = "Merciechlip", wtype = 7, mod = 6, price = 1000},
  264. {name = "Obeyrs", wtype = 7, mod = 7, price = 1000},
  265. {name = "Gtchrome", wtype = 7, mod = 8, price = 1000},
  266. {name = "Cheetahr", wtype = 7, mod = 9, price = 1000},
  267. {name = "Solar", wtype = 7, mod = 10, price = 1000},
  268. {name = "Splitten", wtype = 7, mod = 11, price = 1000},
  269. {name = "Dashvip", wtype = 7, mod = 12, price = 1000},
  270. {name = "Lozspeedten", wtype = 7, mod = 13, price = 1000},
  271. {name = "Carboninferno", wtype = 7, mod = 14, price = 1000},
  272. {name = "Carbonshadow", wtype = 7, mod = 15, price = 1000},
  273. {name = "Carbonz", wtype = 7, mod = 16, price = 1000},
  274. {name = "Carbonsolar", wtype = 7, mod = 17, price = 1000},
  275. {name = "Carboncheetahr", wtype = 7, mod = 18, price = 1000},
  276. {name = "Carbonsracer", wtype = 7, mod = 19, price = 1000},
  277. },
  278. -----Lowrider wheels------
  279. lowriderwheels = {
  280. {name = "Stock", wtype = 2, mod = -1, price = 1000},
  281. {name = "Flare", wtype = 2, mod = 0, price = 1000},
  282. {name = "Wired", wtype = 2, mod = 1, price = 1000},
  283. {name = "Triplegolds", wtype = 2, mod = 2, price = 1000},
  284. {name = "Bigworm", wtype = 2, mod = 3, price = 1000},
  285. {name = "Sevenfives", wtype = 2, mod = 4, price = 1000},
  286. {name = "Splitsix", wtype = 2, mod = 5, price = 1000},
  287. {name = "Freshmesh", wtype = 2, mod = 6, price = 1000},
  288. {name = "Leadsled", wtype = 2, mod = 7, price = 1000},
  289. {name = "Turbine", wtype = 2, mod = 8, price = 1000},
  290. {name = "Superfin", wtype = 2, mod = 9, price = 1000},
  291. {name = "Classicrod", wtype = 2, mod = 10, price = 1000},
  292. {name = "Dollar", wtype = 2, mod = 11, price = 1000},
  293. {name = "Dukes", wtype = 2, mod = 12, price = 1000},
  294. {name = "Lowfive", wtype = 2, mod = 13, price = 1000},
  295. {name = "Gooch", wtype = 2, mod = 14, price = 1000},
  296. },
  297. -----Muscle wheels-----
  298. musclewheels = {
  299. {name = "Stock", wtype = 1, mod = -1, price = 1000},
  300. {name = "Classicfive", wtype = 1, mod = 0, price = 1000},
  301. {name = "Dukes", wtype = 1, mod = 1, price = 1000},
  302. {name = "Musclefreak", wtype = 1, mod = 2, price = 1000},
  303. {name = "Kracka", wtype = 1, mod = 3, price = 1000},
  304. {name = "Azrea", wtype = 1, mod = 4, price = 1000},
  305. {name = "Mecha", wtype = 1, mod = 5, price = 1000},
  306. {name = "Blacktop", wtype = 1, mod = 6, price = 1000},
  307. {name = "Dragspl", wtype = 1, mod = 7, price = 1000},
  308. {name = "Revolver", wtype = 1, mod = 8, price = 1000},
  309. {name = "Classicrod", wtype = 1, mod = 9, price = 1000},
  310. {name = "Spooner", wtype = 1, mod = 10, price = 1000},
  311. {name = "Fivestar", wtype = 1, mod = 11, price = 1000},
  312. {name = "Oldschool", wtype = 1, mod = 12, price = 1000},
  313. {name = "Eljefe", wtype = 1, mod = 13, price = 1000},
  314. {name = "Dodman", wtype = 1, mod = 14, price = 1000},
  315. {name = "Sixgun", wtype = 1, mod = 15, price = 1000},
  316. {name = "Mercenary", wtype = 1, mod = 16, price = 1000},
  317. },
  318.  
  319. ---------Trim color--------
  320. trim = {
  321. colors = colors,
  322. price = 1000
  323. },
  324.  
  325. ----------Mods-----------
  326. mods = {
  327.  
  328. ----------Liveries--------
  329. [48] = {
  330. startprice = 15000,
  331. increaseby = 2500
  332. },
  333.  
  334. ----------Windows--------
  335. [46] = {
  336. startprice = 5000,
  337. increaseby = 1250
  338. },
  339.  
  340. ----------Tank--------
  341. [45] = {
  342. startprice = 5000,
  343. increaseby = 1250
  344. },
  345.  
  346. ----------Trim--------
  347. [44] = {
  348. startprice = 5000,
  349. increaseby = 1250
  350. },
  351.  
  352. ----------Aerials--------
  353. [43] = {
  354. startprice = 5000,
  355. increaseby = 1250
  356. },
  357.  
  358. ----------Arch cover--------
  359. [42] = {
  360. startprice = 5000,
  361. increaseby = 1250
  362. },
  363.  
  364. ----------Struts--------
  365. [41] = {
  366. startprice = 5000,
  367. increaseby = 1250
  368. },
  369.  
  370. ----------Air filter--------
  371. [40] = {
  372. startprice = 5000,
  373. increaseby = 1250
  374. },
  375.  
  376. ----------Engine block--------
  377. [39] = {
  378. startprice = 5000,
  379. increaseby = 1250
  380. },
  381.  
  382. ----------Hydraulics--------
  383. [38] = {
  384. startprice = 15000,
  385. increaseby = 2500
  386. },
  387.  
  388. ----------Trunk--------
  389. [37] = {
  390. startprice = 5000,
  391. increaseby = 1250
  392. },
  393.  
  394. ----------Speakers--------
  395. [36] = {
  396. startprice = 5000,
  397. increaseby = 1250
  398. },
  399.  
  400. ----------Plaques--------
  401. [35] = {
  402. startprice = 5000,
  403. increaseby = 1250
  404. },
  405.  
  406. ----------Shift leavers--------
  407. [34] = {
  408. startprice = 5000,
  409. increaseby = 1250
  410. },
  411.  
  412. ----------Steeringwheel--------
  413. [33] = {
  414. startprice = 5000,
  415. increaseby = 1250
  416. },
  417.  
  418. ----------Seats--------
  419. [32] = {
  420. startprice = 5000,
  421. increaseby = 1250
  422. },
  423.  
  424. ----------Door speaker--------
  425. [31] = {
  426. startprice = 5000,
  427. increaseby = 1250
  428. },
  429.  
  430. ----------Dial--------
  431. [30] = {
  432. startprice = 5000,
  433. increaseby = 1250
  434. },
  435. ----------Dashboard--------
  436. [29] = {
  437. startprice = 5000,
  438. increaseby = 1250
  439. },
  440.  
  441. ----------Ornaments--------
  442. [28] = {
  443. startprice = 5000,
  444. increaseby = 1250
  445. },
  446.  
  447. ----------Trim--------
  448. [27] = {
  449. startprice = 5000,
  450. increaseby = 1250
  451. },
  452.  
  453. ----------Vanity plates--------
  454. [26] = {
  455. startprice = 5000,
  456. increaseby = 1250
  457. },
  458.  
  459. ----------Plate holder--------
  460. [25] = {
  461. startprice = 5000,
  462. increaseby = 1250
  463. },
  464.  
  465. ---------Headlights---------
  466. [22] = {
  467. {name = "Stock Lights", mod = 0, price = 0},
  468. {name = "Xenon Lights", mod = 1, price = 1625},
  469. },
  470.  
  471. ----------Turbo---------
  472. [18] = {
  473. { name = "None", mod = 0, price = 0},
  474. { name = "Turbo Tuning", mod = 1, price = 15000},
  475. },
  476.  
  477. -----------Armor-------------
  478. [16] = {
  479. {name = "Armor Upgrade 20%",modtype = 16, mod = 0, price = 2500},
  480. {name = "Armor Upgrade 40%",modtype = 16, mod = 1, price = 5000},
  481. {name = "Armor Upgrade 60%",modtype = 16, mod = 2, price = 7500},
  482. {name = "Armor Upgrade 80%",modtype = 16, mod = 3, price = 10000},
  483. {name = "Armor Upgrade 100%",modtype = 16, mod = 4, price = 12500},
  484. },
  485.  
  486. ---------Suspension-----------
  487. [15] = {
  488. {name = "Lowered Suspension",mod = 0, price = 1000},
  489. {name = "Street Suspension",mod = 1, price = 2000},
  490. {name = "Sport Suspension",mod = 2, price = 3500},
  491. {name = "Competition Suspension",mod = 3, price = 4000},
  492. },
  493.  
  494. -----------Horn----------
  495. [14] = {
  496. {name = "Truck Horn", mod = 0, price = 1625},
  497. {name = "Police Horn", mod = 1, price = 4062},
  498. {name = "Clown Horn", mod = 2, price = 6500},
  499. {name = "Musical Horn 1", mod = 3, price = 11375},
  500. {name = "Musical Horn 2", mod = 4, price = 11375},
  501. {name = "Musical Horn 3", mod = 5, price = 11375},
  502. {name = "Musical Horn 4", mod = 6, price = 11375},
  503. {name = "Musical Horn 5", mod = 7, price = 11375},
  504. {name = "Sadtrombone Horn", mod = 8, price = 11375},
  505. {name = "Calssical Horn 1", mod = 9, price = 11375},
  506. {name = "Calssical Horn 2", mod = 10, price = 11375},
  507. {name = "Calssical Horn 3", mod = 11, price = 11375},
  508. {name = "Calssical Horn 4", mod = 12, price = 11375},
  509. {name = "Calssical Horn 5", mod = 13, price = 11375},
  510. {name = "Calssical Horn 6", mod = 14, price = 11375},
  511. {name = "Calssical Horn 7", mod = 15, price = 11375},
  512. {name = "Scaledo Horn", mod = 16, price = 11375},
  513. {name = "Scalere Horn", mod = 17, price = 11375},
  514. {name = "Scalemi Horn", mod = 18, price = 11375},
  515. {name = "Scalefa Horn", mod = 19, price = 11375},
  516. {name = "Scalesol Horn", mod = 20, price = 11375},
  517. {name = "Scalela Horn", mod = 21, price = 11375},
  518. {name = "Scaleti Horn", mod = 22, price = 11375},
  519. {name = "Scaledo Horn High", mod = 23, price = 11375},
  520. {name = "Jazz Horn 1", mod = 25, price = 11375},
  521. {name = "Jazz Horn 2", mod = 26, price = 11375},
  522. {name = "Jazz Horn 3", mod = 27, price = 11375},
  523. {name = "Jazzloop Horn", mod = 28, price = 11375},
  524. {name = "Starspangban Horn 1", mod = 29, price = 11375},
  525. {name = "Starspangban Horn 2", mod = 30, price = 11375},
  526. {name = "Starspangban Horn 3", mod = 31, price = 11375},
  527. {name = "Starspangban Horn 4", mod = 32, price = 11375},
  528. {name = "Classicalloop Horn 1", mod = 33, price = 11375},
  529. {name = "Classicalloop Horn 2", mod = 34, price = 11375},
  530. {name = "Classicalloop Horn 3", mod = 35, price = 11375},
  531. },
  532.  
  533. ----------Transmission---------
  534. [13] = {
  535. {name = "Street Transmission", mod = 0, price = 10000},
  536. {name = "Sports Transmission", mod = 1, price = 12500},
  537. {name = "Race Transmission", mod = 2, price = 15000},
  538. },
  539.  
  540. -----------Brakes-------------
  541. [12] = {
  542. {name = "Street Brakes", mod = 0, price = 6500},
  543. {name = "Sport Brakes", mod = 1, price = 8775},
  544. {name = "Race Brakes", mod = 2, price = 11375},
  545. },
  546.  
  547. ------------Engine----------
  548. [11] = {
  549. {name = "EMS Upgrade, Level 2", mod = 0, price = 4500},
  550. {name = "EMS Upgrade, Level 3", mod = 1, price = 8000},
  551. {name = "EMS Upgrade, Level 4", mod = 2, price = 10500},
  552. },
  553.  
  554. -------------Roof----------
  555. [10] = {
  556. startprice = 1250,
  557. increaseby = 400
  558. },
  559.  
  560. ------------Fenders---------
  561. [8] = {
  562. startprice = 1500,
  563. increaseby = 400
  564. },
  565.  
  566. ------------Hood----------
  567. [7] = {
  568. startprice = 1500,
  569. increaseby = 400
  570. },
  571.  
  572. ----------Grille----------
  573. [6] = {
  574. startprice = 1250,
  575. increaseby = 400
  576. },
  577.  
  578. ----------Roll cage----------
  579. [5] = {
  580. startprice = 1250,
  581. increaseby = 400
  582. },
  583.  
  584. ----------Exhaust----------
  585. [4] = {
  586. startprice = 1000,
  587. increaseby = 400
  588. },
  589.  
  590. ----------Skirts----------
  591. [3] = {
  592. startprice = 1250,
  593. increaseby = 400
  594. },
  595.  
  596. -----------Rear bumpers----------
  597. [2] = {
  598. startprice = 2500,
  599. increaseby = 500
  600. },
  601.  
  602. ----------Front bumpers----------
  603. [1] = {
  604. startprice = 2500,
  605. increaseby = 500
  606. },
  607.  
  608. ----------Spoiler----------
  609. [0] = {
  610. startprice = 2500,
  611. increaseby = 400
  612. },
  613. }
  614.  
  615. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement