Advertisement
friquentin

Untitled

Nov 4th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 372.54 KB | None | 0 0
  1. #define false 0
  2. #define true 1
  3.  
  4. class CarShops {
  5. /*
  6. * ARRAY FORMAT:
  7. * 0: STRING (Classname)
  8. * 1: STRING (Condition)
  9. * FORMAT:
  10. * STRING (Conditions) - Must return boolean :
  11. * String can contain any amount of conditions, aslong as the entire
  12. * string returns a boolean. This allows you to check any levels, licenses etc,
  13. * in any combination. For example:
  14. * "call life_copLevel & call life_medLevel & license_civ_someLicense"
  15. * This will also let you call any other function.
  16. *
  17. * BLUFOR Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_WEST
  18. * OPFOR Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_EAST
  19. * Independent Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_GUER
  20. * Civilian Vehicle classnames can be found here: https://community.bistudio.com/wiki/Arma_3_CfgVehicles_CIV
  21. */
  22. ////////////////////////////////////////////////////////////VEHICULE MARQUE///////////////////////////////////////////////////////////
  23. class civ_ford {
  24. side = "civ";
  25. conditions = "";
  26. vehicles[] = {
  27. { "cmax_civ", "" },
  28. { "Crownlu", "" },
  29. { "chfiesta", "" },
  30. { "focus3ch_civ", "" },
  31. { "focus03_civ", "" },
  32. { "FocusRSlu_civ", "" },
  33. { "Mk3lu_civ", "" },
  34. { "focussw1998_civ", "" },
  35. { "focussw2p2_civ", "" },
  36. { "focussw3_civ", "" },
  37. { "chKa", "" },
  38. { "mondeo_civ", "" },
  39. { "mondeoswch_civ", "" },
  40. { "mondeovch_civ", "" },
  41. { "Raptorlu_civ", "" },
  42. { "galaxych_civ", "" }
  43. };
  44. };
  45. class civ_abarth {
  46. side = "civ";
  47. conditions = "";
  48. vehicles[] = {
  49. { "Abarth500lu_civ", "" },
  50. };
  51. };
  52. class civ_smart {
  53. side = "civ";
  54. conditions = "";
  55. vehicles[] = {
  56. { "ch126p", "" },
  57. };
  58. };
  59. class civ_alfa {
  60. side = "civ";
  61. conditions = "";
  62. vehicles[] = {
  63. { "chBrera", "" },
  64. { "chGiulietta", "" },
  65. { "chMito", "" }
  66. };
  67. };
  68. class civ_citroen {
  69. side = "civ";
  70. conditions = "";
  71. vehicles[] = {
  72. { "ch2CV", "" },
  73. { "berlingo1_civ", "" },
  74. { "Berlingo2_civ", "" },
  75. { "ch_citroen_c1", "" },
  76. { "chc2", "" },
  77. { "chds3", "" },
  78. { "chds4", "" }
  79. };
  80. };
  81. class civ_dacia {
  82. side = "civ";
  83. conditions = "";
  84. vehicles[] = {
  85. { "Dacia_Duster_civ", "" },
  86. { "chduster14_civ", "" },
  87. { "chsandero", "" }
  88. };
  89. };
  90. class civ_hyundai {
  91. side = "civ";
  92. conditions = "";
  93. vehicles[] = {
  94. { "chix20", "" },
  95. };
  96. };
  97. class civ_fiat {
  98. side = "civ";
  99. conditions = "";
  100. vehicles[] = {
  101. { "chf500", "" },
  102. { "Multipla_civ_ch", "" },
  103. { "chpunto", "" }
  104. };
  105. };
  106. class civ_jeep {
  107. side = "civ";
  108. conditions = "";
  109. vehicles[] = {
  110. { "chGrand_Cherokee", "" },
  111. { "cWrangler", "" },
  112. { "cWrangler_1", "" },
  113. { "chwillys", "" }
  114. };
  115. };
  116. class civ_kia {
  117. side = "civ";
  118. conditions = "";
  119. vehicles[] = {
  120. { "chCeed", "" },
  121. };
  122. };
  123. class civ_rover {
  124. side = "civ";
  125. conditions = "";
  126. vehicles[] = {
  127. { "chdefender_civ", "" },
  128. { "chRR_SC", "" }
  129. };
  130. };
  131. class civ_mazda {
  132. side = "civ";
  133. conditions = "";
  134. vehicles[] = {
  135. { "chf_mx5", "" },
  136. };
  137. };
  138. class civ_mini {
  139. side = "civ";
  140. conditions = "";
  141. vehicles[] = {
  142. { "chaustin", "" },
  143. { "chClubman", "" },
  144. { "chcooper", "" }
  145. };
  146. };
  147. class civ_nissan {
  148. side = "civ";
  149. conditions = "";
  150. vehicles[] = {
  151. { "cJuke_Nismo", "" },
  152. { "chLeaf", "" },
  153. { "chVersa", "" }
  154. };
  155. };
  156. class civ_peugeot {
  157. side = "civ";
  158. conditions = "";
  159. vehicles[] = {
  160. { "ch107", "" },
  161. { "ch206_civ", "" },
  162. { "ch207", "" },
  163. { "307ch_civ", "" },
  164. { "Peugeot_308_civ", "" },
  165. { "308_2015_civ", "" },
  166. { "ch308_RCZ", "" },
  167. { "ch508", "" },
  168. { "chexpert3_civ", "" },
  169. { "partner2_civ", "" }
  170. };
  171. };
  172. class civ_renault {
  173. side = "civ";
  174. conditions = "";
  175. vehicles[] = {
  176. { "4l_civ", "" },
  177. { "4lf4_civ", "" },
  178. { "4lf6_civ", "" },
  179. { "ClioIch_civ", "" },
  180. { "Renault_Clio_civ", "" },
  181. { "chclio3_civ", "" },
  182. { "Renault_ClioIV_civ", "" },
  183. { "Renault_ClioIV_civ_ae", "" },
  184. { "chEspaceI", "" },
  185. { "chEspaceIII", "" },
  186. { "Renault_Espace_civ", "" },
  187. { "kangooI1_civ", "" },
  188. { "kangooI2_civ", "" },
  189. { "kangooII1_civ", "" },
  190. { "chlaguna1", "" },
  191. { "chlaguna2", "" },
  192. { "chlaguna3", "" },
  193. { "chmaster2_civ", "" },
  194. { "Renault_Master_civ", "" },
  195. { "master3p2_civ_civ", "" },
  196. { "chmaster1", "" },
  197. { "Megane_civ", "" },
  198. { "chmeganers_civ", "" },
  199. { "Megane_Estate_civ", "" },
  200. { "Megane_Estate_p2_civ", "" },
  201. { "chmegane_4_estate_civ", "" },
  202. { "Renault_Scenic_civ", "" },
  203. { "Scenic3_civ", "" },
  204. { "Trafic3civ", "" },
  205. { "chtrafic1", "" },
  206. { "Trafic1_civ", "" },
  207. { "chtwingoI_civ", "" },
  208. { "chtwingoII_civ", "" }
  209. };
  210. };
  211. ////////////////////////////////////////////////////////////LUXE MARQUE///////////////////////////////////////////////////////////
  212. class civ_ford1 {
  213. side = "civ";
  214. conditions = "license_civ_NazarovMachina";
  215. vehicles[] = {
  216. { "AlessioMustang", "license_civ_NazarovMachina" },
  217. { "AlessioMustangChrome", "license_civ_NazarovMachina" },
  218. { "AlessioMustangGold", "license_civ_NazarovMachina" },
  219. { "GT500lu_civ", "license_civ_NazarovMachina" },
  220. { "Mustanglu_civ", "license_civ_NazarovMachina" }
  221. };
  222. };
  223. class civ_agera {
  224. side = "civ";
  225. conditions = "license_civ_NazarovMachina";
  226. vehicles[] = {
  227. { "AlessioAgera", "license_civ_NazarovMachina" },
  228. { "AlessioAgeraC", "license_civ_NazarovMachina" },
  229. { "AlessioAgeraG", "license_civ_NazarovMachina" }
  230. };
  231. };
  232. class civ_bmw {
  233. side = "civ";
  234. conditions = "license_civ_NazarovMachina";
  235. vehicles[] = {
  236. { "M235ilu_civ", "license_civ_NazarovMachina" },
  237. { "AlessioBM4", "license_civ_NazarovMachina" },
  238. { "AlessioBMG", "license_civ_NazarovMachina" },
  239. { "AlessioM5", "license_civ_NazarovMachina" },
  240. { "AlessioM5_Gold", "license_civ_NazarovMachina" },
  241. { "M5lu_civ", "license_civ_NazarovMachina" }
  242. };
  243. };
  244. class civ_aventador {
  245. side = "civ";
  246. conditions = "license_civ_NazarovMachina";
  247. vehicles[] = {
  248. { "AVENTADOR_CARBONE", "license_civ_NazarovMachina" },
  249. };
  250. };
  251. class civ_porsche {
  252. side = "civ";
  253. conditions = "license_civ_NazarovMachina";
  254. vehicles[] = {
  255. { "ch911_04", "license_civ_NazarovMachina" },
  256. { "ch911_07", "license_civ_NazarovMachina" },
  257. { "chf_boxster_03", "license_civ_NazarovMachina" },
  258. { "chf_boxster_10", "license_civ_NazarovMachina" },
  259. { "chCayenne", "license_civ_NazarovMachina" }
  260. };
  261. };
  262. class civ_hummer {
  263. side = "civ";
  264. conditions = "license_civ_NazarovMachina";
  265. vehicles[] = {
  266. { "chH1", "license_civ_NazarovMachina" },
  267. { "chH1_ST", "license_civ_NazarovMachina" },
  268. { "chH3", "license_civ_NazarovMachina" },
  269. { "chH2", "license_civ_NazarovMachina" },
  270. };
  271. };
  272. class civ_bugatti {
  273. side = "civ";
  274. conditions = "license_civ_NazarovMachina";
  275. vehicles[] = {
  276. { "Chironlu_civ", "license_civ_NazarovMachina" },
  277. };
  278. };
  279. class civ_chrysler {
  280. side = "civ";
  281. conditions = "license_civ_NazarovMachina";
  282. vehicles[] = {
  283. { "CHRlu_civ", "license_civ_NazarovMachina" },
  284. { "ch300C", "license_civ_NazarovMachina" },
  285. { "chCrossfire", "license_civ_NazarovMachina" }
  286. };
  287. };
  288. class civ_chevrolet {
  289. side = "civ";
  290. conditions = "license_civ_NazarovMachina";
  291. vehicles[] = {
  292. { "AlessioStingrayM", "license_civ_NazarovMachina" },
  293. };
  294. };
  295. class civ_ferarri {
  296. side = "civ";
  297. conditions = "license_civ_NazarovMachina";
  298. vehicles[] = {
  299. { "ch250_GTO", "license_civ_NazarovMachina" },
  300. { "chf_california", "license_civ_NazarovMachina" }
  301. };
  302. };
  303. class civ_audi {
  304. side = "civ";
  305. conditions = "license_civ_NazarovMachina";
  306. vehicles[] = {
  307. { "AlessioR8", "license_civ_NazarovMachina" },
  308. { "AlessioR8_Chrome", "license_civ_NazarovMachina" },
  309. { "AlessioAgeraG", "license_civ_NazarovMachina" },
  310. { "AlessioR8_Gold", "license_civ_NazarovMachina" },
  311. { "AlessioR8Mat", "license_civ_NazarovMachina" },
  312. { "chRS2", "license_civ_NazarovMachina" },
  313. { "RS3lu_civ", "license_civ_NazarovMachina" },
  314. { "AlessioRS4", "license_civ_NazarovMachina" },
  315. { "AlessioRS4Chrome", "license_civ_NazarovMachina" },
  316. { "AlessioRS4Gold", "license_civ_NazarovMachina" },
  317. { "RS6_Avantlu_civ", "license_civ_NazarovMachina" },
  318. { "RS6_Avantlu_GMK", "license_civ_NazarovMachina" },
  319. { "RS6_Avantlu_GMK2", "license_civ_NazarovMachina" },
  320. { "RS7lu_civ", "license_civ_NazarovMachina" },
  321. { "chTT_2", "license_civ_NazarovMachina" },
  322. { "TTRSlu_civ", "license_civ_NazarovMachina" }
  323. };
  324. };
  325. class civ_mercedes {
  326. side = "civ";
  327. conditions = "";
  328. vehicles[] = {
  329. { "chClass_A", "" },
  330. };
  331. };
  332. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  333. class civ_luxe {
  334. side = "civ";
  335. conditions = "license_civ_NazarovMachina";
  336. vehicles[] = {
  337. { "AlessioC63N", "license_civ_NazarovMachina" },
  338. { "RS7lu_civ", "license_civ_NazarovMachina" },
  339. { "AlessioR8", "license_civ_NazarovMachina" },
  340. { "AlessioR8_Chrome", "license_civ_NazarovMachina" },
  341. { "AlessioR8_Gold", "license_civ_NazarovMachina" },
  342. { "AlessioR8Mat", "license_civ_NazarovMachina" },
  343. { "RS6_Avantlu_civ", "license_civ_NazarovMachina" },
  344. { "RS6_Avantlu_GMK", "license_civ_NazarovMachina" },
  345. { "AlessioBM4", "license_civ_NazarovMachina" },
  346. { "AlessioBMG", "license_civ_NazarovMachina" },
  347. { "AlessioBM4M", "license_civ_NazarovMachina" },
  348. { "M4_ALLG2", "license_civ_NazarovMachina" },
  349. { "M5lu_civ", "license_civ_NazarovMachina" },
  350. { "CHRlu_civ", "license_civ_NazarovMachina" },
  351. { "Charger_1969lu_white", "license_civ_NazarovMachina" },
  352. { "Alessio458_Gold", "license_civ_NazarovMachina" },
  353. { "Alessio458Mat", "license_civ_NazarovMachina" },
  354. { "F488lu_civ", "license_civ_NazarovMachina" },
  355. { "AlessioGTB_Gold", "license_civ_NazarovMachina" },
  356. { "AlessioGTBMat", "license_civ_NazarovMachina" },
  357. { "Chironlu_civ", "license_civ_NazarovMachina" },
  358. { "fgtz3_civ", "license_civ_NazarovMachina" },
  359. { "fgtz3", "license_civ_NazarovMachina" },
  360. { "AlessioMustangGold", "license_civ_NazarovMachina" },
  361. { "GT500lu_civ", "license_civ_NazarovMachina" },
  362. { "AlessioAventadorG", "license_civ_NazarovMachina" },
  363. { "AlessioAventadorM", "license_civ_NazarovMachina" },
  364. { "MP4lu_civ", "license_civ_NazarovMachina" },
  365. { "AlessioC63G", "license_civ_NazarovMachina" },
  366. { "AlessioC63M", "license_civ_NazarovMachina" },
  367. { "AlessioC63NM", "license_civ_NazarovMachina" },
  368. { "AlessioC63NG", "license_civ_NazarovMachina" },
  369. { "CLS63lu_civ", "license_civ_NazarovMachina" },
  370. { "ML63lu_civ", "license_civ_NazarovMachina" },
  371. { "AlessioMGAG", "license_civ_NazarovMachina" },
  372. { "AlessioIXMR", "license_civ_NazarovMachina" },
  373. { "AlessioIXMRG", "license_civ_NazarovMachina" },
  374. { "cha110", "license_civ_NazarovMachina" },
  375. { "subaruch_civ", "license_civ_NazarovMachina" },
  376. { "Model_Slu_civ", "license_civ_NazarovMachina" },
  377. { "AlessioIXMRMat", "license_civ_NazarovMachina" },
  378. { "Charger_1969lu_Race", "license_civ_NazarovMachina" },
  379. { "F12lu_civ", "license_civ_NazarovMachina" },
  380. { "F12lu_civ_GMK", "license_civ_NazarovMachina" },
  381. { "FFlu_civ", "license_civ_NazarovMachina" },
  382. { "Alessio458", "license_civ_NazarovMachina" },
  383. { "Alessio458GMK", "license_civ_NazarovMachina" },
  384. { "AlessioGTB", "license_civ_NazarovMachina" },
  385. { "chf_california", "license_civ_NazarovMachina" },
  386. { "AlessioMustang", "license_civ_NazarovMachina" },
  387. { "Mustanglu_civ", "license_civ_NazarovMachina" },
  388. { "Gallardolu_civ", "license_civ_NazarovMachina" },
  389. { "AlessioAventador", "license_civ_NazarovMachina" },
  390. { "P1lu_civ", "license_civ_NazarovMachina" },
  391. { "R35lu_civ", "license_civ_NazarovMachina" },
  392. { "GT3lu_civ", "license_civ_NazarovMachina" },
  393. { "Macanlu_civ", "license_civ_NazarovMachina" },
  394. { "Panameralu", "license_civ_NazarovMachina" },
  395. { "Wraithlu_civ", "license_civ_NazarovMachina" },
  396. { "AlessioHuayra", "license_civ_NazarovMachina" },
  397. { "ageracover", "license_civ_NazarovMachina" },
  398. { "rs4cover2", "license_civ_NazarovMachina" },
  399. { "AVENTADOR_GMK", "license_civ_NazarovMachina" },
  400. { "C63_ROCKET", "license_civ_NazarovMachina" },
  401. { "M4_CAMO", "license_civ_NazarovMachina" },
  402. { "C63_CAMO", "license_civ_NazarovMachina" },
  403. { "C63_ALL", "license_civ_NazarovMachina" },
  404. { "caymancamo2", "license_civ_NazarovMachina" },
  405. { "f458cover1", "license_civ_NazarovMachina" },
  406. { "gtbcover2", "license_civ_NazarovMachina" },
  407. { "fastcover1", "license_civ_NazarovMachina" },
  408. { "golfcamo2mat", "license_civ_NazarovMachina" },
  409. { "AlessioMGA", "license_civ_NazarovMachina" },
  410. { "R50_CAMO2", "license_civ_NazarovMachina" },
  411. { "r8camo4", "license_civ_NazarovMachina" },
  412. { "rs4camo", "license_civ_NazarovMachina" },
  413. { "mustangmonstermet", "license_civ_NazarovMachina" },
  414. { "mustangmonster2met", "license_civ_NazarovMachina" }
  415. };
  416. };
  417.  
  418. class civ_truck {
  419. side = "civ";
  420. conditions = "license_civ_trucking";
  421. vehicles[] = {
  422. { "Midlum_amazon", "" },
  423. { "Midlum_poste", "" },
  424. { "Midlum_DHL", "" },
  425. { "Midlum_fedex", "" },
  426. { "Midlum_inter", "" },
  427. { "midlum", "" },
  428. { "Renault_Range_T", "" },
  429. { "midlum_p2", "" },
  430. { "Scania_124L", "" }
  431. };
  432. };
  433.  
  434. class civ_tunning {
  435. side = "civ";
  436. conditions = "";
  437. vehicles[] = {
  438. };
  439. };
  440.  
  441. class civ_br {
  442. side = "civ";
  443. conditions = "license_civ_br";
  444. vehicles[] = {
  445. { "shounka_a3_brinks_noir", "license_civ_br" },
  446. { "shounka_a3_brinks_rouge", "license_civ_br" }
  447. };
  448. };
  449.  
  450. class cop_ap {
  451. side = "cop";
  452. conditions = "license_cop_ap";
  453. vehicles[] = {
  454. { "Transit_adp", "license_cop_ap" },
  455. { "kangooII1_adp", "license_cop_ap" },
  456. { "chmaster2_adp", "license_cop_ap" },
  457. { "Trafic_adp", "license_cop_ap" },
  458. { "chtrans_pen", "license_cop_ap" }
  459. };
  460. };
  461.  
  462. class civ_militaire {
  463. side = "civ";
  464. conditions = "license_civ_aml";
  465. vehicles[] = {
  466. { "chdefender_vigi", "license_civ_aml" },
  467. { "Peugeot_Expert_vigi", "license_civ_aml" },
  468. { "chp4", "license_civ_aml" },
  469. { "PVP_AT", "license_civ_aml" },
  470. { "chgbc_180", "license_civ_aml" },
  471. { "kangooII1_vigi", "license_civ_aml" },
  472. { "Scenic3_vigi", "license_civ_aml" },
  473. { "Trafic3_vigi", "license_civ_aml" },
  474. { "VAB_AT", "license_civ_aml" },
  475. { "VBL_AT", "license_civ_aml" }
  476. };
  477. };
  478.  
  479. class civ_gouv {
  480. side = "civ";
  481. conditions = "license_civ_Maire";
  482. vehicles[] = {
  483. { "shounka_limo_civ", "license_civ_Maire" },
  484. { "chXTS_Royal", "license_civ_Maire" },
  485. { "Tahoelu_civ", "license_civ_Maire" },
  486. { "chMehari", "license_civ_Maire" }
  487. };
  488. };
  489.  
  490. class civ_utili {
  491. side = "civ";
  492. conditions = "";
  493. vehicles[] = {
  494. { "ch_sprinter_civ", "" },
  495. { "Peugeot_Boxer_civ", "" },
  496. { "Mer_Vito_civ", "" },
  497. { "Transitlu_civ", "" },
  498. { "IvecoCh_cciv", "" },
  499. { "chcitan_civ", "" },
  500. { "Peugeot_Expert_car_civ", "" },
  501. { "chexpert3_cciv", "" },
  502. { "partner2_cciv", "" },
  503. //{ "kangooI1c_civ", "" },
  504. //{ "kangooI2c_civ", "" },
  505. //{ "kangooII1_cciv", "" },
  506. //{ "chmaster2ut_civ", "" },
  507. //{ "Renault_Master_car", "" },
  508. //{ "master3p2_civ_car", "" },
  509. //{ "Trafic3cciv", "" },
  510. //{ "chtrafic1_ut", "" },
  511. //{ "Trafic1pl_civ", "" },
  512. //{ "Trafic2pl_civ", "" },
  513. { "V250_civ", "" }
  514. };
  515. };
  516.  
  517. class civ_secu {
  518. side = "civ";
  519. conditions = "license_civ_secu";
  520. vehicles[] = {
  521. { "rs4carbone", "" },
  522. { "Mer_Vito_civ", "" }
  523. };
  524. };
  525.  
  526. class civ_taxi {
  527. side = "civ";
  528. conditions = "license_civ_taxi";
  529. vehicles[] = {
  530. { "chduster14_civ_taxi", "" },
  531. { "cmax_civ_taxi", "" },
  532. { "focussw3_civ_taxi", "" },
  533. { "mondeoswch_civ_taxi", "" },
  534. { "mondeo_civ_taxi", "" },
  535. { "mondeovch_civ_taxi", "" },
  536. { "galaxych_civ_taxi", "" },
  537. { "chcitan_civ_taxi", "" },
  538. { "Mer_Vito_civ_taxi", "" },
  539. { "308_2015_taxi", "" },
  540. { "Peugeot_308_civ_taxi", "" },
  541. { "406_taxi", "" },
  542. { "508_taxi", "" },
  543. { "Peugeot_Expert_civ_taxi", "" },
  544. { "partner2_civ_taxi", "" },
  545. { "Renault_Espace_taxi", "" },
  546. { "kangooII1_civ_taxi", "" },
  547. { "chmegane_4_estate_taxi", "" },
  548. { "Megane_Estate_civ_taxi", "" },
  549. { "Scenic3_civ_taxi", "" },
  550. { "Renault_Scenic_taxi", "" },
  551. { "Trafic2_civ_taxi", "" },
  552. { "chvwt5_civ_taxi", "" }
  553. };
  554. };
  555.  
  556. class moto_shop {
  557. side = "civ";
  558. conditions = "license_civ_moto";
  559. vehicles[] = {
  560. { "1150RT_ch", "" },
  561. { "1200RT_ch", "" },
  562. { "S1000RR_2013_ch", "" },
  563. { "S1000RR_ch", "" },
  564. { "fatboy_ch", "" },
  565. { "690duke_ch", "" },
  566. { "FJR1300_ch", "" },
  567. { "YamahaQlu_civ", "" },
  568. { "xj6_ch", "" } ,
  569. { "V12_CRF450SGEND", "" } ,
  570. { "r125_ch", "" }
  571. };
  572. };
  573. class civ_al {
  574. side = "";
  575. conditions = "";
  576. vehicles[] = {
  577. { "chciternvol_bp", "license_civ_al" },
  578. { "chciternvol_total", "license_civ_al" },
  579. { "chpush_back", "license_civ_al" },
  580. { "S431DT_Euro", "license_civ_al" },
  581. { "S431DT_Flix", "license_civ_al" },
  582. { "S516HD_Euro", "license_civ_al" },
  583. { "S516HD_Oui", "license_civ_al" },
  584. { "S516HD_Flix", "license_civ_al" }
  585. };
  586. };
  587. class civ_air {
  588. side = "";
  589. conditions = "";
  590. vehicles[] = {
  591. { "EC635_Unarmed", "license_civ_al" },
  592. { "C_Heli_Light_01_civil_F", "license_civ_al" },
  593. { "A320_ch_AF", "license_civ_al" },
  594. { "do228_ch_Blanc", "license_civ_al" }
  595. };
  596. };
  597.  
  598. class civ_ship {
  599. side = "civ";
  600. conditions = "license_civ_boat";
  601. vehicles[] = {
  602. { "C_Rubberboat", "" },
  603. { "C_Boat_Civil_01_F", "" },
  604. { "sab_boat", "" },
  605. { "C_Boat_Transport_02_F", "" }, //Apex DLC
  606. { "C_Scooter_Transport_01_F", "" },
  607. { "GeK_Ferry", "" }
  608. };
  609. };
  610.  
  611. class dep_shop {
  612. side = "civ";
  613. conditions = "license_civ_dep";
  614. vehicles[] = {
  615. { "chtwingoII_DIR", "license_civ_dep" },
  616. { "KangooII1_DIR", "license_civ_dep" },
  617. { "ClioIV_DIR", "license_civ_dep" },
  618. { "Trafic3_DIR", "license_civ_dep" },
  619. { "Master3_DIR", "license_civ_dep" },
  620. { "depanren", "license_civ_dep" },
  621. { "chchariot", "license_civ_dep" },
  622. { "Volvo_FHlu_d", "license_civ_dep" },
  623. { "KangooI2_DIR", "license_civ_dep" },
  624. { "chTransport_L", "license_civ_dep" },
  625. { "Master2_DIR", "license_civ_dep" },
  626. { "chtwingoI_DIR", "license_civ_dep" },
  627. { "Trafic3_grdf", "license_civ_dep" },
  628. { "Trafic_DIR", "license_civ_dep" },
  629. { "master3p2_enedis", "license_civ_dep" },
  630. { "master3_enedis", "license_civ_dep" },
  631. { "partner2_grdf", "license_civ_dep" },
  632. { "chmaster2_grdf", "license_civ_dep" },
  633. { "Trafic3_grdf", "license_civ_dep" },
  634. { "Ducato_civ_grdf", "license_civ_dep" },
  635. { "chGrue_Mobile", "license_civ_dep" },
  636. { "chclio3_grdf", "license_civ_dep" },
  637. { "chduster14_civ_enedis", "license_civ_dep" },
  638. { "chbetonniere", "license_civ_dep" },
  639. { "chgrue", "license_civ_dep" },
  640. { "Peugeot_Expert_grdf", "license_civ_dep" },
  641. { "chbalayeuse", "license_civ_dep" },
  642. { "chdepanpl2", "license_civ_dep" }
  643. };
  644. };
  645.  
  646. class med_shop {
  647. side = "med";
  648. conditions = "";
  649. vehicles[] = {
  650. { "chepa_MAN", "" },
  651. { "chepa_Mercedes_Atego", "" },
  652. { "chepa_Mercedes_Atego_1530", "" },
  653. { "chepa_Scania_124L", "" },
  654. { "chepa_Scania_P280", "" },
  655. { "chepa_renault_lander", "" },
  656. { "trafic3_vsm", "" },
  657. { "devidoirch", "" },
  658. { "brancardch", "" },
  659. { "PMA", "" },
  660. { "chvsavar_ivecoar", "" },
  661. { "chVSAV_Sprinter", "" },
  662. { "chps5g", "" },
  663. { "ccfm_renault", "" },
  664. { "ccfm1_renault", "" },
  665. { "FPT_Scania_94D", "" },
  666. { "chmaster3_vsrl", "" },
  667. { "Trafic_vtp", "" },
  668. { "chduster14_vlhr", "" },
  669. { "kangooII1_vl", "" },
  670. { "chdefender_vlhr", "" },
  671. { "EPA", "" },
  672. { "chOshkosh_Striker_3000", "" },
  673. { "VPC", "" },
  674. { "EC135SClu", "" },
  675. { "Trafic_vtp", "" }
  676. };
  677. };
  678.  
  679. class med_air_shop {
  680. side = "med";
  681. conditions = "";
  682. vehicles[] = {
  683. { "CY_SC_EC635", "" },
  684. { "ec_635_securite_civ", "" },
  685. { "Heli_Transport_CDN888", "" }
  686. };
  687. };
  688.  
  689. class med_ship {
  690. side = "med";
  691. conditions = "";
  692. vehicles[] = {
  693. { "SH_BLS_SP", "license_med_sapeurspompiers" },
  694. { "C_Boat_Civil_01_rescue_F", "" }
  695. };
  696. };
  697.  
  698. class cop_car {
  699. side = "cop";
  700. conditions = "";
  701. vehicles[] = {
  702. { "1150RT_gn_ch", "license_cop_gn" },
  703. { "1200RT_gn_ch", "license_cop_gn" },
  704. { "berlingo1_gn", "license_cop_gn" },
  705. { "FocusRSlu_Gendarmerie", "license_cop_gn" },
  706. { "berlingo2_gn", "license_cop_gn" },
  707. { "c4h_gnb", "license_cop_gn" },
  708. { "c4h_gnr", "license_cop_gn" },
  709. { "chduster14_gn", "license_cop_gn" },
  710. { "Dacia_Duster_gn", "license_cop_gn" },
  711. { "Focus03_GN", "license_cop_gn" },
  712. { "chfcrs", "license_cop_gn" },
  713. { "focussw1998_GN", "license_cop_gn" },
  714. { "focussw2p2_GN", "license_cop_gn" },
  715. { "focussw3_gn", "license_cop_gn" },
  716. { "galaxych_gn", "license_cop_gn" },
  717. { "Transit_gn", "license_cop_gn" },
  718. { "IvecoCh_GN", "license_cop_gn" },
  719. { "chdefender_gn", "license_cop_gn" },
  720. { "Mer_Vito_gn", "license_cop_gn" },
  721. { "206_gn", "license_cop_gn" },
  722. { "206_gns", "license_cop_gn" },
  723. { "chExpert3_gn", "license_cop_gn" },
  724. { "Expert_GN", "license_cop_gn" },
  725. { "Expert_GN2", "license_cop_gn" },
  726. { "Expert_GN3", "license_cop_gn" },
  727. { "partner2_gn", "license_cop_gn" },
  728. { "partner2_gn2", "license_cop_gn" },
  729. { "4l_gn", "license_cop_gn" },
  730. { "ClioIch", "license_cop_gn" },
  731. { "Clio_GN", "license_cop_gn" },
  732. { "ClioIV_GN", "license_cop_gn" },
  733. { "kangooI1_gn", "license_cop_gn" },
  734. { "kangooI2_gn", "license_cop_gn" },
  735. { "megane_4_estate_gn", "license_cop_gn" },
  736. { "Megane_Estate_gn", "license_cop_gn" },
  737. { "Megane_Estate_p2_gn", "license_cop_gn" },
  738. { "Megane_gn", "license_cop_gn" },
  739. { "chmgrs", "license_cop_eri" },
  740. { "rs01ch", "license_cop_eri" },
  741. { "Trafic_gn", "license_cop_gn" },
  742. { "chtrafic1_gn", "license_cop_gn" },
  743. { "SubaruWRXgn", "license_cop_gn" },
  744. { "Sharanch_gn", "license_cop_gign" },
  745. { "FJR1300_gn_ch", "license_cop_gn" },
  746. { "c4h_bana", "license_cop_psig" },
  747. { "focusch3_gn_bana", "license_cop_psig" },
  748. { "cmax_gn_bana", "license_cop_psig" },
  749. { "Focus03_gn_bana", "license_cop_psig" },
  750. { "mondeo_gn_bana", "license_cop_psig" },
  751. { "mondeoswch_gn_bana", "license_cop_psig" },
  752. { "mondeovch_gn_bana", "license_cop_psig" },
  753. { "307_gn_bana", "license_cop_psig" },
  754. { "308_2015_gn_bana", "license_cop_psig" },
  755. { "308_gn_bana", "license_cop_psig" },
  756. { "chrr_svr_gn_bana", "license_cop_psig" },
  757. { "Renault_Espace_gn_bana", "license_cop_psig" },
  758. { "chmegane2_gn_bana", "license_cop_psig" },
  759. { "Scenic_gn_bana", "license_cop_psig" },
  760. { "chgolf7_gn_bana", "license_cop_psig" },
  761. { "chvwt5_gn_bana", "license_cop_psig" }
  762. };
  763. };
  764.  
  765. class cop_air {
  766. side = "cop";
  767. conditions = "";
  768. vehicles[] = {
  769. { "EC135GNlu", "license_cop_cAir" },
  770. { "CY_GENDARMERIE_EC635_CARGO", "license_cop_cAir" }
  771. };
  772. };
  773.  
  774. class cop_ship {
  775. side = "cop";
  776. conditions = "";
  777. vehicles[] = {
  778. { "B_Boat_Transport_01_F", "license_cop_pn" },
  779. { "Burnes_MK10_1", "license_cop_pn" }
  780. };
  781. };
  782. };
  783.  
  784. class LifeCfgVehicles {
  785. /*
  786. * Vehicle Configs (Contains textures and other stuff)
  787. *
  788. * "price" is the price before any multipliers set in Master_Config are applied.
  789. *
  790. * Default Multiplier Values & Calculations:
  791. * Civilian [Purchase, Sell]: [1.0, 0.5]
  792. * Cop [Purchase, Sell]: [0.5, 0.5]
  793. * Medic [Purchase, Sell]: [0.75, 0.5]
  794. * ChopShop: Payout = price * 0.25
  795. * GarageSell: Payout = price * [0.5, 0.5, 0.5, -1]
  796. * Cop Impound: Payout = price * 0.1
  797. * Pull Vehicle from Garage: Cost = price * [1, 0.5, 0.75, -1] * [0.5, 0.5, 0.5, -1]
  798. * – Pull Vehicle & GarageSell Array Explanation = [civ,cop,medic,east]
  799. *
  800. * 1: ARRAY (license required)
  801. * Ex: { "driver", "" , "" , "" } //civilian, west, independent, east
  802. * licenses[] = { {"CIV"}, {"COP"}, {"MEDIC"}, {"EAST"} };
  803. * Textures config follows { Texture Name, side, {texture(s)path}}
  804. * Texture(s)path follows this format:
  805. * INDEX 0: Texture Layer 0
  806. * INDEX 1: Texture Layer 1
  807. * INDEX 2: Texture Layer 2
  808. * etc etc etc
  809. *
  810. */
  811.  
  812. class Default {
  813. vItemSpace = -1;
  814. conditions = "";
  815. price = -1;
  816. textures[] = {};
  817. };
  818.  
  819. //Véhicule Félindra
  820. class AlessioMGA {
  821. vItemSpace = 25;
  822. conditions = "";
  823. price = 450120;
  824. textures[] = {
  825. { "Noir", "civ", {
  826. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  827. }, "" },
  828. { "Blanc", "civ", {
  829. "#(argb,8,8,3)color(1,1,1,1)"
  830. }, "" },
  831. { "Gris", "civ", {
  832. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  833. }, "" },
  834. { "Sable", "civ", {
  835. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  836. }, "" },
  837. { "Rouge", "civ", {
  838. "#(argb,8,8,3)color(1,0,0,1)"
  839. }, "" },
  840. { "Jaune", "civ", {
  841. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  842. }, "" },
  843. { "Bleu", "civ", {
  844. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  845. }, "" },
  846. { "Bleu Nuit", "civ", {
  847. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  848. }, "" },
  849. { "Mauve", "civ", {
  850. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  851. }, "" },
  852. { "Orange", "civ", {
  853. "#(argb,8,8,3)color(1,0.251,0,1)"
  854. }, "" },
  855. { "Vert", "civ", {
  856. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  857. }, "" },
  858. { "Rose", "civ", {
  859. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  860. }, "" },
  861. { "Violet", "civ", {
  862. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  863. }, "" }
  864. };
  865. };
  866. //Véhicule Kris
  867. class EC135GNlu {
  868. vItemSpace = 100;
  869. conditions = "";
  870. price = 250;
  871. textures[] = {};
  872. };
  873.  
  874. class EC135SClu {
  875. vItemSpace = 100;
  876. conditions = "";
  877. price = 250;
  878. textures[] = {};
  879. };
  880.  
  881. class GT500Plu {
  882. vItemSpace = 100;
  883. conditions = "";
  884. price = 250;
  885. textures[] = {
  886. { "Noir", "civ", {
  887. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  888. }, "" },
  889. { "Blanc", "civ", {
  890. "#(argb,8,8,3)color(1,1,1,1)"
  891. }, "" },
  892. { "Gris", "civ", {
  893. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  894. }, "" },
  895. { "Sable", "civ", {
  896. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  897. }, "" },
  898. { "Rouge", "civ", {
  899. "#(argb,8,8,3)color(1,0,0,1)"
  900. }, "" },
  901. { "Jaune", "civ", {
  902. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  903. }, "" },
  904. { "Bleu", "civ", {
  905. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  906. }, "" },
  907. { "Bleu Nuit", "civ", {
  908. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  909. }, "" },
  910. { "Mauve", "civ", {
  911. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  912. }, "" },
  913. { "Orange", "civ", {
  914. "#(argb,8,8,3)color(1,0.251,0,1)"
  915. }, "" },
  916. { "Vert", "civ", {
  917. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  918. }, "" },
  919. { "Rose", "civ", {
  920. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  921. }, "" },
  922. { "Violet", "civ", {
  923. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  924. }, "" }
  925. };
  926. };
  927.  
  928.  
  929. class Model_Slu_P {
  930. vItemSpace = 100;
  931. conditions = "";
  932. price = 250;
  933. textures[] = {};
  934. };
  935.  
  936. class mondeovch_bac {
  937. vItemSpace = 100;
  938. conditions = "";
  939. price = 250;
  940. textures[] = {
  941. { "Noir", "civ", {
  942. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  943. }, "" },
  944. { "Blanc", "civ", {
  945. "#(argb,8,8,3)color(1,1,1,1)"
  946. }, "" },
  947. { "Gris", "civ", {
  948. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  949. }, "" },
  950. { "Sable", "civ", {
  951. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  952. }, "" },
  953. { "Rouge", "civ", {
  954. "#(argb,8,8,3)color(1,0,0,1)"
  955. }, "" },
  956. { "Jaune", "civ", {
  957. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  958. }, "" },
  959. { "Bleu", "civ", {
  960. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  961. }, "" },
  962. { "Bleu Nuit", "civ", {
  963. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  964. }, "" },
  965. { "Mauve", "civ", {
  966. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  967. }, "" },
  968. { "Orange", "civ", {
  969. "#(argb,8,8,3)color(1,0.251,0,1)"
  970. }, "" },
  971. { "Vert", "civ", {
  972. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  973. }, "" },
  974. { "Rose", "civ", {
  975. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  976. }, "" },
  977. { "Violet", "civ", {
  978. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  979. }, "" }
  980. };
  981. };
  982.  
  983. class chwt5_raid {
  984. vItemSpace = 100;
  985. conditions = "";
  986. price = 250;
  987. textures[] = {};
  988. };
  989.  
  990. class focusch3_gn_bana {
  991. vItemSpace = 100;
  992. conditions = "license_cop_psig";
  993. price = 250;
  994. textures[] = {
  995. { "Noir", "civ", {
  996. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  997. }, "" },
  998. { "Blanc", "civ", {
  999. "#(argb,8,8,3)color(1,1,1,1)"
  1000. }, "" },
  1001. { "Gris", "civ", {
  1002. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1003. }, "" },
  1004. { "Sable", "civ", {
  1005. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1006. }, "" },
  1007. { "Rouge", "civ", {
  1008. "#(argb,8,8,3)color(1,0,0,1)"
  1009. }, "" },
  1010. { "Jaune", "civ", {
  1011. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1012. }, "" },
  1013. { "Bleu", "civ", {
  1014. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1015. }, "" },
  1016. { "Bleu Nuit", "civ", {
  1017. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1018. }, "" },
  1019. { "Mauve", "civ", {
  1020. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1021. }, "" },
  1022. { "Orange", "civ", {
  1023. "#(argb,8,8,3)color(1,0.251,0,1)"
  1024. }, "" },
  1025. { "Vert", "civ", {
  1026. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1027. }, "" },
  1028. { "Rose", "civ", {
  1029. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1030. }, "" },
  1031. { "Violet", "civ", {
  1032. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1033. }, "" }
  1034. };
  1035. };
  1036. class c4h_bana {
  1037. vItemSpace = 100;
  1038. conditions = "license_cop_psig";
  1039. price = 250;
  1040. textures[] = {
  1041. { "Noir", "civ", {
  1042. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1043. }, "" },
  1044. { "Blanc", "civ", {
  1045. "#(argb,8,8,3)color(1,1,1,1)"
  1046. }, "" },
  1047. { "Gris", "civ", {
  1048. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1049. }, "" },
  1050. { "Sable", "civ", {
  1051. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1052. }, "" },
  1053. { "Rouge", "civ", {
  1054. "#(argb,8,8,3)color(1,0,0,1)"
  1055. }, "" },
  1056. { "Jaune", "civ", {
  1057. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1058. }, "" },
  1059. { "Bleu", "civ", {
  1060. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1061. }, "" },
  1062. { "Bleu Nuit", "civ", {
  1063. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1064. }, "" },
  1065. { "Mauve", "civ", {
  1066. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1067. }, "" },
  1068. { "Orange", "civ", {
  1069. "#(argb,8,8,3)color(1,0.251,0,1)"
  1070. }, "" },
  1071. { "Vert", "civ", {
  1072. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1073. }, "" },
  1074. { "Rose", "civ", {
  1075. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1076. }, "" },
  1077. { "Violet", "civ", {
  1078. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1079. }, "" }
  1080. };
  1081. };
  1082. class Focus03_gn_bana {
  1083. vItemSpace = 100;
  1084. conditions = "license_cop_psig";
  1085. price = 250;
  1086. textures[] = {
  1087. { "Noir", "civ", {
  1088. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1089. }, "" },
  1090. { "Blanc", "civ", {
  1091. "#(argb,8,8,3)color(1,1,1,1)"
  1092. }, "" },
  1093. { "Gris", "civ", {
  1094. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1095. }, "" },
  1096. { "Sable", "civ", {
  1097. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1098. }, "" },
  1099. { "Rouge", "civ", {
  1100. "#(argb,8,8,3)color(1,0,0,1)"
  1101. }, "" },
  1102. { "Jaune", "civ", {
  1103. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1104. }, "" },
  1105. { "Bleu", "civ", {
  1106. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1107. }, "" },
  1108. { "Bleu Nuit", "civ", {
  1109. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1110. }, "" },
  1111. { "Mauve", "civ", {
  1112. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1113. }, "" },
  1114. { "Orange", "civ", {
  1115. "#(argb,8,8,3)color(1,0.251,0,1)"
  1116. }, "" },
  1117. { "Vert", "civ", {
  1118. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1119. }, "" },
  1120. { "Rose", "civ", {
  1121. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1122. }, "" },
  1123. { "Violet", "civ", {
  1124. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1125. }, "" }
  1126. };
  1127. };
  1128. class mondeo_gn_bana {
  1129. vItemSpace = 100;
  1130. conditions = "license_cop_psig";
  1131. price = 250;
  1132. textures[] = {
  1133. { "Noir", "civ", {
  1134. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1135. }, "" },
  1136. { "Blanc", "civ", {
  1137. "#(argb,8,8,3)color(1,1,1,1)"
  1138. }, "" },
  1139. { "Gris", "civ", {
  1140. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1141. }, "" },
  1142. { "Sable", "civ", {
  1143. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1144. }, "" },
  1145. { "Rouge", "civ", {
  1146. "#(argb,8,8,3)color(1,0,0,1)"
  1147. }, "" },
  1148. { "Jaune", "civ", {
  1149. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1150. }, "" },
  1151. { "Bleu", "civ", {
  1152. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1153. }, "" },
  1154. { "Bleu Nuit", "civ", {
  1155. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1156. }, "" },
  1157. { "Mauve", "civ", {
  1158. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1159. }, "" },
  1160. { "Orange", "civ", {
  1161. "#(argb,8,8,3)color(1,0.251,0,1)"
  1162. }, "" },
  1163. { "Vert", "civ", {
  1164. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1165. }, "" },
  1166. { "Rose", "civ", {
  1167. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1168. }, "" },
  1169. { "Violet", "civ", {
  1170. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1171. }, "" }
  1172. };
  1173. };
  1174. class mondeoswch_gn_bana {
  1175. vItemSpace = 100;
  1176. conditions = "license_cop_psig";
  1177. price = 250;
  1178. textures[] = {
  1179. { "Noir", "civ", {
  1180. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1181. }, "" },
  1182. { "Blanc", "civ", {
  1183. "#(argb,8,8,3)color(1,1,1,1)"
  1184. }, "" },
  1185. { "Gris", "civ", {
  1186. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1187. }, "" },
  1188. { "Sable", "civ", {
  1189. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1190. }, "" },
  1191. { "Rouge", "civ", {
  1192. "#(argb,8,8,3)color(1,0,0,1)"
  1193. }, "" },
  1194. { "Jaune", "civ", {
  1195. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1196. }, "" },
  1197. { "Bleu", "civ", {
  1198. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1199. }, "" },
  1200. { "Bleu Nuit", "civ", {
  1201. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1202. }, "" },
  1203. { "Mauve", "civ", {
  1204. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1205. }, "" },
  1206. { "Orange", "civ", {
  1207. "#(argb,8,8,3)color(1,0.251,0,1)"
  1208. }, "" },
  1209. { "Vert", "civ", {
  1210. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1211. }, "" },
  1212. { "Rose", "civ", {
  1213. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1214. }, "" },
  1215. { "Violet", "civ", {
  1216. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1217. }, "" }
  1218. };
  1219. };class mondeovch_gn_bana {
  1220. vItemSpace = 100;
  1221. conditions = "license_cop_psig";
  1222. price = 250;
  1223. textures[] = {
  1224. { "Noir", "civ", {
  1225. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1226. }, "" },
  1227. { "Blanc", "civ", {
  1228. "#(argb,8,8,3)color(1,1,1,1)"
  1229. }, "" },
  1230. { "Gris", "civ", {
  1231. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1232. }, "" },
  1233. { "Sable", "civ", {
  1234. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1235. }, "" },
  1236. { "Rouge", "civ", {
  1237. "#(argb,8,8,3)color(1,0,0,1)"
  1238. }, "" },
  1239. { "Jaune", "civ", {
  1240. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1241. }, "" },
  1242. { "Bleu", "civ", {
  1243. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1244. }, "" },
  1245. { "Bleu Nuit", "civ", {
  1246. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1247. }, "" },
  1248. { "Mauve", "civ", {
  1249. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1250. }, "" },
  1251. { "Orange", "civ", {
  1252. "#(argb,8,8,3)color(1,0.251,0,1)"
  1253. }, "" },
  1254. { "Vert", "civ", {
  1255. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1256. }, "" },
  1257. { "Rose", "civ", {
  1258. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1259. }, "" },
  1260. { "Violet", "civ", {
  1261. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1262. }, "" }
  1263. };
  1264. };
  1265. class 307_gn_bana {
  1266. vItemSpace = 100;
  1267. conditions = "license_cop_psig";
  1268. price = 250;
  1269. textures[] = {
  1270. { "Noir", "civ", {
  1271. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1272. }, "" },
  1273. { "Blanc", "civ", {
  1274. "#(argb,8,8,3)color(1,1,1,1)"
  1275. }, "" },
  1276. { "Gris", "civ", {
  1277. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1278. }, "" },
  1279. { "Sable", "civ", {
  1280. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1281. }, "" },
  1282. { "Rouge", "civ", {
  1283. "#(argb,8,8,3)color(1,0,0,1)"
  1284. }, "" },
  1285. { "Jaune", "civ", {
  1286. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1287. }, "" },
  1288. { "Bleu", "civ", {
  1289. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1290. }, "" },
  1291. { "Bleu Nuit", "civ", {
  1292. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1293. }, "" },
  1294. { "Mauve", "civ", {
  1295. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1296. }, "" },
  1297. { "Orange", "civ", {
  1298. "#(argb,8,8,3)color(1,0.251,0,1)"
  1299. }, "" },
  1300. { "Vert", "civ", {
  1301. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1302. }, "" },
  1303. { "Rose", "civ", {
  1304. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1305. }, "" },
  1306. { "Violet", "civ", {
  1307. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1308. }, "" }
  1309. };
  1310. };
  1311. class 308_2015_gn_bana {
  1312. vItemSpace = 100;
  1313. conditions = "license_cop_psig";
  1314. price = 250;
  1315. textures[] = {
  1316. { "Noir", "civ", {
  1317. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1318. }, "" },
  1319. { "Blanc", "civ", {
  1320. "#(argb,8,8,3)color(1,1,1,1)"
  1321. }, "" },
  1322. { "Gris", "civ", {
  1323. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1324. }, "" },
  1325. { "Sable", "civ", {
  1326. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1327. }, "" },
  1328. { "Rouge", "civ", {
  1329. "#(argb,8,8,3)color(1,0,0,1)"
  1330. }, "" },
  1331. { "Jaune", "civ", {
  1332. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1333. }, "" },
  1334. { "Bleu", "civ", {
  1335. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1336. }, "" },
  1337. { "Bleu Nuit", "civ", {
  1338. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1339. }, "" },
  1340. { "Mauve", "civ", {
  1341. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1342. }, "" },
  1343. { "Orange", "civ", {
  1344. "#(argb,8,8,3)color(1,0.251,0,1)"
  1345. }, "" },
  1346. { "Vert", "civ", {
  1347. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1348. }, "" },
  1349. { "Rose", "civ", {
  1350. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1351. }, "" },
  1352. { "Violet", "civ", {
  1353. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1354. }, "" }
  1355. };
  1356. };
  1357. class 308_gn_bana {
  1358. vItemSpace = 100;
  1359. conditions = "license_cop_psig";
  1360. price = 250;
  1361. textures[] = {
  1362. { "Noir", "civ", {
  1363. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1364. }, "" },
  1365. { "Blanc", "civ", {
  1366. "#(argb,8,8,3)color(1,1,1,1)"
  1367. }, "" },
  1368. { "Gris", "civ", {
  1369. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1370. }, "" },
  1371. { "Sable", "civ", {
  1372. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1373. }, "" },
  1374. { "Rouge", "civ", {
  1375. "#(argb,8,8,3)color(1,0,0,1)"
  1376. }, "" },
  1377. { "Jaune", "civ", {
  1378. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1379. }, "" },
  1380. { "Bleu", "civ", {
  1381. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1382. }, "" },
  1383. { "Bleu Nuit", "civ", {
  1384. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1385. }, "" },
  1386. { "Mauve", "civ", {
  1387. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1388. }, "" },
  1389. { "Orange", "civ", {
  1390. "#(argb,8,8,3)color(1,0.251,0,1)"
  1391. }, "" },
  1392. { "Vert", "civ", {
  1393. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1394. }, "" },
  1395. { "Rose", "civ", {
  1396. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1397. }, "" },
  1398. { "Violet", "civ", {
  1399. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1400. }, "" }
  1401. };
  1402. };
  1403. class chrr_svr_gn_bana {
  1404. vItemSpace = 100;
  1405. conditions = "license_cop_psig";
  1406. price = 250;
  1407. textures[] = {
  1408. { "Noir", "civ", {
  1409. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1410. }, "" },
  1411. { "Blanc", "civ", {
  1412. "#(argb,8,8,3)color(1,1,1,1)"
  1413. }, "" },
  1414. { "Gris", "civ", {
  1415. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1416. }, "" },
  1417. { "Sable", "civ", {
  1418. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1419. }, "" },
  1420. { "Rouge", "civ", {
  1421. "#(argb,8,8,3)color(1,0,0,1)"
  1422. }, "" },
  1423. { "Jaune", "civ", {
  1424. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1425. }, "" },
  1426. { "Bleu", "civ", {
  1427. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1428. }, "" },
  1429. { "Bleu Nuit", "civ", {
  1430. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1431. }, "" },
  1432. { "Mauve", "civ", {
  1433. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1434. }, "" },
  1435. { "Orange", "civ", {
  1436. "#(argb,8,8,3)color(1,0.251,0,1)"
  1437. }, "" },
  1438. { "Vert", "civ", {
  1439. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1440. }, "" },
  1441. { "Rose", "civ", {
  1442. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1443. }, "" },
  1444. { "Violet", "civ", {
  1445. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1446. }, "" }
  1447. };
  1448. };
  1449. class Renault_Espace_gn_bana {
  1450. vItemSpace = 100;
  1451. conditions = "license_cop_psig";
  1452. price = 250;
  1453. textures[] = {
  1454. { "Noir", "civ", {
  1455. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1456. }, "" },
  1457. { "Blanc", "civ", {
  1458. "#(argb,8,8,3)color(1,1,1,1)"
  1459. }, "" },
  1460. { "Gris", "civ", {
  1461. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1462. }, "" },
  1463. { "Sable", "civ", {
  1464. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1465. }, "" },
  1466. { "Rouge", "civ", {
  1467. "#(argb,8,8,3)color(1,0,0,1)"
  1468. }, "" },
  1469. { "Jaune", "civ", {
  1470. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1471. }, "" },
  1472. { "Bleu", "civ", {
  1473. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1474. }, "" },
  1475. { "Bleu Nuit", "civ", {
  1476. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1477. }, "" },
  1478. { "Mauve", "civ", {
  1479. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1480. }, "" },
  1481. { "Orange", "civ", {
  1482. "#(argb,8,8,3)color(1,0.251,0,1)"
  1483. }, "" },
  1484. { "Vert", "civ", {
  1485. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1486. }, "" },
  1487. { "Rose", "civ", {
  1488. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1489. }, "" },
  1490. { "Violet", "civ", {
  1491. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1492. }, "" }
  1493. };
  1494. };
  1495. class chmegane2_gn_bana {
  1496. vItemSpace = 100;
  1497. conditions = "license_cop_psig";
  1498. price = 250;
  1499. textures[] = {
  1500. { "Noir", "civ", {
  1501. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1502. }, "" },
  1503. { "Blanc", "civ", {
  1504. "#(argb,8,8,3)color(1,1,1,1)"
  1505. }, "" },
  1506. { "Gris", "civ", {
  1507. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1508. }, "" },
  1509. { "Sable", "civ", {
  1510. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1511. }, "" },
  1512. { "Rouge", "civ", {
  1513. "#(argb,8,8,3)color(1,0,0,1)"
  1514. }, "" },
  1515. { "Jaune", "civ", {
  1516. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1517. }, "" },
  1518. { "Bleu", "civ", {
  1519. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1520. }, "" },
  1521. { "Bleu Nuit", "civ", {
  1522. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1523. }, "" },
  1524. { "Mauve", "civ", {
  1525. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1526. }, "" },
  1527. { "Orange", "civ", {
  1528. "#(argb,8,8,3)color(1,0.251,0,1)"
  1529. }, "" },
  1530. { "Vert", "civ", {
  1531. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1532. }, "" },
  1533. { "Rose", "civ", {
  1534. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1535. }, "" },
  1536. { "Violet", "civ", {
  1537. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1538. }, "" }
  1539. };
  1540. };
  1541. class Scenic_gn_bana {
  1542. vItemSpace = 100;
  1543. conditions = "license_cop_psig";
  1544. price = 250;
  1545. textures[] = {
  1546. { "Noir", "civ", {
  1547. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1548. }, "" },
  1549. { "Blanc", "civ", {
  1550. "#(argb,8,8,3)color(1,1,1,1)"
  1551. }, "" },
  1552. { "Gris", "civ", {
  1553. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1554. }, "" },
  1555. { "Sable", "civ", {
  1556. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1557. }, "" },
  1558. { "Rouge", "civ", {
  1559. "#(argb,8,8,3)color(1,0,0,1)"
  1560. }, "" },
  1561. { "Jaune", "civ", {
  1562. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1563. }, "" },
  1564. { "Bleu", "civ", {
  1565. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1566. }, "" },
  1567. { "Bleu Nuit", "civ", {
  1568. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1569. }, "" },
  1570. { "Mauve", "civ", {
  1571. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1572. }, "" },
  1573. { "Orange", "civ", {
  1574. "#(argb,8,8,3)color(1,0.251,0,1)"
  1575. }, "" },
  1576. { "Vert", "civ", {
  1577. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1578. }, "" },
  1579. { "Rose", "civ", {
  1580. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1581. }, "" },
  1582. { "Violet", "civ", {
  1583. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1584. }, "" }
  1585. };
  1586. };
  1587. class chgolf7_gn_bana {
  1588. vItemSpace = 100;
  1589. conditions = "license_cop_psig";
  1590. price = 250;
  1591. textures[] = {
  1592. { "Noir", "civ", {
  1593. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1594. }, "" },
  1595. { "Blanc", "civ", {
  1596. "#(argb,8,8,3)color(1,1,1,1)"
  1597. }, "" },
  1598. { "Gris", "civ", {
  1599. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1600. }, "" },
  1601. { "Sable", "civ", {
  1602. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1603. }, "" },
  1604. { "Rouge", "civ", {
  1605. "#(argb,8,8,3)color(1,0,0,1)"
  1606. }, "" },
  1607. { "Jaune", "civ", {
  1608. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1609. }, "" },
  1610. { "Bleu", "civ", {
  1611. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1612. }, "" },
  1613. { "Bleu Nuit", "civ", {
  1614. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1615. }, "" },
  1616. { "Mauve", "civ", {
  1617. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1618. }, "" },
  1619. { "Orange", "civ", {
  1620. "#(argb,8,8,3)color(1,0.251,0,1)"
  1621. }, "" },
  1622. { "Vert", "civ", {
  1623. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1624. }, "" },
  1625. { "Rose", "civ", {
  1626. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1627. }, "" },
  1628. { "Violet", "civ", {
  1629. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1630. }, "" }
  1631. };
  1632. };
  1633. class chvwt5_gn_bana {
  1634. vItemSpace = 100;
  1635. conditions = "license_cop_psig";
  1636. price = 250;
  1637. textures[] = {
  1638. { "Noir", "civ", {
  1639. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1640. }, "" },
  1641. { "Blanc", "civ", {
  1642. "#(argb,8,8,3)color(1,1,1,1)"
  1643. }, "" },
  1644. { "Gris", "civ", {
  1645. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1646. }, "" },
  1647. { "Sable", "civ", {
  1648. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1649. }, "" },
  1650. { "Rouge", "civ", {
  1651. "#(argb,8,8,3)color(1,0,0,1)"
  1652. }, "" },
  1653. { "Jaune", "civ", {
  1654. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1655. }, "" },
  1656. { "Bleu", "civ", {
  1657. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1658. }, "" },
  1659. { "Bleu Nuit", "civ", {
  1660. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1661. }, "" },
  1662. { "Mauve", "civ", {
  1663. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1664. }, "" },
  1665. { "Orange", "civ", {
  1666. "#(argb,8,8,3)color(1,0.251,0,1)"
  1667. }, "" },
  1668. { "Vert", "civ", {
  1669. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1670. }, "" },
  1671. { "Rose", "civ", {
  1672. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1673. }, "" },
  1674. { "Violet", "civ", {
  1675. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1676. }, "" }
  1677. };
  1678. };
  1679. class cmax_gn_bana {
  1680. vItemSpace = 50;
  1681. conditions = "";
  1682. price = 250;
  1683. textures[] = {};
  1684. };
  1685. class 1150RT_gn_ch {
  1686. vItemSpace = 50;
  1687. conditions = "";
  1688. price = 250;
  1689. textures[] = {};
  1690. };
  1691.  
  1692. class 1200RT_gn_ch {
  1693. vItemSpace = 50;
  1694. conditions = "";
  1695. price = 250;
  1696. textures[] = {};
  1697. };
  1698. class FocusRSlu_Gendarmerie {
  1699. vItemSpace = 100;
  1700. conditions = "";
  1701. price = 250;
  1702. textures[] = {};
  1703. };
  1704. class berlingo1_gn {
  1705. vItemSpace = 100;
  1706. conditions = "";
  1707. price = 250;
  1708. textures[] = {};
  1709. };
  1710.  
  1711. class berlingo2_gn {
  1712. vItemSpace = 100;
  1713. conditions = "";
  1714. price = 250;
  1715. textures[] = {};
  1716. };
  1717.  
  1718. class c4h_gnb {
  1719. vItemSpace = 100;
  1720. conditions = "license_cop_eri";
  1721. price = 250;
  1722. textures[] = {};
  1723. };
  1724.  
  1725. class c4h_gnr {
  1726. vItemSpace = 100;
  1727. conditions = "";
  1728. price = 250;
  1729. textures[] = {};
  1730. };
  1731.  
  1732. class chduster14_gn {
  1733. vItemSpace = 100;
  1734. conditions = "";
  1735. price = 250;
  1736. textures[] = {};
  1737. };
  1738.  
  1739. class Dacia_Duster_gn {
  1740. vItemSpace = 100;
  1741. conditions = "";
  1742. price = 250;
  1743. textures[] = {};
  1744. };
  1745.  
  1746. class Focus03_GN {
  1747. vItemSpace = 100;
  1748. conditions = "";
  1749. price = 250;
  1750. textures[] = {};
  1751. };
  1752.  
  1753. class chfcrs {
  1754. vItemSpace = 100;
  1755. conditions = "";
  1756. price = 250;
  1757. textures[] = {};
  1758. };
  1759.  
  1760. class focussw1998_GN {
  1761. vItemSpace = 100;
  1762. conditions = "";
  1763. price = 250;
  1764. textures[] = {};
  1765. };
  1766.  
  1767. class focussw2p2_GN {
  1768. vItemSpace = 100;
  1769. conditions = "";
  1770. price = 250;
  1771. textures[] = {};
  1772. };
  1773.  
  1774. class focussw3_gn {
  1775. vItemSpace = 100;
  1776. conditions = "";
  1777. price = 250;
  1778. textures[] = {};
  1779. };
  1780.  
  1781. class galaxych_gn {
  1782. vItemSpace = 100;
  1783. conditions = "";
  1784. price = 250;
  1785. textures[] = {};
  1786. };
  1787.  
  1788. class Transit_gn {
  1789. vItemSpace = 100;
  1790. conditions = "";
  1791. price = 250;
  1792. textures[] = {};
  1793. };
  1794.  
  1795. class IvecoCh_GN {
  1796. vItemSpace = 100;
  1797. conditions = "";
  1798. price = 250;
  1799. textures[] = {};
  1800. };
  1801.  
  1802. class chdefender_gn {
  1803. vItemSpace = 100;
  1804. conditions = "";
  1805. price = 250;
  1806. textures[] = {};
  1807. };
  1808.  
  1809. class Mer_Vito_gn {
  1810. vItemSpace = 100;
  1811. conditions = "";
  1812. price = 250;
  1813. textures[] = {};
  1814. };
  1815.  
  1816. class 206_gn {
  1817. vItemSpace = 100;
  1818. conditions = "";
  1819. price = 250;
  1820. textures[] = {};
  1821. };
  1822.  
  1823. class 206_gns {
  1824. vItemSpace = 100;
  1825. conditions = "";
  1826. price = 250;
  1827. textures[] = {};
  1828. };
  1829.  
  1830. class chExpert3_gn {
  1831. vItemSpace = 100;
  1832. conditions = "";
  1833. price = 250;
  1834. textures[] = {};
  1835. };
  1836.  
  1837. class Expert_GN {
  1838. vItemSpace = 100;
  1839. conditions = "";
  1840. price = 250;
  1841. textures[] = {};
  1842. };
  1843.  
  1844. class Expert_GN2 {
  1845. vItemSpace = 100;
  1846. conditions = "";
  1847. price = 250;
  1848. textures[] = {};
  1849. };
  1850.  
  1851. class Expert_GN3 {
  1852. vItemSpace = 100;
  1853. conditions = "";
  1854. price = 250;
  1855. textures[] = {};
  1856. };
  1857.  
  1858. class partner2_gn {
  1859. vItemSpace = 100;
  1860. conditions = "";
  1861. price = 250;
  1862. textures[] = {};
  1863. };
  1864.  
  1865. class partner2_gn2 {
  1866. vItemSpace = 100;
  1867. conditions = "";
  1868. price = 250;
  1869. textures[] = {};
  1870. };
  1871.  
  1872. class 4l_gn {
  1873. vItemSpace = 100;
  1874. conditions = "";
  1875. price = 250;
  1876. textures[] = {};
  1877. };
  1878.  
  1879. class ClioIch {
  1880. vItemSpace = 100;
  1881. conditions = "";
  1882. price = 250;
  1883. textures[] = {};
  1884. };
  1885.  
  1886. class Clio_GN {
  1887. vItemSpace = 100;
  1888. conditions = "";
  1889. price = 250;
  1890. textures[] = {};
  1891. };
  1892.  
  1893. class ClioIV_GN {
  1894. vItemSpace = 100;
  1895. conditions = "";
  1896. price = 250;
  1897. textures[] = {};
  1898. };
  1899.  
  1900. class kangooI1_gn {
  1901. vItemSpace = 100;
  1902. conditions = "";
  1903. price = 250;
  1904. textures[] = {};
  1905. };
  1906.  
  1907. class kangooI2_gn {
  1908. vItemSpace = 100;
  1909. conditions = "";
  1910. price = 250;
  1911. textures[] = {};
  1912. };
  1913.  
  1914. class megane_4_estate_gn {
  1915. vItemSpace = 100;
  1916. conditions = "";
  1917. price = 250;
  1918. textures[] = {};
  1919. };
  1920.  
  1921. class Megane_Estate_gn {
  1922. vItemSpace = 100;
  1923. conditions = "";
  1924. price = 250;
  1925. textures[] = {};
  1926. };
  1927.  
  1928. class G65lu_B {
  1929. vItemSpace = 100;
  1930. conditions = "";
  1931. price = 250;
  1932. textures[] = {
  1933. { "Noir", "civ", {
  1934. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1935. }, "" },
  1936. { "Blanc", "civ", {
  1937. "#(argb,8,8,3)color(1,1,1,1)"
  1938. }, "" },
  1939. { "Gris", "civ", {
  1940. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1941. }, "" },
  1942. { "Sable", "civ", {
  1943. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1944. }, "" },
  1945. { "Rouge", "civ", {
  1946. "#(argb,8,8,3)color(1,0,0,1)"
  1947. }, "" },
  1948. { "Jaune", "civ", {
  1949. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1950. }, "" },
  1951. { "Bleu", "civ", {
  1952. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  1953. }, "" },
  1954. { "Bleu Nuit", "civ", {
  1955. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  1956. }, "" },
  1957. { "Mauve", "civ", {
  1958. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  1959. }, "" },
  1960. { "Orange", "civ", {
  1961. "#(argb,8,8,3)color(1,0.251,0,1)"
  1962. }, "" },
  1963. { "Vert", "civ", {
  1964. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  1965. }, "" },
  1966. { "Rose", "civ", {
  1967. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  1968. }, "" },
  1969. { "Violet", "civ", {
  1970. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  1971. }, "" }
  1972. };
  1973. };
  1974.  
  1975. class V250lu_B {
  1976. vItemSpace = 100;
  1977. conditions = "license_cop_bac";
  1978. price = 250;
  1979. textures[] = {
  1980. { "Noir", "civ", {
  1981. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  1982. }, "" },
  1983. { "Blanc", "civ", {
  1984. "#(argb,8,8,3)color(1,1,1,1)"
  1985. }, "" },
  1986. { "Gris", "civ", {
  1987. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  1988. }, "" },
  1989. { "Sable", "civ", {
  1990. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  1991. }, "" },
  1992. { "Rouge", "civ", {
  1993. "#(argb,8,8,3)color(1,0,0,1)"
  1994. }, "" },
  1995. { "Jaune", "civ", {
  1996. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  1997. }, "" },
  1998. { "Bleu", "civ", {
  1999. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2000. }, "" },
  2001. { "Bleu Nuit", "civ", {
  2002. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2003. }, "" },
  2004. { "Mauve", "civ", {
  2005. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2006. }, "" },
  2007. { "Orange", "civ", {
  2008. "#(argb,8,8,3)color(1,0.251,0,1)"
  2009. }, "" },
  2010. { "Vert", "civ", {
  2011. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2012. }, "" },
  2013. { "Rose", "civ", {
  2014. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2015. }, "" },
  2016. { "Violet", "civ", {
  2017. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2018. }, "" }
  2019. };
  2020. };
  2021.  
  2022. class Megane_Estate_p2_gn {
  2023. vItemSpace = 100;
  2024. conditions = "license_cop_pm";
  2025. price = 250;
  2026. textures[] = {};
  2027. };
  2028.  
  2029. class Megane_gn {
  2030. vItemSpace = 100;
  2031. conditions = "license_cop_pm";
  2032. price = 250;
  2033. textures[] = {};
  2034. };
  2035.  
  2036. class chmgrs {
  2037. vItemSpace = 100;
  2038. conditions = "license_cop_eri";
  2039. price = 250;
  2040. textures[] = {};
  2041. };
  2042.  
  2043. class Scenic3_Dne {
  2044. vItemSpace = 100;
  2045. conditions = "license_cop_douane";
  2046. price = 250;
  2047. textures[] = {};
  2048. };
  2049.  
  2050. class FJR1300_dne_ch {
  2051. vItemSpace = 100;
  2052. conditions = "license_cop_douane";
  2053. price = 250;
  2054. textures[] = {};
  2055. };
  2056.  
  2057. class Trafic_douane {
  2058. vItemSpace = 100;
  2059. conditions = "license_cop_douane";
  2060. price = 250;
  2061. textures[] = {};
  2062. };
  2063.  
  2064. class Megane_Estate_p2_dne {
  2065. vItemSpace = 100;
  2066. conditions = "license_cop_douane";
  2067. price = 250;
  2068. textures[] = {};
  2069. };
  2070.  
  2071. class Megane_Estate_douane {
  2072. vItemSpace = 100;
  2073. conditions = "license_cop_douane";
  2074. price = 250;
  2075. textures[] = {};
  2076. };
  2077.  
  2078. class megane_4_estate_dne {
  2079. vItemSpace = 100;
  2080. conditions = "license_cop_douane";
  2081. price = 250;
  2082. textures[] = {};
  2083. };
  2084.  
  2085. class Transit_dne {
  2086. vItemSpace = 100;
  2087. conditions = "license_cop_douane";
  2088. price = 250;
  2089. textures[] = {};
  2090. };
  2091.  
  2092. class cmax_dne {
  2093. vItemSpace = 100;
  2094. conditions = "license_cop_douane";
  2095. price = 250;
  2096. textures[] = {};
  2097. };
  2098. /////////////////////////////////////////////////////////////////
  2099. class rs01ch {
  2100. vItemSpace = 50;
  2101. conditions = "";
  2102. price = 100;
  2103. textures[] = {};
  2104. };
  2105. class Trafic_gn {
  2106. vItemSpace = 50;
  2107. conditions = "";
  2108. price = 100;
  2109. textures[] = {};
  2110. };
  2111. class chtrafic1_gn {
  2112. vItemSpace = 50;
  2113. conditions = "";
  2114. price = 100;
  2115. textures[] = {};
  2116. };
  2117. class SubaruWRXgn {
  2118. vItemSpace = 50;
  2119. conditions = "";
  2120. price = 100;
  2121. textures[] = {};
  2122. };
  2123. class Sharanch_gn {
  2124. vItemSpace = 50;
  2125. conditions = "";
  2126. price = 100;
  2127. textures[] = {};
  2128. };
  2129. class FJR1300_gn_ch {
  2130. vItemSpace = 50;
  2131. conditions = "";
  2132. price = 100;
  2133. textures[] = {};
  2134. };
  2135.  
  2136. class Peugeot_Boxer_civ {
  2137. vItemSpace = 120;
  2138. conditions = "";
  2139. price = 80120;
  2140. textures[] = {
  2141. { "Noir", "civ", {
  2142. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2143. }, "" },
  2144. { "Blanc", "civ", {
  2145. "#(argb,8,8,3)color(1,1,1,1)"
  2146. }, "" },
  2147. { "Gris", "civ", {
  2148. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2149. }, "" },
  2150. { "Sable", "civ", {
  2151. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2152. }, "" },
  2153. { "Rouge", "civ", {
  2154. "#(argb,8,8,3)color(1,0,0,1)"
  2155. }, "" },
  2156. { "Jaune", "civ", {
  2157. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2158. }, "" },
  2159. { "Bleu", "civ", {
  2160. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2161. }, "" },
  2162. { "Bleu Nuit", "civ", {
  2163. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2164. }, "" },
  2165. { "Mauve", "civ", {
  2166. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2167. }, "" },
  2168. { "Orange", "civ", {
  2169. "#(argb,8,8,3)color(1,0.251,0,1)"
  2170. }, "" },
  2171. { "Vert", "civ", {
  2172. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2173. }, "" },
  2174. { "Rose", "civ", {
  2175. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2176. }, "" },
  2177. { "Violet", "civ", {
  2178. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2179. }, "" }
  2180. };
  2181. };
  2182. class mondeoswch_civ_taxi {
  2183. vItemSpace = 30;
  2184. conditions = "license_civ_taxi";
  2185. price = 10000;
  2186. textures[] = {};
  2187. };
  2188. class focussw3_civ_taxi {
  2189. vItemSpace = 30;
  2190. conditions = "license_civ_taxi";
  2191. price = 10000;
  2192. textures[] = {};
  2193. };
  2194.  
  2195. class mondeo_civ_taxi {
  2196. vItemSpace = 30;
  2197. conditions = "license_civ_taxi";
  2198. price = 10000;
  2199. textures[] = {};
  2200. };
  2201.  
  2202. class Megane_Estate_civ_taxi {
  2203. vItemSpace = 30;
  2204. conditions = "license_civ_taxi";
  2205. price = 10000;
  2206. textures[] = {};
  2207. };
  2208. class Scenic3_civ_taxi {
  2209. vItemSpace = 30;
  2210. conditions = "license_civ_taxi";
  2211. price = 10000;
  2212. textures[] = {};
  2213. };
  2214. class Renault_Scenic_taxi {
  2215. vItemSpace = 30;
  2216. conditions = "license_civ_taxi";
  2217. price = 10000;
  2218. textures[] = {};
  2219. };
  2220. class Trafic2_civ_taxi {
  2221. vItemSpace = 30;
  2222. conditions = "license_civ_taxi";
  2223. price = 10000;
  2224. textures[] = {};
  2225. };
  2226. class chvwt5_civ_taxi {
  2227. vItemSpace = 30;
  2228. conditions = "license_civ_taxi";
  2229. price = 10000;
  2230. textures[] = {};
  2231. };
  2232.  
  2233. class chcitan_civ_taxi {
  2234. vItemSpace = 30;
  2235. conditions = "license_civ_taxi";
  2236. price = 10000;
  2237. textures[] = {};
  2238. };
  2239.  
  2240. class Mer_Vito_civ_taxi {
  2241. vItemSpace = 30;
  2242. conditions = "license_civ_taxi";
  2243. price = 10000;
  2244. textures[] = {};
  2245. };
  2246. class 308_2015_taxi {
  2247. vItemSpace = 30;
  2248. conditions = "license_civ_taxi";
  2249. price = 10000;
  2250. textures[] = {};
  2251. };
  2252.  
  2253. class Peugeot_308_civ_taxi {
  2254. vItemSpace = 30;
  2255. conditions = "license_civ_taxi";
  2256. price = 10000;
  2257. textures[] = {};
  2258. };
  2259. class 406_taxi {
  2260. vItemSpace = 30;
  2261. conditions = "license_civ_taxi";
  2262. price = 10000;
  2263. textures[] = {};
  2264. };
  2265.  
  2266. class 508_taxi {
  2267. vItemSpace = 30;
  2268. conditions = "license_civ_taxi";
  2269. price = 10000;
  2270. textures[] = {};
  2271. };
  2272.  
  2273. class Peugeot_Expert_civ_taxi {
  2274. vItemSpace = 30;
  2275. conditions = "license_civ_taxi";
  2276. price = 10000;
  2277. textures[] = {};
  2278. };
  2279. class partner2_civ_taxi {
  2280. vItemSpace = 30;
  2281. conditions = "license_civ_taxi";
  2282. price = 10000;
  2283. textures[] = {};
  2284. };
  2285. class Renault_Espace_taxi {
  2286. vItemSpace = 30;
  2287. conditions = "license_civ_taxi";
  2288. price = 10000;
  2289. textures[] = {};
  2290. };
  2291. class kangooII1_civ_taxi {
  2292. vItemSpace = 30;
  2293. conditions = "license_civ_taxi";
  2294. price = 10000;
  2295. textures[] = {};
  2296. };
  2297.  
  2298. //Concessionnaire Véhicule Civil
  2299. class Burnes_MK10_1 {
  2300. vItemSpace = 500;
  2301. conditions = "";
  2302. price = 450120;
  2303. textures[] = {};
  2304. };
  2305. class chClubman {
  2306. vItemSpace = 22;
  2307. conditions = "";
  2308. price = 13230;
  2309. textures[] = {
  2310. { "Noir", "civ", {
  2311. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2312. }, "" },
  2313. { "Blanc", "civ", {
  2314. "#(argb,8,8,3)color(1,1,1,1)"
  2315. }, "" },
  2316. { "Gris", "civ", {
  2317. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2318. }, "" },
  2319. { "Sable", "civ", {
  2320. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2321. }, "" },
  2322. { "Rouge", "civ", {
  2323. "#(argb,8,8,3)color(1,0,0,1)"
  2324. }, "" },
  2325. { "Jaune", "civ", {
  2326. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2327. }, "" },
  2328. { "Bleu", "civ", {
  2329. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2330. }, "" },
  2331. { "Bleu Nuit", "civ", {
  2332. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2333. }, "" },
  2334. { "Mauve", "civ", {
  2335. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2336. }, "" },
  2337. { "Orange", "civ", {
  2338. "#(argb,8,8,3)color(1,0.251,0,1)"
  2339. }, "" },
  2340. { "Vert", "civ", {
  2341. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2342. }, "" },
  2343. { "Rose", "civ", {
  2344. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2345. }, "" },
  2346. { "Violet", "civ", {
  2347. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2348. }, "" }
  2349. };
  2350. };
  2351. class cJuke_Nismo {
  2352. vItemSpace = 24;
  2353. conditions = "";
  2354. price = 10230;
  2355. textures[] = {
  2356. { "Noir", "civ", {
  2357. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2358. }, "" },
  2359. { "Blanc", "civ", {
  2360. "#(argb,8,8,3)color(1,1,1,1)"
  2361. }, "" },
  2362. { "Gris", "civ", {
  2363. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2364. }, "" },
  2365. { "Sable", "civ", {
  2366. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2367. }, "" },
  2368. { "Rouge", "civ", {
  2369. "#(argb,8,8,3)color(1,0,0,1)"
  2370. }, "" },
  2371. { "Jaune", "civ", {
  2372. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2373. }, "" },
  2374. { "Bleu", "civ", {
  2375. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2376. }, "" },
  2377. { "Bleu Nuit", "civ", {
  2378. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2379. }, "" },
  2380. { "Mauve", "civ", {
  2381. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2382. }, "" },
  2383. { "Orange", "civ", {
  2384. "#(argb,8,8,3)color(1,0.251,0,1)"
  2385. }, "" },
  2386. { "Vert", "civ", {
  2387. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2388. }, "" },
  2389. { "Rose", "civ", {
  2390. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2391. }, "" },
  2392. { "Violet", "civ", {
  2393. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2394. }, "" }
  2395. };
  2396. };
  2397. class ch107 {
  2398. vItemSpace = 20;
  2399. conditions = "";
  2400. price = 14500;
  2401. textures[] = {
  2402. { "Noir", "civ", {
  2403. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2404. }, "" },
  2405. { "Blanc", "civ", {
  2406. "#(argb,8,8,3)color(1,1,1,1)"
  2407. }, "" },
  2408. { "Gris", "civ", {
  2409. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2410. }, "" },
  2411. { "Sable", "civ", {
  2412. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2413. }, "" },
  2414. { "Rouge", "civ", {
  2415. "#(argb,8,8,3)color(1,0,0,1)"
  2416. }, "" },
  2417. { "Jaune", "civ", {
  2418. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2419. }, "" },
  2420. { "Bleu", "civ", {
  2421. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2422. }, "" },
  2423. { "Bleu Nuit", "civ", {
  2424. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2425. }, "" },
  2426. { "Mauve", "civ", {
  2427. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2428. }, "" },
  2429. { "Orange", "civ", {
  2430. "#(argb,8,8,3)color(1,0.251,0,1)"
  2431. }, "" },
  2432. { "Vert", "civ", {
  2433. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2434. }, "" },
  2435. { "Rose", "civ", {
  2436. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2437. }, "" },
  2438. { "Violet", "civ", {
  2439. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2440. }, "" }
  2441. };
  2442. };
  2443. class ch206_civ {
  2444. vItemSpace = 25;
  2445. conditions = "";
  2446. price = 22320;
  2447. textures[] = {
  2448. { "Noir", "civ", {
  2449. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2450. }, "" },
  2451. { "Blanc", "civ", {
  2452. "#(argb,8,8,3)color(1,1,1,1)"
  2453. }, "" },
  2454. { "Gris", "civ", {
  2455. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2456. }, "" },
  2457. { "Sable", "civ", {
  2458. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2459. }, "" },
  2460. { "Rouge", "civ", {
  2461. "#(argb,8,8,3)color(1,0,0,1)"
  2462. }, "" },
  2463. { "Jaune", "civ", {
  2464. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2465. }, "" },
  2466. { "Bleu", "civ", {
  2467. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2468. }, "" },
  2469. { "Bleu Nuit", "civ", {
  2470. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2471. }, "" },
  2472. { "Mauve", "civ", {
  2473. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2474. }, "" },
  2475. { "Orange", "civ", {
  2476. "#(argb,8,8,3)color(1,0.251,0,1)"
  2477. }, "" },
  2478. { "Vert", "civ", {
  2479. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2480. }, "" },
  2481. { "Rose", "civ", {
  2482. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2483. }, "" },
  2484. { "Violet", "civ", {
  2485. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2486. }, "" }
  2487. };
  2488. };
  2489. class ch308_RCZ {
  2490. vItemSpace = 42;
  2491. conditions = "";
  2492. price = 35650;
  2493. textures[] = {
  2494. { "Noir", "civ", {
  2495. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2496. }, "" },
  2497. { "Blanc", "civ", {
  2498. "#(argb,8,8,3)color(1,1,1,1)"
  2499. }, "" },
  2500. { "Gris", "civ", {
  2501. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2502. }, "" },
  2503. { "Sable", "civ", {
  2504. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2505. }, "" },
  2506. { "Rouge", "civ", {
  2507. "#(argb,8,8,3)color(1,0,0,1)"
  2508. }, "" },
  2509. { "Jaune", "civ", {
  2510. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2511. }, "" },
  2512. { "Bleu", "civ", {
  2513. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2514. }, "" },
  2515. { "Bleu Nuit", "civ", {
  2516. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2517. }, "" },
  2518. { "Mauve", "civ", {
  2519. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2520. }, "" },
  2521. { "Orange", "civ", {
  2522. "#(argb,8,8,3)color(1,0.251,0,1)"
  2523. }, "" },
  2524. { "Vert", "civ", {
  2525. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2526. }, "" },
  2527. { "Rose", "civ", {
  2528. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2529. }, "" },
  2530. { "Violet", "civ", {
  2531. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2532. }, "" }
  2533. };
  2534. };
  2535. class 308_2015_civ {
  2536. vItemSpace = 40;
  2537. conditions = "";
  2538. price = 34650;
  2539. textures[] = {
  2540. { "Noir", "civ", {
  2541. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2542. }, "" },
  2543. { "Blanc", "civ", {
  2544. "#(argb,8,8,3)color(1,1,1,1)"
  2545. }, "" },
  2546. { "Gris", "civ", {
  2547. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2548. }, "" },
  2549. { "Sable", "civ", {
  2550. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2551. }, "" },
  2552. { "Rouge", "civ", {
  2553. "#(argb,8,8,3)color(1,0,0,1)"
  2554. }, "" },
  2555. { "Jaune", "civ", {
  2556. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2557. }, "" },
  2558. { "Bleu", "civ", {
  2559. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2560. }, "" },
  2561. { "Bleu Nuit", "civ", {
  2562. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2563. }, "" },
  2564. { "Mauve", "civ", {
  2565. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2566. }, "" },
  2567. { "Orange", "civ", {
  2568. "#(argb,8,8,3)color(1,0.251,0,1)"
  2569. }, "" },
  2570. { "Vert", "civ", {
  2571. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2572. }, "" },
  2573. { "Rose", "civ", {
  2574. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2575. }, "" },
  2576. { "Violet", "civ", {
  2577. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2578. }, "" }
  2579. };
  2580. };
  2581. class chVersa {
  2582. vItemSpace = 37;
  2583. conditions = "";
  2584. price = 30230;
  2585. textures[] = {
  2586. { "Noir", "civ", {
  2587. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2588. }, "" },
  2589. { "Blanc", "civ", {
  2590. "#(argb,8,8,3)color(1,1,1,1)"
  2591. }, "" },
  2592. { "Gris", "civ", {
  2593. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2594. }, "" },
  2595. { "Sable", "civ", {
  2596. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2597. }, "" },
  2598. { "Rouge", "civ", {
  2599. "#(argb,8,8,3)color(1,0,0,1)"
  2600. }, "" },
  2601. { "Jaune", "civ", {
  2602. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2603. }, "" },
  2604. { "Bleu", "civ", {
  2605. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2606. }, "" },
  2607. { "Bleu Nuit", "civ", {
  2608. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2609. }, "" },
  2610. { "Mauve", "civ", {
  2611. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2612. }, "" },
  2613. { "Orange", "civ", {
  2614. "#(argb,8,8,3)color(1,0.251,0,1)"
  2615. }, "" },
  2616. { "Vert", "civ", {
  2617. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2618. }, "" },
  2619. { "Rose", "civ", {
  2620. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2621. }, "" },
  2622. { "Violet", "civ", {
  2623. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2624. }, "" }
  2625. };
  2626. };
  2627. class chLeaf {
  2628. vItemSpace = 29;
  2629. conditions = "";
  2630. price = 20230;
  2631. textures[] = {
  2632. { "Noir", "civ", {
  2633. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2634. }, "" },
  2635. { "Blanc", "civ", {
  2636. "#(argb,8,8,3)color(1,1,1,1)"
  2637. }, "" },
  2638. { "Gris", "civ", {
  2639. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2640. }, "" },
  2641. { "Sable", "civ", {
  2642. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2643. }, "" },
  2644. { "Rouge", "civ", {
  2645. "#(argb,8,8,3)color(1,0,0,1)"
  2646. }, "" },
  2647. { "Jaune", "civ", {
  2648. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2649. }, "" },
  2650. { "Bleu", "civ", {
  2651. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2652. }, "" },
  2653. { "Bleu Nuit", "civ", {
  2654. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2655. }, "" },
  2656. { "Mauve", "civ", {
  2657. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2658. }, "" },
  2659. { "Orange", "civ", {
  2660. "#(argb,8,8,3)color(1,0.251,0,1)"
  2661. }, "" },
  2662. { "Vert", "civ", {
  2663. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2664. }, "" },
  2665. { "Rose", "civ", {
  2666. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2667. }, "" },
  2668. { "Violet", "civ", {
  2669. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2670. }, "" }
  2671. };
  2672. };
  2673. class chaustin {
  2674. vItemSpace = 20;
  2675. conditions = "";
  2676. price = 12230;
  2677. textures[] = {
  2678. { "Noir", "civ", {
  2679. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2680. }, "" },
  2681. { "Blanc", "civ", {
  2682. "#(argb,8,8,3)color(1,1,1,1)"
  2683. }, "" },
  2684. { "Gris", "civ", {
  2685. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2686. }, "" },
  2687. { "Sable", "civ", {
  2688. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2689. }, "" },
  2690. { "Rouge", "civ", {
  2691. "#(argb,8,8,3)color(1,0,0,1)"
  2692. }, "" },
  2693. { "Jaune", "civ", {
  2694. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2695. }, "" },
  2696. { "Bleu", "civ", {
  2697. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2698. }, "" },
  2699. { "Bleu Nuit", "civ", {
  2700. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2701. }, "" },
  2702. { "Mauve", "civ", {
  2703. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2704. }, "" },
  2705. { "Orange", "civ", {
  2706. "#(argb,8,8,3)color(1,0.251,0,1)"
  2707. }, "" },
  2708. { "Vert", "civ", {
  2709. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2710. }, "" },
  2711. { "Rose", "civ", {
  2712. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2713. }, "" },
  2714. { "Violet", "civ", {
  2715. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2716. }, "" }
  2717. };
  2718. };
  2719.  
  2720. class Megane_Estate_civ {
  2721. vItemSpace = 40;
  2722. conditions = "";
  2723. price = 48500;
  2724. textures[] = {
  2725. { "Noir", "civ", {
  2726. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2727. }, "" },
  2728. { "Blanc", "civ", {
  2729. "#(argb,8,8,3)color(1,1,1,1)"
  2730. }, "" },
  2731. { "Gris", "civ", {
  2732. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2733. }, "" },
  2734. { "Sable", "civ", {
  2735. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2736. }, "" },
  2737. { "Rouge", "civ", {
  2738. "#(argb,8,8,3)color(1,0,0,1)"
  2739. }, "" },
  2740. { "Jaune", "civ", {
  2741. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2742. }, "" },
  2743. { "Bleu", "civ", {
  2744. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2745. }, "" },
  2746. { "Bleu Nuit", "civ", {
  2747. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2748. }, "" },
  2749. { "Mauve", "civ", {
  2750. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2751. }, "" },
  2752. { "Orange", "civ", {
  2753. "#(argb,8,8,3)color(1,0.251,0,1)"
  2754. }, "" },
  2755. { "Vert", "civ", {
  2756. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2757. }, "" },
  2758. { "Rose", "civ", {
  2759. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2760. }, "" },
  2761. { "Violet", "civ", {
  2762. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2763. }, "" }
  2764. };
  2765. };
  2766.  
  2767. class Caddylu_civ {
  2768. vItemSpace = 26;
  2769. conditions = "";
  2770. price = 26520;
  2771. textures[] = {
  2772. { "Noir", "civ", {
  2773. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2774. }, "" },
  2775. { "Blanc", "civ", {
  2776. "#(argb,8,8,3)color(1,1,1,1)"
  2777. }, "" },
  2778. { "Gris", "civ", {
  2779. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2780. }, "" },
  2781. { "Sable", "civ", {
  2782. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2783. }, "" },
  2784. { "Rouge", "civ", {
  2785. "#(argb,8,8,3)color(1,0,0,1)"
  2786. }, "" },
  2787. { "Jaune", "civ", {
  2788. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2789. }, "" },
  2790. { "Bleu", "civ", {
  2791. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2792. }, "" },
  2793. { "Bleu Nuit", "civ", {
  2794. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2795. }, "" },
  2796. { "Mauve", "civ", {
  2797. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2798. }, "" },
  2799. { "Orange", "civ", {
  2800. "#(argb,8,8,3)color(1,0.251,0,1)"
  2801. }, "" },
  2802. { "Vert", "civ", {
  2803. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2804. }, "" },
  2805. { "Rose", "civ", {
  2806. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2807. }, "" },
  2808. { "Violet", "civ", {
  2809. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2810. }, "" }
  2811. };
  2812. };
  2813.  
  2814. class Multipla_civ_ch {
  2815. vItemSpace = 48;
  2816. conditions = "";
  2817. price = 16950;
  2818. textures[] = {
  2819. { "Noir", "civ", {
  2820. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2821. }, "" },
  2822. { "Blanc", "civ", {
  2823. "#(argb,8,8,3)color(1,1,1,1)"
  2824. }, "" },
  2825. { "Gris", "civ", {
  2826. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2827. }, "" },
  2828. { "Sable", "civ", {
  2829. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2830. }, "" },
  2831. { "Rouge", "civ", {
  2832. "#(argb,8,8,3)color(1,0,0,1)"
  2833. }, "" },
  2834. { "Jaune", "civ", {
  2835. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2836. }, "" },
  2837. { "Bleu", "civ", {
  2838. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2839. }, "" },
  2840. { "Bleu Nuit", "civ", {
  2841. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2842. }, "" },
  2843. { "Mauve", "civ", {
  2844. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2845. }, "" },
  2846. { "Orange", "civ", {
  2847. "#(argb,8,8,3)color(1,0.251,0,1)"
  2848. }, "" },
  2849. { "Vert", "civ", {
  2850. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2851. }, "" },
  2852. { "Rose", "civ", {
  2853. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2854. }, "" },
  2855. { "Violet", "civ", {
  2856. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2857. }, "" }
  2858. };
  2859. };
  2860. class chf500 {
  2861. vItemSpace = 27;
  2862. conditions = "";
  2863. price = 9650;
  2864. textures[] = {
  2865. { "Noir", "civ", {
  2866. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2867. }, "" },
  2868. { "Blanc", "civ", {
  2869. "#(argb,8,8,3)color(1,1,1,1)"
  2870. }, "" },
  2871. { "Gris", "civ", {
  2872. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2873. }, "" },
  2874. { "Sable", "civ", {
  2875. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2876. }, "" },
  2877. { "Rouge", "civ", {
  2878. "#(argb,8,8,3)color(1,0,0,1)"
  2879. }, "" },
  2880. { "Jaune", "civ", {
  2881. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2882. }, "" },
  2883. { "Bleu", "civ", {
  2884. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2885. }, "" },
  2886. { "Bleu Nuit", "civ", {
  2887. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2888. }, "" },
  2889. { "Mauve", "civ", {
  2890. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2891. }, "" },
  2892. { "Orange", "civ", {
  2893. "#(argb,8,8,3)color(1,0.251,0,1)"
  2894. }, "" },
  2895. { "Vert", "civ", {
  2896. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2897. }, "" },
  2898. { "Rose", "civ", {
  2899. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2900. }, "" },
  2901. { "Violet", "civ", {
  2902. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2903. }, "" }
  2904. };
  2905. };
  2906. class ch126p {
  2907. vItemSpace = 10;
  2908. conditions = "";
  2909. price = 1650;
  2910. textures[] = {
  2911. { "Noir", "civ", {
  2912. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2913. }, "" },
  2914. { "Blanc", "civ", {
  2915. "#(argb,8,8,3)color(1,1,1,1)"
  2916. }, "" },
  2917. { "Gris", "civ", {
  2918. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2919. }, "" },
  2920. { "Sable", "civ", {
  2921. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2922. }, "" },
  2923. { "Rouge", "civ", {
  2924. "#(argb,8,8,3)color(1,0,0,1)"
  2925. }, "" },
  2926. { "Jaune", "civ", {
  2927. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2928. }, "" },
  2929. { "Bleu", "civ", {
  2930. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2931. }, "" },
  2932. { "Bleu Nuit", "civ", {
  2933. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2934. }, "" },
  2935. { "Mauve", "civ", {
  2936. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2937. }, "" },
  2938. { "Orange", "civ", {
  2939. "#(argb,8,8,3)color(1,0.251,0,1)"
  2940. }, "" },
  2941. { "Vert", "civ", {
  2942. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2943. }, "" },
  2944. { "Rose", "civ", {
  2945. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2946. }, "" },
  2947. { "Violet", "civ", {
  2948. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2949. }, "" }
  2950. };
  2951. };
  2952.  
  2953. class chGrand_Cherokee {
  2954. vItemSpace = 38;
  2955. conditions = "";
  2956. price = 49650;
  2957. textures[] = {
  2958. { "Noir", "civ", {
  2959. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  2960. }, "" },
  2961. { "Blanc", "civ", {
  2962. "#(argb,8,8,3)color(1,1,1,1)"
  2963. }, "" },
  2964. { "Gris", "civ", {
  2965. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  2966. }, "" },
  2967. { "Sable", "civ", {
  2968. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  2969. }, "" },
  2970. { "Rouge", "civ", {
  2971. "#(argb,8,8,3)color(1,0,0,1)"
  2972. }, "" },
  2973. { "Jaune", "civ", {
  2974. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  2975. }, "" },
  2976. { "Bleu", "civ", {
  2977. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  2978. }, "" },
  2979. { "Bleu Nuit", "civ", {
  2980. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  2981. }, "" },
  2982. { "Mauve", "civ", {
  2983. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  2984. }, "" },
  2985. { "Orange", "civ", {
  2986. "#(argb,8,8,3)color(1,0.251,0,1)"
  2987. }, "" },
  2988. { "Vert", "civ", {
  2989. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  2990. }, "" },
  2991. { "Rose", "civ", {
  2992. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  2993. }, "" },
  2994. { "Violet", "civ", {
  2995. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  2996. }, "" }
  2997. };
  2998. };
  2999. class cWrangler {
  3000. vItemSpace = 40;
  3001. conditions = "";
  3002. price = 39650;
  3003. textures[] = {
  3004. { "Noir", "civ", {
  3005. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3006. }, "" },
  3007. { "Blanc", "civ", {
  3008. "#(argb,8,8,3)color(1,1,1,1)"
  3009. }, "" },
  3010. { "Gris", "civ", {
  3011. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3012. }, "" },
  3013. { "Sable", "civ", {
  3014. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3015. }, "" },
  3016. { "Rouge", "civ", {
  3017. "#(argb,8,8,3)color(1,0,0,1)"
  3018. }, "" },
  3019. { "Jaune", "civ", {
  3020. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3021. }, "" },
  3022. { "Bleu", "civ", {
  3023. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3024. }, "" },
  3025. { "Bleu Nuit", "civ", {
  3026. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3027. }, "" },
  3028. { "Mauve", "civ", {
  3029. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3030. }, "" },
  3031. { "Orange", "civ", {
  3032. "#(argb,8,8,3)color(1,0.251,0,1)"
  3033. }, "" },
  3034. { "Vert", "civ", {
  3035. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3036. }, "" },
  3037. { "Rose", "civ", {
  3038. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3039. }, "" },
  3040. { "Violet", "civ", {
  3041. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3042. }, "" }
  3043. };
  3044. };
  3045. class cWrangler_1 {
  3046. vItemSpace = 38;
  3047. conditions = "";
  3048. price = 39650;
  3049. textures[] = {
  3050. { "Noir", "civ", {
  3051. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3052. }, "" },
  3053. { "Blanc", "civ", {
  3054. "#(argb,8,8,3)color(1,1,1,1)"
  3055. }, "" },
  3056. { "Gris", "civ", {
  3057. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3058. }, "" },
  3059. { "Sable", "civ", {
  3060. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3061. }, "" },
  3062. { "Rouge", "civ", {
  3063. "#(argb,8,8,3)color(1,0,0,1)"
  3064. }, "" },
  3065. { "Jaune", "civ", {
  3066. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3067. }, "" },
  3068. { "Bleu", "civ", {
  3069. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3070. }, "" },
  3071. { "Bleu Nuit", "civ", {
  3072. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3073. }, "" },
  3074. { "Mauve", "civ", {
  3075. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3076. }, "" },
  3077. { "Orange", "civ", {
  3078. "#(argb,8,8,3)color(1,0.251,0,1)"
  3079. }, "" },
  3080. { "Vert", "civ", {
  3081. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3082. }, "" },
  3083. { "Rose", "civ", {
  3084. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3085. }, "" },
  3086. { "Violet", "civ", {
  3087. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3088. }, "" }
  3089. };
  3090. };
  3091. class chCeed {
  3092. vItemSpace = 24;
  3093. conditions = "";
  3094. price = 11200;
  3095. textures[] = {
  3096. { "Noir", "civ", {
  3097. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3098. }, "" },
  3099. { "Blanc", "civ", {
  3100. "#(argb,8,8,3)color(1,1,1,1)"
  3101. }, "" },
  3102. { "Gris", "civ", {
  3103. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3104. }, "" },
  3105. { "Sable", "civ", {
  3106. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3107. }, "" },
  3108. { "Rouge", "civ", {
  3109. "#(argb,8,8,3)color(1,0,0,1)"
  3110. }, "" },
  3111. { "Jaune", "civ", {
  3112. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3113. }, "" },
  3114. { "Bleu", "civ", {
  3115. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3116. }, "" },
  3117. { "Bleu Nuit", "civ", {
  3118. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3119. }, "" },
  3120. { "Mauve", "civ", {
  3121. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3122. }, "" },
  3123. { "Orange", "civ", {
  3124. "#(argb,8,8,3)color(1,0.251,0,1)"
  3125. }, "" },
  3126. { "Vert", "civ", {
  3127. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3128. }, "" },
  3129. { "Rose", "civ", {
  3130. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3131. }, "" },
  3132. { "Violet", "civ", {
  3133. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3134. }, "" }
  3135. };
  3136. };
  3137. class chwillys {
  3138. vItemSpace = 42;
  3139. conditions = "";
  3140. price = 28650;
  3141. textures[] = {
  3142. { "Noir", "civ", {
  3143. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3144. }, "" },
  3145. { "Blanc", "civ", {
  3146. "#(argb,8,8,3)color(1,1,1,1)"
  3147. }, "" },
  3148. { "Gris", "civ", {
  3149. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3150. }, "" },
  3151. { "Sable", "civ", {
  3152. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3153. }, "" },
  3154. { "Rouge", "civ", {
  3155. "#(argb,8,8,3)color(1,0,0,1)"
  3156. }, "" },
  3157. { "Jaune", "civ", {
  3158. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3159. }, "" },
  3160. { "Bleu", "civ", {
  3161. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3162. }, "" },
  3163. { "Bleu Nuit", "civ", {
  3164. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3165. }, "" },
  3166. { "Mauve", "civ", {
  3167. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3168. }, "" },
  3169. { "Orange", "civ", {
  3170. "#(argb,8,8,3)color(1,0.251,0,1)"
  3171. }, "" },
  3172. { "Vert", "civ", {
  3173. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3174. }, "" },
  3175. { "Rose", "civ", {
  3176. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3177. }, "" },
  3178. { "Violet", "civ", {
  3179. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3180. }, "" }
  3181. };
  3182. };
  3183. class chpunto {
  3184. vItemSpace = 38;
  3185. conditions = "";
  3186. price = 19650;
  3187. textures[] = {
  3188. { "Noir", "civ", {
  3189. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3190. }, "" },
  3191. { "Blanc", "civ", {
  3192. "#(argb,8,8,3)color(1,1,1,1)"
  3193. }, "" },
  3194. { "Gris", "civ", {
  3195. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3196. }, "" },
  3197. { "Sable", "civ", {
  3198. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3199. }, "" },
  3200. { "Rouge", "civ", {
  3201. "#(argb,8,8,3)color(1,0,0,1)"
  3202. }, "" },
  3203. { "Jaune", "civ", {
  3204. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3205. }, "" },
  3206. { "Bleu", "civ", {
  3207. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3208. }, "" },
  3209. { "Bleu Nuit", "civ", {
  3210. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3211. }, "" },
  3212. { "Mauve", "civ", {
  3213. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3214. }, "" },
  3215. { "Orange", "civ", {
  3216. "#(argb,8,8,3)color(1,0.251,0,1)"
  3217. }, "" },
  3218. { "Vert", "civ", {
  3219. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3220. }, "" },
  3221. { "Rose", "civ", {
  3222. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3223. }, "" },
  3224. { "Violet", "civ", {
  3225. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3226. }, "" }
  3227. };
  3228. };
  3229.  
  3230. class focus3ch_civ {
  3231. vItemSpace = 40;
  3232. conditions = "";
  3233. price = 21200;
  3234. textures[] = {
  3235. { "Noir", "civ", {
  3236. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3237. }, "" },
  3238. { "Blanc", "civ", {
  3239. "#(argb,8,8,3)color(1,1,1,1)"
  3240. }, "" },
  3241. { "Gris", "civ", {
  3242. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3243. }, "" },
  3244. { "Sable", "civ", {
  3245. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3246. }, "" },
  3247. { "Rouge", "civ", {
  3248. "#(argb,8,8,3)color(1,0,0,1)"
  3249. }, "" },
  3250. { "Jaune", "civ", {
  3251. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3252. }, "" },
  3253. { "Bleu", "civ", {
  3254. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3255. }, "" },
  3256. { "Bleu Nuit", "civ", {
  3257. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3258. }, "" },
  3259. { "Mauve", "civ", {
  3260. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3261. }, "" },
  3262. { "Orange", "civ", {
  3263. "#(argb,8,8,3)color(1,0.251,0,1)"
  3264. }, "" },
  3265. { "Vert", "civ", {
  3266. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3267. }, "" },
  3268. { "Rose", "civ", {
  3269. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3270. }, "" },
  3271. { "Violet", "civ", {
  3272. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3273. }, "" }
  3274. };
  3275. };
  3276.  
  3277.  
  3278. class focussw1998_civ {
  3279. vItemSpace = 60;
  3280. conditions = "";
  3281. price = 55200;
  3282. textures[] = {
  3283. { "Noir", "civ", {
  3284. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3285. }, "" },
  3286. { "Blanc", "civ", {
  3287. "#(argb,8,8,3)color(1,1,1,1)"
  3288. }, "" },
  3289. { "Gris", "civ", {
  3290. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3291. }, "" },
  3292. { "Sable", "civ", {
  3293. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3294. }, "" },
  3295. { "Rouge", "civ", {
  3296. "#(argb,8,8,3)color(1,0,0,1)"
  3297. }, "" },
  3298. { "Jaune", "civ", {
  3299. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3300. }, "" },
  3301. { "Bleu", "civ", {
  3302. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3303. }, "" },
  3304. { "Bleu Nuit", "civ", {
  3305. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3306. }, "" },
  3307. { "Mauve", "civ", {
  3308. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3309. }, "" },
  3310. { "Orange", "civ", {
  3311. "#(argb,8,8,3)color(1,0.251,0,1)"
  3312. }, "" },
  3313. { "Vert", "civ", {
  3314. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3315. }, "" },
  3316. { "Rose", "civ", {
  3317. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3318. }, "" },
  3319. { "Violet", "civ", {
  3320. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3321. }, "" }
  3322. };
  3323. };
  3324.  
  3325. class focussw2p2_civ {
  3326. vItemSpace = 45;
  3327. conditions = "";
  3328. price = 46950;
  3329. textures[] = {
  3330. { "Noir", "civ", {
  3331. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3332. }, "" },
  3333. { "Blanc", "civ", {
  3334. "#(argb,8,8,3)color(1,1,1,1)"
  3335. }, "" },
  3336. { "Gris", "civ", {
  3337. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3338. }, "" },
  3339. { "Sable", "civ", {
  3340. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3341. }, "" },
  3342. { "Rouge", "civ", {
  3343. "#(argb,8,8,3)color(1,0,0,1)"
  3344. }, "" },
  3345. { "Jaune", "civ", {
  3346. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3347. }, "" },
  3348. { "Bleu", "civ", {
  3349. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3350. }, "" },
  3351. { "Bleu Nuit", "civ", {
  3352. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3353. }, "" },
  3354. { "Mauve", "civ", {
  3355. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3356. }, "" },
  3357. { "Orange", "civ", {
  3358. "#(argb,8,8,3)color(1,0.251,0,1)"
  3359. }, "" },
  3360. { "Vert", "civ", {
  3361. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3362. }, "" },
  3363. { "Rose", "civ", {
  3364. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3365. }, "" },
  3366. { "Violet", "civ", {
  3367. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3368. }, "" }
  3369. };
  3370. };
  3371.  
  3372. class chKa {
  3373. vItemSpace = 20;
  3374. conditions = "";
  3375. price = 8000;
  3376. textures[] = {
  3377. { "Noir", "civ", {
  3378. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3379. }, "" },
  3380. { "Blanc", "civ", {
  3381. "#(argb,8,8,3)color(1,1,1,1)"
  3382. }, "" },
  3383. { "Gris", "civ", {
  3384. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3385. }, "" },
  3386. { "Sable", "civ", {
  3387. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3388. }, "" },
  3389. { "Rouge", "civ", {
  3390. "#(argb,8,8,3)color(1,0,0,1)"
  3391. }, "" },
  3392. { "Jaune", "civ", {
  3393. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3394. }, "" },
  3395. { "Bleu", "civ", {
  3396. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3397. }, "" },
  3398. { "Bleu Nuit", "civ", {
  3399. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3400. }, "" },
  3401. { "Mauve", "civ", {
  3402. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3403. }, "" },
  3404. { "Orange", "civ", {
  3405. "#(argb,8,8,3)color(1,0.251,0,1)"
  3406. }, "" },
  3407. { "Vert", "civ", {
  3408. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3409. }, "" },
  3410. { "Rose", "civ", {
  3411. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3412. }, "" },
  3413. { "Violet", "civ", {
  3414. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3415. }, "" }
  3416. };
  3417. };
  3418. class focussw3_civ {
  3419. vItemSpace = 70;
  3420. conditions = "";
  3421. price = 66800;
  3422. textures[] = {
  3423. { "Noir", "civ", {
  3424. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3425. }, "" },
  3426. { "Blanc", "civ", {
  3427. "#(argb,8,8,3)color(1,1,1,1)"
  3428. }, "" },
  3429. { "Gris", "civ", {
  3430. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3431. }, "" },
  3432. { "Sable", "civ", {
  3433. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3434. }, "" },
  3435. { "Rouge", "civ", {
  3436. "#(argb,8,8,3)color(1,0,0,1)"
  3437. }, "" },
  3438. { "Jaune", "civ", {
  3439. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3440. }, "" },
  3441. { "Bleu", "civ", {
  3442. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3443. }, "" },
  3444. { "Bleu Nuit", "civ", {
  3445. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3446. }, "" },
  3447. { "Mauve", "civ", {
  3448. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3449. }, "" },
  3450. { "Orange", "civ", {
  3451. "#(argb,8,8,3)color(1,0.251,0,1)"
  3452. }, "" },
  3453. { "Vert", "civ", {
  3454. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3455. }, "" },
  3456. { "Rose", "civ", {
  3457. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3458. }, "" },
  3459. { "Violet", "civ", {
  3460. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3461. }, "" }
  3462. };
  3463. };
  3464.  
  3465. class Transitlu_civ {
  3466. vItemSpace = 130;
  3467. conditions = "";
  3468. price = 100520;
  3469. textures[] = {
  3470. { "Noir", "civ", {
  3471. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3472. }, "" },
  3473. { "Blanc", "civ", {
  3474. "#(argb,8,8,3)color(1,1,1,1)"
  3475. }, "" },
  3476. { "Gris", "civ", {
  3477. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3478. }, "" },
  3479. { "Sable", "civ", {
  3480. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3481. }, "" },
  3482. { "Rouge", "civ", {
  3483. "#(argb,8,8,3)color(1,0,0,1)"
  3484. }, "" },
  3485. { "Jaune", "civ", {
  3486. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3487. }, "" },
  3488. { "Bleu", "civ", {
  3489. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3490. }, "" },
  3491. { "Bleu Nuit", "civ", {
  3492. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3493. }, "" },
  3494. { "Mauve", "civ", {
  3495. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3496. }, "" },
  3497. { "Orange", "civ", {
  3498. "#(argb,8,8,3)color(1,0.251,0,1)"
  3499. }, "" },
  3500. { "Vert", "civ", {
  3501. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3502. }, "" },
  3503. { "Rose", "civ", {
  3504. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3505. }, "" },
  3506. { "Violet", "civ", {
  3507. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3508. }, "" }
  3509. };
  3510. };
  3511. class IvecoCh_cciv {
  3512. vItemSpace = 140;
  3513. conditions = "";
  3514. price = 110520;
  3515. textures[] = {
  3516. { "Noir", "civ", {
  3517. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3518. }, "" },
  3519. { "Blanc", "civ", {
  3520. "#(argb,8,8,3)color(1,1,1,1)"
  3521. }, "" },
  3522. { "Gris", "civ", {
  3523. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3524. }, "" },
  3525. { "Sable", "civ", {
  3526. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3527. }, "" },
  3528. { "Rouge", "civ", {
  3529. "#(argb,8,8,3)color(1,0,0,1)"
  3530. }, "" },
  3531. { "Jaune", "civ", {
  3532. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3533. }, "" },
  3534. { "Bleu", "civ", {
  3535. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3536. }, "" },
  3537. { "Bleu Nuit", "civ", {
  3538. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3539. }, "" },
  3540. { "Mauve", "civ", {
  3541. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3542. }, "" },
  3543. { "Orange", "civ", {
  3544. "#(argb,8,8,3)color(1,0.251,0,1)"
  3545. }, "" },
  3546. { "Vert", "civ", {
  3547. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3548. }, "" },
  3549. { "Rose", "civ", {
  3550. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3551. }, "" },
  3552. { "Violet", "civ", {
  3553. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3554. }, "" }
  3555. };
  3556. };
  3557. class ch_sprinter_civ {
  3558. vItemSpace = 150;
  3559. conditions = "";
  3560. price = 130123;
  3561. textures[] = {
  3562. { "Noir", "civ", {
  3563. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3564. }, "" },
  3565. { "Blanc", "civ", {
  3566. "#(argb,8,8,3)color(1,1,1,1)"
  3567. }, "" },
  3568. { "Gris", "civ", {
  3569. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3570. }, "" },
  3571. { "Sable", "civ", {
  3572. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3573. }, "" },
  3574. { "Rouge", "civ", {
  3575. "#(argb,8,8,3)color(1,0,0,1)"
  3576. }, "" },
  3577. { "Jaune", "civ", {
  3578. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3579. }, "" },
  3580. { "Bleu", "civ", {
  3581. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3582. }, "" },
  3583. { "Bleu Nuit", "civ", {
  3584. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3585. }, "" },
  3586. { "Mauve", "civ", {
  3587. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3588. }, "" },
  3589. { "Orange", "civ", {
  3590. "#(argb,8,8,3)color(1,0.251,0,1)"
  3591. }, "" },
  3592. { "Vert", "civ", {
  3593. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3594. }, "" },
  3595. { "Rose", "civ", {
  3596. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3597. }, "" },
  3598. { "Violet", "civ", {
  3599. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3600. }, "" }
  3601. };
  3602. };
  3603. class chMito {
  3604. vItemSpace = 20;
  3605. conditions = "";
  3606. price = 9590;
  3607. textures[] = {
  3608. { "Noir", "civ", {
  3609. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3610. }, "" },
  3611. { "Blanc", "civ", {
  3612. "#(argb,8,8,3)color(1,1,1,1)"
  3613. }, "" },
  3614. { "Gris", "civ", {
  3615. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3616. }, "" },
  3617. { "Sable", "civ", {
  3618. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3619. }, "" },
  3620. { "Rouge", "civ", {
  3621. "#(argb,8,8,3)color(1,0,0,1)"
  3622. }, "" },
  3623. { "Jaune", "civ", {
  3624. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3625. }, "" },
  3626. { "Bleu", "civ", {
  3627. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3628. }, "" },
  3629. { "Bleu Nuit", "civ", {
  3630. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3631. }, "" },
  3632. { "Mauve", "civ", {
  3633. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3634. }, "" },
  3635. { "Orange", "civ", {
  3636. "#(argb,8,8,3)color(1,0.251,0,1)"
  3637. }, "" },
  3638. { "Vert", "civ", {
  3639. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3640. }, "" },
  3641. { "Rose", "civ", {
  3642. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3643. }, "" },
  3644. { "Violet", "civ", {
  3645. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3646. }, "" }
  3647. };
  3648. };
  3649. class chGiulietta {
  3650. vItemSpace = 25;
  3651. conditions = "";
  3652. price = 12590;
  3653. textures[] = {
  3654. { "Noir", "civ", {
  3655. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3656. }, "" },
  3657. { "Blanc", "civ", {
  3658. "#(argb,8,8,3)color(1,1,1,1)"
  3659. }, "" },
  3660. { "Gris", "civ", {
  3661. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3662. }, "" },
  3663. { "Sable", "civ", {
  3664. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3665. }, "" },
  3666. { "Rouge", "civ", {
  3667. "#(argb,8,8,3)color(1,0,0,1)"
  3668. }, "" },
  3669. { "Jaune", "civ", {
  3670. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3671. }, "" },
  3672. { "Bleu", "civ", {
  3673. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3674. }, "" },
  3675. { "Bleu Nuit", "civ", {
  3676. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3677. }, "" },
  3678. { "Mauve", "civ", {
  3679. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3680. }, "" },
  3681. { "Orange", "civ", {
  3682. "#(argb,8,8,3)color(1,0.251,0,1)"
  3683. }, "" },
  3684. { "Vert", "civ", {
  3685. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3686. }, "" },
  3687. { "Rose", "civ", {
  3688. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3689. }, "" },
  3690. { "Violet", "civ", {
  3691. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3692. }, "" }
  3693. };
  3694. };
  3695. class chBrera {
  3696. vItemSpace = 29;
  3697. conditions = "";
  3698. price = 14590;
  3699. textures[] = {
  3700. { "Noir", "civ", {
  3701. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3702. }, "" },
  3703. { "Blanc", "civ", {
  3704. "#(argb,8,8,3)color(1,1,1,1)"
  3705. }, "" },
  3706. { "Gris", "civ", {
  3707. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3708. }, "" },
  3709. { "Sable", "civ", {
  3710. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3711. }, "" },
  3712. { "Rouge", "civ", {
  3713. "#(argb,8,8,3)color(1,0,0,1)"
  3714. }, "" },
  3715. { "Jaune", "civ", {
  3716. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3717. }, "" },
  3718. { "Bleu", "civ", {
  3719. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3720. }, "" },
  3721. { "Bleu Nuit", "civ", {
  3722. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3723. }, "" },
  3724. { "Mauve", "civ", {
  3725. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3726. }, "" },
  3727. { "Orange", "civ", {
  3728. "#(argb,8,8,3)color(1,0.251,0,1)"
  3729. }, "" },
  3730. { "Vert", "civ", {
  3731. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3732. }, "" },
  3733. { "Rose", "civ", {
  3734. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3735. }, "" },
  3736. { "Violet", "civ", {
  3737. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3738. }, "" }
  3739. };
  3740. };
  3741. class Abarth500lu_civ {
  3742. vItemSpace = 25;
  3743. conditions = "";
  3744. price = 13590;
  3745. textures[] = {
  3746. { "Noir", "civ", {
  3747. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3748. }, "" },
  3749. { "Blanc", "civ", {
  3750. "#(argb,8,8,3)color(1,1,1,1)"
  3751. }, "" },
  3752. { "Gris", "civ", {
  3753. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3754. }, "" },
  3755. { "Sable", "civ", {
  3756. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3757. }, "" },
  3758. { "Rouge", "civ", {
  3759. "#(argb,8,8,3)color(1,0,0,1)"
  3760. }, "" },
  3761. { "Jaune", "civ", {
  3762. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3763. }, "" },
  3764. { "Bleu", "civ", {
  3765. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3766. }, "" },
  3767. { "Bleu Nuit", "civ", {
  3768. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3769. }, "" },
  3770. { "Mauve", "civ", {
  3771. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3772. }, "" },
  3773. { "Orange", "civ", {
  3774. "#(argb,8,8,3)color(1,0.251,0,1)"
  3775. }, "" },
  3776. { "Vert", "civ", {
  3777. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3778. }, "" },
  3779. { "Rose", "civ", {
  3780. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3781. }, "" },
  3782. { "Violet", "civ", {
  3783. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3784. }, "" }
  3785. };
  3786. };
  3787.  
  3788. class Trafic1pl_civ {
  3789. vItemSpace = 45;
  3790. conditions = "";
  3791. price = 30350;
  3792. textures[] = {
  3793. { "Noir", "civ", {
  3794. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3795. }, "" },
  3796. { "Blanc", "civ", {
  3797. "#(argb,8,8,3)color(1,1,1,1)"
  3798. }, "" },
  3799. { "Gris", "civ", {
  3800. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3801. }, "" },
  3802. { "Sable", "civ", {
  3803. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3804. }, "" },
  3805. { "Rouge", "civ", {
  3806. "#(argb,8,8,3)color(1,0,0,1)"
  3807. }, "" },
  3808. { "Jaune", "civ", {
  3809. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3810. }, "" },
  3811. { "Bleu", "civ", {
  3812. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3813. }, "" },
  3814. { "Bleu Nuit", "civ", {
  3815. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3816. }, "" },
  3817. { "Mauve", "civ", {
  3818. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3819. }, "" },
  3820. { "Orange", "civ", {
  3821. "#(argb,8,8,3)color(1,0.251,0,1)"
  3822. }, "" },
  3823. { "Vert", "civ", {
  3824. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3825. }, "" },
  3826. { "Rose", "civ", {
  3827. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3828. }, "" },
  3829. { "Violet", "civ", {
  3830. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3831. }, "" }
  3832. };
  3833. };
  3834.  
  3835. class Berlingo2_civ {
  3836. vItemSpace = 60;
  3837. conditions = "";
  3838. price = 53350;
  3839. textures[] = {
  3840. { "Noir", "civ", {
  3841. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3842. }, "" },
  3843. { "Blanc", "civ", {
  3844. "#(argb,8,8,3)color(1,1,1,1)"
  3845. }, "" },
  3846. { "Gris", "civ", {
  3847. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3848. }, "" },
  3849. { "Sable", "civ", {
  3850. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3851. }, "" },
  3852. { "Rouge", "civ", {
  3853. "#(argb,8,8,3)color(1,0,0,1)"
  3854. }, "" },
  3855. { "Jaune", "civ", {
  3856. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3857. }, "" },
  3858. { "Bleu", "civ", {
  3859. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3860. }, "" },
  3861. { "Bleu Nuit", "civ", {
  3862. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3863. }, "" },
  3864. { "Mauve", "civ", {
  3865. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3866. }, "" },
  3867. { "Orange", "civ", {
  3868. "#(argb,8,8,3)color(1,0.251,0,1)"
  3869. }, "" },
  3870. { "Vert", "civ", {
  3871. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3872. }, "" },
  3873. { "Rose", "civ", {
  3874. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3875. }, "" },
  3876. { "Violet", "civ", {
  3877. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3878. }, "" }
  3879. };
  3880. };
  3881.  
  3882. class ch2CV {
  3883. vItemSpace = 20;
  3884. conditions = "";
  3885. price = 13520;
  3886. textures[] = {
  3887. { "Noir", "civ", {
  3888. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3889. }, "" },
  3890. { "Blanc", "civ", {
  3891. "#(argb,8,8,3)color(1,1,1,1)"
  3892. }, "" },
  3893. { "Gris", "civ", {
  3894. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3895. }, "" },
  3896. { "Sable", "civ", {
  3897. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3898. }, "" },
  3899. { "Rouge", "civ", {
  3900. "#(argb,8,8,3)color(1,0,0,1)"
  3901. }, "" },
  3902. { "Jaune", "civ", {
  3903. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3904. }, "" },
  3905. { "Bleu", "civ", {
  3906. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3907. }, "" },
  3908. { "Bleu Nuit", "civ", {
  3909. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3910. }, "" },
  3911. { "Mauve", "civ", {
  3912. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3913. }, "" },
  3914. { "Orange", "civ", {
  3915. "#(argb,8,8,3)color(1,0.251,0,1)"
  3916. }, "" },
  3917. { "Vert", "civ", {
  3918. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3919. }, "" },
  3920. { "Rose", "civ", {
  3921. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3922. }, "" },
  3923. { "Violet", "civ", {
  3924. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3925. }, "" }
  3926. };
  3927. };
  3928. class berlingo1_civ {
  3929. vItemSpace = 40;
  3930. conditions = "";
  3931. price = 28300;
  3932. textures[] = {
  3933. { "Noir", "civ", {
  3934. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3935. }, "" },
  3936. { "Blanc", "civ", {
  3937. "#(argb,8,8,3)color(1,1,1,1)"
  3938. }, "" },
  3939. { "Gris", "civ", {
  3940. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3941. }, "" },
  3942. { "Sable", "civ", {
  3943. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3944. }, "" },
  3945. { "Rouge", "civ", {
  3946. "#(argb,8,8,3)color(1,0,0,1)"
  3947. }, "" },
  3948. { "Jaune", "civ", {
  3949. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3950. }, "" },
  3951. { "Bleu", "civ", {
  3952. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  3953. }, "" },
  3954. { "Bleu Nuit", "civ", {
  3955. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  3956. }, "" },
  3957. { "Mauve", "civ", {
  3958. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  3959. }, "" },
  3960. { "Orange", "civ", {
  3961. "#(argb,8,8,3)color(1,0.251,0,1)"
  3962. }, "" },
  3963. { "Vert", "civ", {
  3964. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  3965. }, "" },
  3966. { "Rose", "civ", {
  3967. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  3968. }, "" },
  3969. { "Violet", "civ", {
  3970. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  3971. }, "" }
  3972. };
  3973. };
  3974.  
  3975. class chc2 {
  3976. vItemSpace = 25;
  3977. conditions = "";
  3978. price = 6600;
  3979. textures[] = {
  3980. { "Noir", "civ", {
  3981. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  3982. }, "" },
  3983. { "Blanc", "civ", {
  3984. "#(argb,8,8,3)color(1,1,1,1)"
  3985. }, "" },
  3986. { "Gris", "civ", {
  3987. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  3988. }, "" },
  3989. { "Sable", "civ", {
  3990. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  3991. }, "" },
  3992. { "Rouge", "civ", {
  3993. "#(argb,8,8,3)color(1,0,0,1)"
  3994. }, "" },
  3995. { "Jaune", "civ", {
  3996. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  3997. }, "" },
  3998. { "Bleu", "civ", {
  3999. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4000. }, "" },
  4001. { "Bleu Nuit", "civ", {
  4002. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4003. }, "" },
  4004. { "Mauve", "civ", {
  4005. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4006. }, "" },
  4007. { "Orange", "civ", {
  4008. "#(argb,8,8,3)color(1,0.251,0,1)"
  4009. }, "" },
  4010. { "Vert", "civ", {
  4011. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4012. }, "" },
  4013. { "Rose", "civ", {
  4014. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4015. }, "" },
  4016. { "Violet", "civ", {
  4017. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4018. }, "" }
  4019. };
  4020. };
  4021.  
  4022. class c4hch_civ {
  4023. vItemSpace = 20;
  4024. conditions = "";
  4025. price = 22100;
  4026. textures[] = {
  4027. { "Noir", "civ", {
  4028. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4029. }, "" },
  4030. { "Blanc", "civ", {
  4031. "#(argb,8,8,3)color(1,1,1,1)"
  4032. }, "" },
  4033. { "Gris", "civ", {
  4034. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4035. }, "" },
  4036. { "Sable", "civ", {
  4037. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4038. }, "" },
  4039. { "Rouge", "civ", {
  4040. "#(argb,8,8,3)color(1,0,0,1)"
  4041. }, "" },
  4042. { "Jaune", "civ", {
  4043. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4044. }, "" },
  4045. { "Bleu", "civ", {
  4046. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4047. }, "" },
  4048. { "Bleu Nuit", "civ", {
  4049. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4050. }, "" },
  4051. { "Mauve", "civ", {
  4052. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4053. }, "" },
  4054. { "Orange", "civ", {
  4055. "#(argb,8,8,3)color(1,0.251,0,1)"
  4056. }, "" },
  4057. { "Vert", "civ", {
  4058. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4059. }, "" },
  4060. { "Rose", "civ", {
  4061. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4062. }, "" },
  4063. { "Violet", "civ", {
  4064. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4065. }, "" }
  4066. };
  4067. };
  4068.  
  4069. class chMehari {
  4070. vItemSpace = 30;
  4071. conditions = "license_civ_Maire";
  4072. price = 14500;
  4073. textures[] = {
  4074. { "Noir", "civ", {
  4075. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4076. }, "" },
  4077. { "Blanc", "civ", {
  4078. "#(argb,8,8,3)color(1,1,1,1)"
  4079. }, "" },
  4080. { "Gris", "civ", {
  4081. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4082. }, "" },
  4083. { "Sable", "civ", {
  4084. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4085. }, "" },
  4086. { "Rouge", "civ", {
  4087. "#(argb,8,8,3)color(1,0,0,1)"
  4088. }, "" },
  4089. { "Jaune", "civ", {
  4090. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4091. }, "" },
  4092. { "Bleu", "civ", {
  4093. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4094. }, "" },
  4095. { "Bleu Nuit", "civ", {
  4096. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4097. }, "" },
  4098. { "Mauve", "civ", {
  4099. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4100. }, "" },
  4101. { "Orange", "civ", {
  4102. "#(argb,8,8,3)color(1,0.251,0,1)"
  4103. }, "" },
  4104. { "Vert", "civ", {
  4105. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4106. }, "" },
  4107. { "Rose", "civ", {
  4108. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4109. }, "" },
  4110. { "Violet", "civ", {
  4111. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4112. }, "" }
  4113. };
  4114. };
  4115. class chds4 {
  4116. vItemSpace = 30;
  4117. conditions = "";
  4118. price = 13600;
  4119. textures[] = {
  4120. { "Noir", "civ", {
  4121. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4122. }, "" },
  4123. { "Blanc", "civ", {
  4124. "#(argb,8,8,3)color(1,1,1,1)"
  4125. }, "" },
  4126. { "Gris", "civ", {
  4127. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4128. }, "" },
  4129. { "Sable", "civ", {
  4130. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4131. }, "" },
  4132. { "Rouge", "civ", {
  4133. "#(argb,8,8,3)color(1,0,0,1)"
  4134. }, "" },
  4135. { "Jaune", "civ", {
  4136. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4137. }, "" },
  4138. { "Bleu", "civ", {
  4139. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4140. }, "" },
  4141. { "Bleu Nuit", "civ", {
  4142. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4143. }, "" },
  4144. { "Mauve", "civ", {
  4145. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4146. }, "" },
  4147. { "Orange", "civ", {
  4148. "#(argb,8,8,3)color(1,0.251,0,1)"
  4149. }, "" },
  4150. { "Vert", "civ", {
  4151. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4152. }, "" },
  4153. { "Rose", "civ", {
  4154. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4155. }, "" },
  4156. { "Violet", "civ", {
  4157. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4158. }, "" }
  4159. };
  4160. };
  4161. class chds3 {
  4162. vItemSpace = 25;
  4163. conditions = "";
  4164. price = 9600;
  4165. textures[] = {
  4166. { "Noir", "civ", {
  4167. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4168. }, "" },
  4169. { "Blanc", "civ", {
  4170. "#(argb,8,8,3)color(1,1,1,1)"
  4171. }, "" },
  4172. { "Gris", "civ", {
  4173. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4174. }, "" },
  4175. { "Sable", "civ", {
  4176. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4177. }, "" },
  4178. { "Rouge", "civ", {
  4179. "#(argb,8,8,3)color(1,0,0,1)"
  4180. }, "" },
  4181. { "Jaune", "civ", {
  4182. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4183. }, "" },
  4184. { "Bleu", "civ", {
  4185. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4186. }, "" },
  4187. { "Bleu Nuit", "civ", {
  4188. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4189. }, "" },
  4190. { "Mauve", "civ", {
  4191. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4192. }, "" },
  4193. { "Orange", "civ", {
  4194. "#(argb,8,8,3)color(1,0.251,0,1)"
  4195. }, "" },
  4196. { "Vert", "civ", {
  4197. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4198. }, "" },
  4199. { "Rose", "civ", {
  4200. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4201. }, "" },
  4202. { "Violet", "civ", {
  4203. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4204. }, "" }
  4205. };
  4206. };
  4207.  
  4208. class Peugeot_308_civ {
  4209. vItemSpace = 30;
  4210. conditions = "";
  4211. price = 18560;
  4212. textures[] = {
  4213. { "Noir", "civ", {
  4214. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4215. }, "" },
  4216. { "Blanc", "civ", {
  4217. "#(argb,8,8,3)color(1,1,1,1)"
  4218. }, "" },
  4219. { "Gris", "civ", {
  4220. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4221. }, "" },
  4222. { "Sable", "civ", {
  4223. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4224. }, "" },
  4225. { "Rouge", "civ", {
  4226. "#(argb,8,8,3)color(1,0,0,1)"
  4227. }, "" },
  4228. { "Jaune", "civ", {
  4229. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4230. }, "" },
  4231. { "Bleu", "civ", {
  4232. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4233. }, "" },
  4234. { "Bleu Nuit", "civ", {
  4235. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4236. }, "" },
  4237. { "Mauve", "civ", {
  4238. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4239. }, "" },
  4240. { "Orange", "civ", {
  4241. "#(argb,8,8,3)color(1,0.251,0,1)"
  4242. }, "" },
  4243. { "Vert", "civ", {
  4244. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4245. }, "" },
  4246. { "Rose", "civ", {
  4247. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4248. }, "" },
  4249. { "Violet", "civ", {
  4250. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4251. }, "" }
  4252. };
  4253. };
  4254. class chduster14_civ {
  4255. vItemSpace = 40;
  4256. conditions = "";
  4257. price = 28560;
  4258. textures[] = {
  4259. { "Noir", "civ", {
  4260. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4261. }, "" },
  4262. { "Blanc", "civ", {
  4263. "#(argb,8,8,3)color(1,1,1,1)"
  4264. }, "" },
  4265. { "Gris", "civ", {
  4266. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4267. }, "" },
  4268. { "Sable", "civ", {
  4269. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4270. }, "" },
  4271. { "Rouge", "civ", {
  4272. "#(argb,8,8,3)color(1,0,0,1)"
  4273. }, "" },
  4274. { "Jaune", "civ", {
  4275. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4276. }, "" },
  4277. { "Bleu", "civ", {
  4278. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4279. }, "" },
  4280. { "Bleu Nuit", "civ", {
  4281. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4282. }, "" },
  4283. { "Mauve", "civ", {
  4284. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4285. }, "" },
  4286. { "Orange", "civ", {
  4287. "#(argb,8,8,3)color(1,0.251,0,1)"
  4288. }, "" },
  4289. { "Vert", "civ", {
  4290. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4291. }, "" },
  4292. { "Rose", "civ", {
  4293. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4294. }, "" },
  4295. { "Violet", "civ", {
  4296. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4297. }, "" }
  4298. };
  4299. };
  4300.  
  4301. class mondeoswch_civ {
  4302. vItemSpace = 40;
  4303. conditions = "";
  4304. price = 38550;
  4305. textures[] = {
  4306. { "Noir", "civ", {
  4307. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4308. }, "" },
  4309. { "Blanc", "civ", {
  4310. "#(argb,8,8,3)color(1,1,1,1)"
  4311. }, "" },
  4312. { "Gris", "civ", {
  4313. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4314. }, "" },
  4315. { "Sable", "civ", {
  4316. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4317. }, "" },
  4318. { "Rouge", "civ", {
  4319. "#(argb,8,8,3)color(1,0,0,1)"
  4320. }, "" },
  4321. { "Jaune", "civ", {
  4322. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4323. }, "" },
  4324. { "Bleu", "civ", {
  4325. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4326. }, "" },
  4327. { "Bleu Nuit", "civ", {
  4328. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4329. }, "" },
  4330. { "Mauve", "civ", {
  4331. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4332. }, "" },
  4333. { "Orange", "civ", {
  4334. "#(argb,8,8,3)color(1,0.251,0,1)"
  4335. }, "" },
  4336. { "Vert", "civ", {
  4337. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4338. }, "" },
  4339. { "Rose", "civ", {
  4340. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4341. }, "" },
  4342. { "Violet", "civ", {
  4343. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4344. }, "" }
  4345. };
  4346. };
  4347.  
  4348. class chmeganers_civ {
  4349. vItemSpace = 50;
  4350. conditions = "";
  4351. price = 134550;
  4352. textures[] = {
  4353. { "Noir", "civ", {
  4354. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4355. }, "" },
  4356. { "Blanc", "civ", {
  4357. "#(argb,8,8,3)color(1,1,1,1)"
  4358. }, "" },
  4359. { "Gris", "civ", {
  4360. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4361. }, "" },
  4362. { "Sable", "civ", {
  4363. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4364. }, "" },
  4365. { "Rouge", "civ", {
  4366. "#(argb,8,8,3)color(1,0,0,1)"
  4367. }, "" },
  4368. { "Jaune", "civ", {
  4369. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4370. }, "" },
  4371. { "Bleu", "civ", {
  4372. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4373. }, "" },
  4374. { "Bleu Nuit", "civ", {
  4375. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4376. }, "" },
  4377. { "Mauve", "civ", {
  4378. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4379. }, "" },
  4380. { "Orange", "civ", {
  4381. "#(argb,8,8,3)color(1,0.251,0,1)"
  4382. }, "" },
  4383. { "Vert", "civ", {
  4384. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4385. }, "" },
  4386. { "Rose", "civ", {
  4387. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4388. }, "" },
  4389. { "Violet", "civ", {
  4390. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4391. }, "" }
  4392. };
  4393. };
  4394.  
  4395. class chmegane_4_estate_civ {
  4396. vItemSpace = 50;
  4397. conditions = "";
  4398. price = 38690;
  4399. textures[] = {
  4400. { "Noir", "civ", {
  4401. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4402. }, "" },
  4403. { "Blanc", "civ", {
  4404. "#(argb,8,8,3)color(1,1,1,1)"
  4405. }, "" },
  4406. { "Gris", "civ", {
  4407. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4408. }, "" },
  4409. { "Sable", "civ", {
  4410. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4411. }, "" },
  4412. { "Rouge", "civ", {
  4413. "#(argb,8,8,3)color(1,0,0,1)"
  4414. }, "" },
  4415. { "Jaune", "civ", {
  4416. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4417. }, "" },
  4418. { "Bleu", "civ", {
  4419. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4420. }, "" },
  4421. { "Bleu Nuit", "civ", {
  4422. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4423. }, "" },
  4424. { "Mauve", "civ", {
  4425. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4426. }, "" },
  4427. { "Orange", "civ", {
  4428. "#(argb,8,8,3)color(1,0.251,0,1)"
  4429. }, "" },
  4430. { "Vert", "civ", {
  4431. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4432. }, "" },
  4433. { "Rose", "civ", {
  4434. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4435. }, "" },
  4436. { "Violet", "civ", {
  4437. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4438. }, "" }
  4439. };
  4440. };
  4441.  
  4442. class Renault_Espace_civ {
  4443. vItemSpace = 30;
  4444. conditions = "";
  4445. price = 5500;
  4446. textures[] = {
  4447. { "Noir", "civ", {
  4448. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4449. }, "" },
  4450. { "Blanc", "civ", {
  4451. "#(argb,8,8,3)color(1,1,1,1)"
  4452. }, "" },
  4453. { "Gris", "civ", {
  4454. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4455. }, "" },
  4456. { "Sable", "civ", {
  4457. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4458. }, "" },
  4459. { "Rouge", "civ", {
  4460. "#(argb,8,8,3)color(1,0,0,1)"
  4461. }, "" },
  4462. { "Jaune", "civ", {
  4463. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4464. }, "" },
  4465. { "Bleu", "civ", {
  4466. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4467. }, "" },
  4468. { "Bleu Nuit", "civ", {
  4469. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4470. }, "" },
  4471. { "Mauve", "civ", {
  4472. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4473. }, "" },
  4474. { "Orange", "civ", {
  4475. "#(argb,8,8,3)color(1,0.251,0,1)"
  4476. }, "" },
  4477. { "Vert", "civ", {
  4478. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4479. }, "" },
  4480. { "Rose", "civ", {
  4481. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4482. }, "" },
  4483. { "Violet", "civ", {
  4484. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4485. }, "" }
  4486. };
  4487. };
  4488.  
  4489. class AlessioRS4 {
  4490. vItemSpace = 25;
  4491. conditions = "";
  4492. price = 156000;
  4493. textures[] = {
  4494. { "Noir", "civ", {
  4495. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4496. }, "" },
  4497. { "Blanc", "civ", {
  4498. "#(argb,8,8,3)color(1,1,1,1)"
  4499. }, "" },
  4500. { "Gris", "civ", {
  4501. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4502. }, "" },
  4503. { "Sable", "civ", {
  4504. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4505. }, "" },
  4506. { "Rouge", "civ", {
  4507. "#(argb,8,8,3)color(1,0,0,1)"
  4508. }, "" },
  4509. { "Jaune", "civ", {
  4510. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4511. }, "" },
  4512. { "Bleu", "civ", {
  4513. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4514. }, "" },
  4515. { "Bleu Nuit", "civ", {
  4516. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4517. }, "" },
  4518. { "Mauve", "civ", {
  4519. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4520. }, "" },
  4521. { "Orange", "civ", {
  4522. "#(argb,8,8,3)color(1,0.251,0,1)"
  4523. }, "" },
  4524. { "Vert", "civ", {
  4525. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4526. }, "" },
  4527. { "Rose", "civ", {
  4528. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4529. }, "" },
  4530. { "Violet", "civ", {
  4531. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4532. }, "" }
  4533. };
  4534. };
  4535. class RS3lu_civ {
  4536. vItemSpace = 25;
  4537. conditions = "";
  4538. price = 156000;
  4539. textures[] = {
  4540. { "Noir", "civ", {
  4541. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4542. }, "" },
  4543. { "Blanc", "civ", {
  4544. "#(argb,8,8,3)color(1,1,1,1)"
  4545. }, "" },
  4546. { "Gris", "civ", {
  4547. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4548. }, "" },
  4549. { "Sable", "civ", {
  4550. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4551. }, "" },
  4552. { "Rouge", "civ", {
  4553. "#(argb,8,8,3)color(1,0,0,1)"
  4554. }, "" },
  4555. { "Jaune", "civ", {
  4556. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4557. }, "" },
  4558. { "Bleu", "civ", {
  4559. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4560. }, "" },
  4561. { "Bleu Nuit", "civ", {
  4562. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4563. }, "" },
  4564. { "Mauve", "civ", {
  4565. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4566. }, "" },
  4567. { "Orange", "civ", {
  4568. "#(argb,8,8,3)color(1,0.251,0,1)"
  4569. }, "" },
  4570. { "Vert", "civ", {
  4571. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4572. }, "" },
  4573. { "Rose", "civ", {
  4574. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4575. }, "" },
  4576. { "Violet", "civ", {
  4577. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4578. }, "" }
  4579. };
  4580. };
  4581.  
  4582. class chfiesta {
  4583. vItemSpace = 25;
  4584. conditions = "";
  4585. price = 22500;
  4586. textures[] = {
  4587. { "Noir", "civ", {
  4588. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4589. }, "" },
  4590. { "Blanc", "civ", {
  4591. "#(argb,8,8,3)color(1,1,1,1)"
  4592. }, "" },
  4593. { "Gris", "civ", {
  4594. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4595. }, "" },
  4596. { "Sable", "civ", {
  4597. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4598. }, "" },
  4599. { "Rouge", "civ", {
  4600. "#(argb,8,8,3)color(1,0,0,1)"
  4601. }, "" },
  4602. { "Jaune", "civ", {
  4603. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4604. }, "" },
  4605. { "Bleu", "civ", {
  4606. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4607. }, "" },
  4608. { "Bleu Nuit", "civ", {
  4609. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4610. }, "" },
  4611. { "Mauve", "civ", {
  4612. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4613. }, "" },
  4614. { "Orange", "civ", {
  4615. "#(argb,8,8,3)color(1,0.251,0,1)"
  4616. }, "" },
  4617. { "Vert", "civ", {
  4618. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4619. }, "" },
  4620. { "Rose", "civ", {
  4621. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4622. }, "" },
  4623. { "Violet", "civ", {
  4624. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4625. }, "" }
  4626. };
  4627. };
  4628.  
  4629. class Crownlu {
  4630. vItemSpace = 30;
  4631. conditions = "";
  4632. price = 42500;
  4633. textures[] = {
  4634. { "Noir", "civ", {
  4635. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4636. }, "" },
  4637. { "Blanc", "civ", {
  4638. "#(argb,8,8,3)color(1,1,1,1)"
  4639. }, "" },
  4640. { "Gris", "civ", {
  4641. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4642. }, "" },
  4643. { "Sable", "civ", {
  4644. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4645. }, "" },
  4646. { "Rouge", "civ", {
  4647. "#(argb,8,8,3)color(1,0,0,1)"
  4648. }, "" },
  4649. { "Jaune", "civ", {
  4650. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4651. }, "" },
  4652. { "Bleu", "civ", {
  4653. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4654. }, "" },
  4655. { "Bleu Nuit", "civ", {
  4656. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4657. }, "" },
  4658. { "Mauve", "civ", {
  4659. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4660. }, "" },
  4661. { "Orange", "civ", {
  4662. "#(argb,8,8,3)color(1,0.251,0,1)"
  4663. }, "" },
  4664. { "Vert", "civ", {
  4665. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4666. }, "" },
  4667. { "Rose", "civ", {
  4668. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4669. }, "" },
  4670. { "Violet", "civ", {
  4671. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4672. }, "" }
  4673. };
  4674. };
  4675.  
  4676. class Dacia_Duster_civ {
  4677. vItemSpace = 50;
  4678. conditions = "";
  4679. price = 42360;
  4680. textures[] = {
  4681. { "Noir", "civ", {
  4682. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4683. }, "" },
  4684. { "Blanc", "civ", {
  4685. "#(argb,8,8,3)color(1,1,1,1)"
  4686. }, "" },
  4687. { "Gris", "civ", {
  4688. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4689. }, "" },
  4690. { "Sable", "civ", {
  4691. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4692. }, "" },
  4693. { "Rouge", "civ", {
  4694. "#(argb,8,8,3)color(1,0,0,1)"
  4695. }, "" },
  4696. { "Jaune", "civ", {
  4697. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4698. }, "" },
  4699. { "Bleu", "civ", {
  4700. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4701. }, "" },
  4702. { "Bleu Nuit", "civ", {
  4703. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4704. }, "" },
  4705. { "Mauve", "civ", {
  4706. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4707. }, "" },
  4708. { "Orange", "civ", {
  4709. "#(argb,8,8,3)color(1,0.251,0,1)"
  4710. }, "" },
  4711. { "Vert", "civ", {
  4712. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4713. }, "" },
  4714. { "Rose", "civ", {
  4715. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4716. }, "" },
  4717. { "Violet", "civ", {
  4718. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4719. }, "" }
  4720. };
  4721. };
  4722.  
  4723. class chBeetle {
  4724. vItemSpace = 40;
  4725. conditions = "";
  4726. price = 58201;
  4727. textures[] = {
  4728. { "Noir", "civ", {
  4729. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4730. }, "" },
  4731. { "Blanc", "civ", {
  4732. "#(argb,8,8,3)color(1,1,1,1)"
  4733. }, "" },
  4734. { "Gris", "civ", {
  4735. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4736. }, "" },
  4737. { "Sable", "civ", {
  4738. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4739. }, "" },
  4740. { "Rouge", "civ", {
  4741. "#(argb,8,8,3)color(1,0,0,1)"
  4742. }, "" },
  4743. { "Jaune", "civ", {
  4744. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4745. }, "" },
  4746. { "Bleu", "civ", {
  4747. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4748. }, "" },
  4749. { "Bleu Nuit", "civ", {
  4750. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4751. }, "" },
  4752. { "Mauve", "civ", {
  4753. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4754. }, "" },
  4755. { "Orange", "civ", {
  4756. "#(argb,8,8,3)color(1,0.251,0,1)"
  4757. }, "" },
  4758. { "Vert", "civ", {
  4759. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4760. }, "" },
  4761. { "Rose", "civ", {
  4762. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4763. }, "" },
  4764. { "Violet", "civ", {
  4765. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4766. }, "" }
  4767. };
  4768. };
  4769. class partner2_civ {
  4770. vItemSpace = 50;
  4771. conditions = "";
  4772. price = 42850;
  4773. textures[] = {
  4774. { "Noir", "civ", {
  4775. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4776. }, "" },
  4777. { "Blanc", "civ", {
  4778. "#(argb,8,8,3)color(1,1,1,1)"
  4779. }, "" },
  4780. { "Gris", "civ", {
  4781. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4782. }, "" },
  4783. { "Sable", "civ", {
  4784. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4785. }, "" },
  4786. { "Rouge", "civ", {
  4787. "#(argb,8,8,3)color(1,0,0,1)"
  4788. }, "" },
  4789. { "Jaune", "civ", {
  4790. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4791. }, "" },
  4792. { "Bleu", "civ", {
  4793. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4794. }, "" },
  4795. { "Bleu Nuit", "civ", {
  4796. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4797. }, "" },
  4798. { "Mauve", "civ", {
  4799. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4800. }, "" },
  4801. { "Orange", "civ", {
  4802. "#(argb,8,8,3)color(1,0.251,0,1)"
  4803. }, "" },
  4804. { "Vert", "civ", {
  4805. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4806. }, "" },
  4807. { "Rose", "civ", {
  4808. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4809. }, "" },
  4810. { "Violet", "civ", {
  4811. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4812. }, "" }
  4813. };
  4814. };
  4815. class chexpert3_civ {
  4816. vItemSpace = 55;
  4817. conditions = "";
  4818. price = 46850;
  4819. textures[] = {
  4820. { "Noir", "civ", {
  4821. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4822. }, "" },
  4823. { "Blanc", "civ", {
  4824. "#(argb,8,8,3)color(1,1,1,1)"
  4825. }, "" },
  4826. { "Gris", "civ", {
  4827. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4828. }, "" },
  4829. { "Sable", "civ", {
  4830. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4831. }, "" },
  4832. { "Rouge", "civ", {
  4833. "#(argb,8,8,3)color(1,0,0,1)"
  4834. }, "" },
  4835. { "Jaune", "civ", {
  4836. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4837. }, "" },
  4838. { "Bleu", "civ", {
  4839. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4840. }, "" },
  4841. { "Bleu Nuit", "civ", {
  4842. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4843. }, "" },
  4844. { "Mauve", "civ", {
  4845. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4846. }, "" },
  4847. { "Orange", "civ", {
  4848. "#(argb,8,8,3)color(1,0.251,0,1)"
  4849. }, "" },
  4850. { "Vert", "civ", {
  4851. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4852. }, "" },
  4853. { "Rose", "civ", {
  4854. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4855. }, "" },
  4856. { "Violet", "civ", {
  4857. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4858. }, "" }
  4859. };
  4860. };
  4861. class chClass_A {
  4862. vItemSpace = 26;
  4863. conditions = "";
  4864. price = 368500;
  4865. textures[] = {
  4866. { "Noir", "civ", {
  4867. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4868. }, "" },
  4869. { "Blanc", "civ", {
  4870. "#(argb,8,8,3)color(1,1,1,1)"
  4871. }, "" },
  4872. { "Gris", "civ", {
  4873. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4874. }, "" },
  4875. { "Sable", "civ", {
  4876. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4877. }, "" },
  4878. { "Rouge", "civ", {
  4879. "#(argb,8,8,3)color(1,0,0,1)"
  4880. }, "" },
  4881. { "Jaune", "civ", {
  4882. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4883. }, "" },
  4884. { "Bleu", "civ", {
  4885. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4886. }, "" },
  4887. { "Bleu Nuit", "civ", {
  4888. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4889. }, "" },
  4890. { "Mauve", "civ", {
  4891. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4892. }, "" },
  4893. { "Orange", "civ", {
  4894. "#(argb,8,8,3)color(1,0.251,0,1)"
  4895. }, "" },
  4896. { "Vert", "civ", {
  4897. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4898. }, "" },
  4899. { "Rose", "civ", {
  4900. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4901. }, "" },
  4902. { "Violet", "civ", {
  4903. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4904. }, "" }
  4905. };
  4906. };
  4907. class ch508 {
  4908. vItemSpace = 55;
  4909. conditions = "";
  4910. price = 46850;
  4911. textures[] = {
  4912. { "Noir", "civ", {
  4913. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4914. }, "" },
  4915. { "Blanc", "civ", {
  4916. "#(argb,8,8,3)color(1,1,1,1)"
  4917. }, "" },
  4918. { "Gris", "civ", {
  4919. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4920. }, "" },
  4921. { "Sable", "civ", {
  4922. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4923. }, "" },
  4924. { "Rouge", "civ", {
  4925. "#(argb,8,8,3)color(1,0,0,1)"
  4926. }, "" },
  4927. { "Jaune", "civ", {
  4928. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4929. }, "" },
  4930. { "Bleu", "civ", {
  4931. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4932. }, "" },
  4933. { "Bleu Nuit", "civ", {
  4934. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4935. }, "" },
  4936. { "Mauve", "civ", {
  4937. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4938. }, "" },
  4939. { "Orange", "civ", {
  4940. "#(argb,8,8,3)color(1,0.251,0,1)"
  4941. }, "" },
  4942. { "Vert", "civ", {
  4943. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4944. }, "" },
  4945. { "Rose", "civ", {
  4946. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4947. }, "" },
  4948. { "Violet", "civ", {
  4949. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4950. }, "" }
  4951. };
  4952. };
  4953.  
  4954. class Mk3lu_civ {
  4955. vItemSpace = 25;
  4956. conditions = "";
  4957. price = 19500;
  4958. textures[] = {
  4959. { "Noir", "civ", {
  4960. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  4961. }, "" },
  4962. { "Blanc", "civ", {
  4963. "#(argb,8,8,3)color(1,1,1,1)"
  4964. }, "" },
  4965. { "Gris", "civ", {
  4966. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  4967. }, "" },
  4968. { "Sable", "civ", {
  4969. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  4970. }, "" },
  4971. { "Rouge", "civ", {
  4972. "#(argb,8,8,3)color(1,0,0,1)"
  4973. }, "" },
  4974. { "Jaune", "civ", {
  4975. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  4976. }, "" },
  4977. { "Bleu", "civ", {
  4978. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  4979. }, "" },
  4980. { "Bleu Nuit", "civ", {
  4981. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  4982. }, "" },
  4983. { "Mauve", "civ", {
  4984. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  4985. }, "" },
  4986. { "Orange", "civ", {
  4987. "#(argb,8,8,3)color(1,0.251,0,1)"
  4988. }, "" },
  4989. { "Vert", "civ", {
  4990. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  4991. }, "" },
  4992. { "Rose", "civ", {
  4993. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  4994. }, "" },
  4995. { "Violet", "civ", {
  4996. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  4997. }, "" }
  4998. };
  4999. };
  5000.  
  5001. class CLS63lu_civ {
  5002. vItemSpace = 25;
  5003. conditions = "";
  5004. price = 450120;
  5005. textures[] = {
  5006. { "Noir", "civ", {
  5007. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5008. }, "" },
  5009. { "Blanc", "civ", {
  5010. "#(argb,8,8,3)color(1,1,1,1)"
  5011. }, "" },
  5012. { "Gris", "civ", {
  5013. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5014. }, "" },
  5015. { "Sable", "civ", {
  5016. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5017. }, "" },
  5018. { "Rouge", "civ", {
  5019. "#(argb,8,8,3)color(1,0,0,1)"
  5020. }, "" },
  5021. { "Jaune", "civ", {
  5022. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5023. }, "" },
  5024. { "Bleu", "civ", {
  5025. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5026. }, "" },
  5027. { "Bleu Nuit", "civ", {
  5028. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5029. }, "" },
  5030. { "Mauve", "civ", {
  5031. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5032. }, "" },
  5033. { "Orange", "civ", {
  5034. "#(argb,8,8,3)color(1,0.251,0,1)"
  5035. }, "" },
  5036. { "Vert", "civ", {
  5037. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5038. }, "" },
  5039. { "Rose", "civ", {
  5040. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5041. }, "" },
  5042. { "Violet", "civ", {
  5043. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5044. }, "" }
  5045. };
  5046. };
  5047.  
  5048. class AlessioC63 {
  5049. vItemSpace = 50;
  5050. conditions = "";
  5051. price = 1500000;
  5052. textures[] = {
  5053. { "Noir", "civ", {
  5054. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5055. }, "" },
  5056. { "Blanc", "civ", {
  5057. "#(argb,8,8,3)color(1,1,1,1)"
  5058. }, "" },
  5059. { "Gris", "civ", {
  5060. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5061. }, "" },
  5062. { "Sable", "civ", {
  5063. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5064. }, "" },
  5065. { "Rouge", "civ", {
  5066. "#(argb,8,8,3)color(1,0,0,1)"
  5067. }, "" },
  5068. { "Jaune", "civ", {
  5069. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5070. }, "" },
  5071. { "Bleu", "civ", {
  5072. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5073. }, "" },
  5074. { "Bleu Nuit", "civ", {
  5075. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5076. }, "" },
  5077. { "Mauve", "civ", {
  5078. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5079. }, "" },
  5080. { "Orange", "civ", {
  5081. "#(argb,8,8,3)color(1,0.251,0,1)"
  5082. }, "" },
  5083. { "Vert", "civ", {
  5084. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5085. }, "" },
  5086. { "Rose", "civ", {
  5087. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5088. }, "" },
  5089. { "Violet", "civ", {
  5090. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5091. }, "" }
  5092. };
  5093. };
  5094.  
  5095. class AlessioBM4 {
  5096. vItemSpace = 25;
  5097. conditions = "";
  5098. price = 250120;
  5099. textures[] = {
  5100. { "Noir", "civ", {
  5101. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5102. }, "" },
  5103. { "Blanc", "civ", {
  5104. "#(argb,8,8,3)color(1,1,1,1)"
  5105. }, "" },
  5106. { "Gris", "civ", {
  5107. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5108. }, "" },
  5109. { "Sable", "civ", {
  5110. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5111. }, "" },
  5112. { "Rouge", "civ", {
  5113. "#(argb,8,8,3)color(1,0,0,1)"
  5114. }, "" },
  5115. { "Jaune", "civ", {
  5116. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5117. }, "" },
  5118. { "Bleu", "civ", {
  5119. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5120. }, "" },
  5121. { "Bleu Nuit", "civ", {
  5122. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5123. }, "" },
  5124. { "Mauve", "civ", {
  5125. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5126. }, "" },
  5127. { "Orange", "civ", {
  5128. "#(argb,8,8,3)color(1,0.251,0,1)"
  5129. }, "" },
  5130. { "Vert", "civ", {
  5131. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5132. }, "" },
  5133. { "Rose", "civ", {
  5134. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5135. }, "" },
  5136. { "Violet", "civ", {
  5137. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5138. }, "" }
  5139. };
  5140. };
  5141.  
  5142. class chcitan_civ {
  5143. vItemSpace = 80;
  5144. conditions = "";
  5145. price = 63500;
  5146. textures[] = {
  5147. { "Noir", "civ", {
  5148. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5149. }, "" },
  5150. { "Blanc", "civ", {
  5151. "#(argb,8,8,3)color(1,1,1,1)"
  5152. }, "" },
  5153. { "Gris", "civ", {
  5154. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5155. }, "" },
  5156. { "Sable", "civ", {
  5157. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5158. }, "" },
  5159. { "Rouge", "civ", {
  5160. "#(argb,8,8,3)color(1,0,0,1)"
  5161. }, "" },
  5162. { "Jaune", "civ", {
  5163. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5164. }, "" },
  5165. { "Bleu", "civ", {
  5166. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5167. }, "" },
  5168. { "Bleu Nuit", "civ", {
  5169. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5170. }, "" },
  5171. { "Mauve", "civ", {
  5172. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5173. }, "" },
  5174. { "Orange", "civ", {
  5175. "#(argb,8,8,3)color(1,0.251,0,1)"
  5176. }, "" },
  5177. { "Vert", "civ", {
  5178. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5179. }, "" },
  5180. { "Rose", "civ", {
  5181. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5182. }, "" },
  5183. { "Violet", "civ", {
  5184. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5185. }, "" }
  5186. };
  5187. };
  5188. class chexpert3_cciv {
  5189. vItemSpace = 68;
  5190. conditions = "";
  5191. price = 68500;
  5192. textures[] = {
  5193. { "Noir", "civ", {
  5194. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5195. }, "" },
  5196. { "Blanc", "civ", {
  5197. "#(argb,8,8,3)color(1,1,1,1)"
  5198. }, "" },
  5199. { "Gris", "civ", {
  5200. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5201. }, "" },
  5202. { "Sable", "civ", {
  5203. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5204. }, "" },
  5205. { "Rouge", "civ", {
  5206. "#(argb,8,8,3)color(1,0,0,1)"
  5207. }, "" },
  5208. { "Jaune", "civ", {
  5209. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5210. }, "" },
  5211. { "Bleu", "civ", {
  5212. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5213. }, "" },
  5214. { "Bleu Nuit", "civ", {
  5215. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5216. }, "" },
  5217. { "Mauve", "civ", {
  5218. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5219. }, "" },
  5220. { "Orange", "civ", {
  5221. "#(argb,8,8,3)color(1,0.251,0,1)"
  5222. }, "" },
  5223. { "Vert", "civ", {
  5224. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5225. }, "" },
  5226. { "Rose", "civ", {
  5227. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5228. }, "" },
  5229. { "Violet", "civ", {
  5230. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5231. }, "" }
  5232. };
  5233. };
  5234. class partner2_cciv {
  5235. vItemSpace = 50;
  5236. conditions = "";
  5237. price = 53500;
  5238. textures[] = {
  5239. { "Noir", "civ", {
  5240. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5241. }, "" },
  5242. { "Blanc", "civ", {
  5243. "#(argb,8,8,3)color(1,1,1,1)"
  5244. }, "" },
  5245. { "Gris", "civ", {
  5246. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5247. }, "" },
  5248. { "Sable", "civ", {
  5249. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5250. }, "" },
  5251. { "Rouge", "civ", {
  5252. "#(argb,8,8,3)color(1,0,0,1)"
  5253. }, "" },
  5254. { "Jaune", "civ", {
  5255. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5256. }, "" },
  5257. { "Bleu", "civ", {
  5258. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5259. }, "" },
  5260. { "Bleu Nuit", "civ", {
  5261. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5262. }, "" },
  5263. { "Mauve", "civ", {
  5264. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5265. }, "" },
  5266. { "Orange", "civ", {
  5267. "#(argb,8,8,3)color(1,0.251,0,1)"
  5268. }, "" },
  5269. { "Vert", "civ", {
  5270. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5271. }, "" },
  5272. { "Rose", "civ", {
  5273. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5274. }, "" },
  5275. { "Violet", "civ", {
  5276. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5277. }, "" }
  5278. };
  5279. };
  5280. class Peugeot_Expert_car_civ {
  5281. vItemSpace = 60;
  5282. conditions = "";
  5283. price = 63500;
  5284. textures[] = {
  5285. { "Noir", "civ", {
  5286. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5287. }, "" },
  5288. { "Blanc", "civ", {
  5289. "#(argb,8,8,3)color(1,1,1,1)"
  5290. }, "" },
  5291. { "Gris", "civ", {
  5292. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5293. }, "" },
  5294. { "Sable", "civ", {
  5295. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5296. }, "" },
  5297. { "Rouge", "civ", {
  5298. "#(argb,8,8,3)color(1,0,0,1)"
  5299. }, "" },
  5300. { "Jaune", "civ", {
  5301. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5302. }, "" },
  5303. { "Bleu", "civ", {
  5304. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5305. }, "" },
  5306. { "Bleu Nuit", "civ", {
  5307. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5308. }, "" },
  5309. { "Mauve", "civ", {
  5310. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5311. }, "" },
  5312. { "Orange", "civ", {
  5313. "#(argb,8,8,3)color(1,0.251,0,1)"
  5314. }, "" },
  5315. { "Vert", "civ", {
  5316. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5317. }, "" },
  5318. { "Rose", "civ", {
  5319. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5320. }, "" },
  5321. { "Violet", "civ", {
  5322. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5323. }, "" }
  5324. };
  5325. };
  5326. class V250_civ {
  5327. vItemSpace = 90;
  5328. conditions = "";
  5329. price = 73500;
  5330. textures[] = {
  5331. { "Noir", "civ", {
  5332. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5333. }, "" },
  5334. { "Blanc", "civ", {
  5335. "#(argb,8,8,3)color(1,1,1,1)"
  5336. }, "" },
  5337. { "Gris", "civ", {
  5338. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5339. }, "" },
  5340. { "Sable", "civ", {
  5341. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5342. }, "" },
  5343. { "Rouge", "civ", {
  5344. "#(argb,8,8,3)color(1,0,0,1)"
  5345. }, "" },
  5346. { "Jaune", "civ", {
  5347. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5348. }, "" },
  5349. { "Bleu", "civ", {
  5350. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5351. }, "" },
  5352. { "Bleu Nuit", "civ", {
  5353. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5354. }, "" },
  5355. { "Mauve", "civ", {
  5356. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5357. }, "" },
  5358. { "Orange", "civ", {
  5359. "#(argb,8,8,3)color(1,0.251,0,1)"
  5360. }, "" },
  5361. { "Vert", "civ", {
  5362. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5363. }, "" },
  5364. { "Rose", "civ", {
  5365. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5366. }, "" },
  5367. { "Violet", "civ", {
  5368. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5369. }, "" }
  5370. };
  5371. };
  5372.  
  5373. class ch_citroen_c1 {
  5374. vItemSpace = 20;
  5375. conditions = "";
  5376. price = 3900;
  5377. textures[] = {
  5378. { "Noir", "civ", {
  5379. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5380. }, "" },
  5381. { "Blanc", "civ", {
  5382. "#(argb,8,8,3)color(1,1,1,1)"
  5383. }, "" },
  5384. { "Gris", "civ", {
  5385. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5386. }, "" },
  5387. { "Sable", "civ", {
  5388. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5389. }, "" },
  5390. { "Rouge", "civ", {
  5391. "#(argb,8,8,3)color(1,0,0,1)"
  5392. }, "" },
  5393. { "Jaune", "civ", {
  5394. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5395. }, "" },
  5396. { "Bleu", "civ", {
  5397. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5398. }, "" },
  5399. { "Bleu Nuit", "civ", {
  5400. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5401. }, "" },
  5402. { "Mauve", "civ", {
  5403. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5404. }, "" },
  5405. { "Orange", "civ", {
  5406. "#(argb,8,8,3)color(1,0.251,0,1)"
  5407. }, "" },
  5408. { "Vert", "civ", {
  5409. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5410. }, "" },
  5411. { "Rose", "civ", {
  5412. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5413. }, "" },
  5414. { "Violet", "civ", {
  5415. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5416. }, "" }
  5417. };
  5418. };
  5419.  
  5420. class FocusRSlu_civ {
  5421. vItemSpace = 45;
  5422. conditions = "";
  5423. price = 40250;
  5424. textures[] = {
  5425. { "Noir", "civ", {
  5426. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5427. }, "" },
  5428. { "Blanc", "civ", {
  5429. "#(argb,8,8,3)color(1,1,1,1)"
  5430. }, "" },
  5431. { "Gris", "civ", {
  5432. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5433. }, "" },
  5434. { "Sable", "civ", {
  5435. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5436. }, "" },
  5437. { "Rouge", "civ", {
  5438. "#(argb,8,8,3)color(1,0,0,1)"
  5439. }, "" },
  5440. { "Jaune", "civ", {
  5441. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5442. }, "" },
  5443. { "Bleu", "civ", {
  5444. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5445. }, "" },
  5446. { "Bleu Nuit", "civ", {
  5447. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5448. }, "" },
  5449. { "Mauve", "civ", {
  5450. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5451. }, "" },
  5452. { "Orange", "civ", {
  5453. "#(argb,8,8,3)color(1,0.251,0,1)"
  5454. }, "" },
  5455. { "Vert", "civ", {
  5456. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5457. }, "" },
  5458. { "Rose", "civ", {
  5459. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5460. }, "" },
  5461. { "Violet", "civ", {
  5462. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5463. }, "" }
  5464. };
  5465. };
  5466. class focus03_civ {
  5467. vItemSpace = 30;
  5468. conditions = "";
  5469. price = 25630;
  5470. textures[] = {
  5471. { "Noir", "civ", {
  5472. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5473. }, "" },
  5474. { "Blanc", "civ", {
  5475. "#(argb,8,8,3)color(1,1,1,1)"
  5476. }, "" },
  5477. { "Gris", "civ", {
  5478. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5479. }, "" },
  5480. { "Sable", "civ", {
  5481. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5482. }, "" },
  5483. { "Rouge", "civ", {
  5484. "#(argb,8,8,3)color(1,0,0,1)"
  5485. }, "" },
  5486. { "Jaune", "civ", {
  5487. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5488. }, "" },
  5489. { "Bleu", "civ", {
  5490. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5491. }, "" },
  5492. { "Bleu Nuit", "civ", {
  5493. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5494. }, "" },
  5495. { "Mauve", "civ", {
  5496. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5497. }, "" },
  5498. { "Orange", "civ", {
  5499. "#(argb,8,8,3)color(1,0.251,0,1)"
  5500. }, "" },
  5501. { "Vert", "civ", {
  5502. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5503. }, "" },
  5504. { "Rose", "civ", {
  5505. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5506. }, "" },
  5507. { "Violet", "civ", {
  5508. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5509. }, "" }
  5510. };
  5511. };
  5512. class cmax_civ {
  5513. vItemSpace = 40;
  5514. conditions = "";
  5515. price = 35630;
  5516. textures[] = {
  5517. { "Noir", "civ", {
  5518. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5519. }, "" },
  5520. { "Blanc", "civ", {
  5521. "#(argb,8,8,3)color(1,1,1,1)"
  5522. }, "" },
  5523. { "Gris", "civ", {
  5524. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5525. }, "" },
  5526. { "Sable", "civ", {
  5527. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5528. }, "" },
  5529. { "Rouge", "civ", {
  5530. "#(argb,8,8,3)color(1,0,0,1)"
  5531. }, "" },
  5532. { "Jaune", "civ", {
  5533. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5534. }, "" },
  5535. { "Bleu", "civ", {
  5536. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5537. }, "" },
  5538. { "Bleu Nuit", "civ", {
  5539. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5540. }, "" },
  5541. { "Mauve", "civ", {
  5542. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5543. }, "" },
  5544. { "Orange", "civ", {
  5545. "#(argb,8,8,3)color(1,0.251,0,1)"
  5546. }, "" },
  5547. { "Vert", "civ", {
  5548. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5549. }, "" },
  5550. { "Rose", "civ", {
  5551. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5552. }, "" },
  5553. { "Violet", "civ", {
  5554. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5555. }, "" }
  5556. };
  5557. };
  5558.  
  5559. class Mer_Vito_civ {
  5560. vItemSpace = 100;
  5561. conditions = "";
  5562. price = 80125;
  5563. textures[] = {
  5564. { "Noir", "civ", {
  5565. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5566. }, "" },
  5567. { "Blanc", "civ", {
  5568. "#(argb,8,8,3)color(1,1,1,1)"
  5569. }, "" },
  5570. { "Gris", "civ", {
  5571. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5572. }, "" },
  5573. { "Sable", "civ", {
  5574. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5575. }, "" },
  5576. { "Rouge", "civ", {
  5577. "#(argb,8,8,3)color(1,0,0,1)"
  5578. }, "" },
  5579. { "Jaune", "civ", {
  5580. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5581. }, "" },
  5582. { "Bleu", "civ", {
  5583. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5584. }, "" },
  5585. { "Bleu Nuit", "civ", {
  5586. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5587. }, "" },
  5588. { "Mauve", "civ", {
  5589. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5590. }, "" },
  5591. { "Orange", "civ", {
  5592. "#(argb,8,8,3)color(1,0.251,0,1)"
  5593. }, "" },
  5594. { "Vert", "civ", {
  5595. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5596. }, "" },
  5597. { "Rose", "civ", {
  5598. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5599. }, "" },
  5600. { "Violet", "civ", {
  5601. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5602. }, "" }
  5603. };
  5604. };
  5605.  
  5606. class chfcrsciv {
  5607. vItemSpace = 40;
  5608. conditions = "";
  5609. price = 26560;
  5610. textures[] = {
  5611. { "Noir", "civ", {
  5612. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5613. }, "" },
  5614. { "Blanc", "civ", {
  5615. "#(argb,8,8,3)color(1,1,1,1)"
  5616. }, "" },
  5617. { "Gris", "civ", {
  5618. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5619. }, "" },
  5620. { "Sable", "civ", {
  5621. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5622. }, "" },
  5623. { "Rouge", "civ", {
  5624. "#(argb,8,8,3)color(1,0,0,1)"
  5625. }, "" },
  5626. { "Jaune", "civ", {
  5627. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5628. }, "" },
  5629. { "Bleu", "civ", {
  5630. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5631. }, "" },
  5632. { "Bleu Nuit", "civ", {
  5633. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5634. }, "" },
  5635. { "Mauve", "civ", {
  5636. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5637. }, "" },
  5638. { "Orange", "civ", {
  5639. "#(argb,8,8,3)color(1,0.251,0,1)"
  5640. }, "" },
  5641. { "Vert", "civ", {
  5642. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5643. }, "" },
  5644. { "Rose", "civ", {
  5645. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5646. }, "" },
  5647. { "Violet", "civ", {
  5648. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5649. }, "" }
  5650. };
  5651. };
  5652.  
  5653. class mondeo_civ {
  5654. vItemSpace = 40;
  5655. conditions = "";
  5656. price = 36560;
  5657. textures[] = {
  5658. { "Noir", "civ", {
  5659. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5660. }, "" },
  5661. { "Blanc", "civ", {
  5662. "#(argb,8,8,3)color(1,1,1,1)"
  5663. }, "" },
  5664. { "Gris", "civ", {
  5665. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5666. }, "" },
  5667. { "Sable", "civ", {
  5668. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5669. }, "" },
  5670. { "Rouge", "civ", {
  5671. "#(argb,8,8,3)color(1,0,0,1)"
  5672. }, "" },
  5673. { "Jaune", "civ", {
  5674. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5675. }, "" },
  5676. { "Bleu", "civ", {
  5677. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5678. }, "" },
  5679. { "Bleu Nuit", "civ", {
  5680. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5681. }, "" },
  5682. { "Mauve", "civ", {
  5683. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5684. }, "" },
  5685. { "Orange", "civ", {
  5686. "#(argb,8,8,3)color(1,0.251,0,1)"
  5687. }, "" },
  5688. { "Vert", "civ", {
  5689. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5690. }, "" },
  5691. { "Rose", "civ", {
  5692. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5693. }, "" },
  5694. { "Violet", "civ", {
  5695. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5696. }, "" }
  5697. };
  5698. };
  5699. class chf_mx5 {
  5700. vItemSpace = 45;
  5701. conditions = "";
  5702. price = 35250;
  5703. textures[] = {
  5704. { "Noir", "civ", {
  5705. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5706. }, "" },
  5707. { "Blanc", "civ", {
  5708. "#(argb,8,8,3)color(1,1,1,1)"
  5709. }, "" },
  5710. { "Gris", "civ", {
  5711. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5712. }, "" },
  5713. { "Sable", "civ", {
  5714. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5715. }, "" },
  5716. { "Rouge", "civ", {
  5717. "#(argb,8,8,3)color(1,0,0,1)"
  5718. }, "" },
  5719. { "Jaune", "civ", {
  5720. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5721. }, "" },
  5722. { "Bleu", "civ", {
  5723. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5724. }, "" },
  5725. { "Bleu Nuit", "civ", {
  5726. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5727. }, "" },
  5728. { "Mauve", "civ", {
  5729. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5730. }, "" },
  5731. { "Orange", "civ", {
  5732. "#(argb,8,8,3)color(1,0.251,0,1)"
  5733. }, "" },
  5734. { "Vert", "civ", {
  5735. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5736. }, "" },
  5737. { "Rose", "civ", {
  5738. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5739. }, "" },
  5740. { "Violet", "civ", {
  5741. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5742. }, "" }
  5743. };
  5744. };
  5745. class mondeovch_civ {
  5746. vItemSpace = 48;
  5747. conditions = "";
  5748. price = 39560;
  5749. textures[] = {
  5750. { "Noir", "civ", {
  5751. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5752. }, "" },
  5753. { "Blanc", "civ", {
  5754. "#(argb,8,8,3)color(1,1,1,1)"
  5755. }, "" },
  5756. { "Gris", "civ", {
  5757. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5758. }, "" },
  5759. { "Sable", "civ", {
  5760. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5761. }, "" },
  5762. { "Rouge", "civ", {
  5763. "#(argb,8,8,3)color(1,0,0,1)"
  5764. }, "" },
  5765. { "Jaune", "civ", {
  5766. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5767. }, "" },
  5768. { "Bleu", "civ", {
  5769. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5770. }, "" },
  5771. { "Bleu Nuit", "civ", {
  5772. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5773. }, "" },
  5774. { "Mauve", "civ", {
  5775. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5776. }, "" },
  5777. { "Orange", "civ", {
  5778. "#(argb,8,8,3)color(1,0.251,0,1)"
  5779. }, "" },
  5780. { "Vert", "civ", {
  5781. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5782. }, "" },
  5783. { "Rose", "civ", {
  5784. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5785. }, "" },
  5786. { "Violet", "civ", {
  5787. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5788. }, "" }
  5789. };
  5790. };
  5791.  
  5792. class chRR_SC {
  5793. vItemSpace = 48;
  5794. conditions = "";
  5795. price = 25250;
  5796. textures[] = {
  5797. { "Noir", "civ", {
  5798. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5799. }, "" },
  5800. { "Blanc", "civ", {
  5801. "#(argb,8,8,3)color(1,1,1,1)"
  5802. }, "" },
  5803. { "Gris", "civ", {
  5804. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5805. }, "" },
  5806. { "Sable", "civ", {
  5807. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5808. }, "" },
  5809. { "Rouge", "civ", {
  5810. "#(argb,8,8,3)color(1,0,0,1)"
  5811. }, "" },
  5812. { "Jaune", "civ", {
  5813. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5814. }, "" },
  5815. { "Bleu", "civ", {
  5816. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5817. }, "" },
  5818. { "Bleu Nuit", "civ", {
  5819. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5820. }, "" },
  5821. { "Mauve", "civ", {
  5822. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5823. }, "" },
  5824. { "Orange", "civ", {
  5825. "#(argb,8,8,3)color(1,0.251,0,1)"
  5826. }, "" },
  5827. { "Vert", "civ", {
  5828. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5829. }, "" },
  5830. { "Rose", "civ", {
  5831. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5832. }, "" },
  5833. { "Violet", "civ", {
  5834. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5835. }, "" }
  5836. };
  5837. };
  5838. class chdefender_civ {
  5839. vItemSpace = 45;
  5840. conditions = "";
  5841. price = 21250;
  5842. textures[] = {
  5843. { "Noir", "civ", {
  5844. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5845. }, "" },
  5846. { "Blanc", "civ", {
  5847. "#(argb,8,8,3)color(1,1,1,1)"
  5848. }, "" },
  5849. { "Gris", "civ", {
  5850. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5851. }, "" },
  5852. { "Sable", "civ", {
  5853. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5854. }, "" },
  5855. { "Rouge", "civ", {
  5856. "#(argb,8,8,3)color(1,0,0,1)"
  5857. }, "" },
  5858. { "Jaune", "civ", {
  5859. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5860. }, "" },
  5861. { "Bleu", "civ", {
  5862. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5863. }, "" },
  5864. { "Bleu Nuit", "civ", {
  5865. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5866. }, "" },
  5867. { "Mauve", "civ", {
  5868. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5869. }, "" },
  5870. { "Orange", "civ", {
  5871. "#(argb,8,8,3)color(1,0.251,0,1)"
  5872. }, "" },
  5873. { "Vert", "civ", {
  5874. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5875. }, "" },
  5876. { "Rose", "civ", {
  5877. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5878. }, "" },
  5879. { "Violet", "civ", {
  5880. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5881. }, "" }
  5882. };
  5883. };
  5884.  
  5885. class ch206_civ {
  5886. vItemSpace = 32;
  5887. conditions = "";
  5888. price = 22320;
  5889. textures[] = {
  5890. { "Noir", "civ", {
  5891. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5892. }, "" },
  5893. { "Blanc", "civ", {
  5894. "#(argb,8,8,3)color(1,1,1,1)"
  5895. }, "" },
  5896. { "Gris", "civ", {
  5897. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5898. }, "" },
  5899. { "Sable", "civ", {
  5900. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5901. }, "" },
  5902. { "Rouge", "civ", {
  5903. "#(argb,8,8,3)color(1,0,0,1)"
  5904. }, "" },
  5905. { "Jaune", "civ", {
  5906. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5907. }, "" },
  5908. { "Bleu", "civ", {
  5909. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5910. }, "" },
  5911. { "Bleu Nuit", "civ", {
  5912. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5913. }, "" },
  5914. { "Mauve", "civ", {
  5915. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5916. }, "" },
  5917. { "Orange", "civ", {
  5918. "#(argb,8,8,3)color(1,0.251,0,1)"
  5919. }, "" },
  5920. { "Vert", "civ", {
  5921. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5922. }, "" },
  5923. { "Rose", "civ", {
  5924. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5925. }, "" },
  5926. { "Violet", "civ", {
  5927. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5928. }, "" }
  5929. };
  5930. };
  5931.  
  5932. class 308_2015_civ {
  5933. vItemSpace = 30;
  5934. conditions = "";
  5935. price = 28650;
  5936. textures[] = {
  5937. { "Noir", "civ", {
  5938. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5939. }, "" },
  5940. { "Blanc", "civ", {
  5941. "#(argb,8,8,3)color(1,1,1,1)"
  5942. }, "" },
  5943. { "Gris", "civ", {
  5944. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5945. }, "" },
  5946. { "Sable", "civ", {
  5947. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5948. }, "" },
  5949. { "Rouge", "civ", {
  5950. "#(argb,8,8,3)color(1,0,0,1)"
  5951. }, "" },
  5952. { "Jaune", "civ", {
  5953. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  5954. }, "" },
  5955. { "Bleu", "civ", {
  5956. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  5957. }, "" },
  5958. { "Bleu Nuit", "civ", {
  5959. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  5960. }, "" },
  5961. { "Mauve", "civ", {
  5962. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  5963. }, "" },
  5964. { "Orange", "civ", {
  5965. "#(argb,8,8,3)color(1,0.251,0,1)"
  5966. }, "" },
  5967. { "Vert", "civ", {
  5968. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  5969. }, "" },
  5970. { "Rose", "civ", {
  5971. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  5972. }, "" },
  5973. { "Violet", "civ", {
  5974. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  5975. }, "" }
  5976. };
  5977. };
  5978.  
  5979. class chix20 {
  5980. vItemSpace = 22;
  5981. conditions = "";
  5982. price = 8200;
  5983. textures[] = {
  5984. { "Noir", "civ", {
  5985. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  5986. }, "" },
  5987. { "Blanc", "civ", {
  5988. "#(argb,8,8,3)color(1,1,1,1)"
  5989. }, "" },
  5990. { "Gris", "civ", {
  5991. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  5992. }, "" },
  5993. { "Sable", "civ", {
  5994. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  5995. }, "" },
  5996. { "Rouge", "civ", {
  5997. "#(argb,8,8,3)color(1,0,0,1)"
  5998. }, "" },
  5999. { "Jaune", "civ", {
  6000. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6001. }, "" },
  6002. { "Bleu", "civ", {
  6003. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6004. }, "" },
  6005. { "Bleu Nuit", "civ", {
  6006. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6007. }, "" },
  6008. { "Mauve", "civ", {
  6009. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6010. }, "" },
  6011. { "Orange", "civ", {
  6012. "#(argb,8,8,3)color(1,0.251,0,1)"
  6013. }, "" },
  6014. { "Vert", "civ", {
  6015. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6016. }, "" },
  6017. { "Rose", "civ", {
  6018. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6019. }, "" },
  6020. { "Violet", "civ", {
  6021. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6022. }, "" }
  6023. };
  6024. };
  6025. class chsandero {
  6026. vItemSpace = 22;
  6027. conditions = "";
  6028. price = 8200;
  6029. textures[] = {
  6030. { "Noir", "civ", {
  6031. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6032. }, "" },
  6033. { "Blanc", "civ", {
  6034. "#(argb,8,8,3)color(1,1,1,1)"
  6035. }, "" },
  6036. { "Gris", "civ", {
  6037. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6038. }, "" },
  6039. { "Sable", "civ", {
  6040. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6041. }, "" },
  6042. { "Rouge", "civ", {
  6043. "#(argb,8,8,3)color(1,0,0,1)"
  6044. }, "" },
  6045. { "Jaune", "civ", {
  6046. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6047. }, "" },
  6048. { "Bleu", "civ", {
  6049. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6050. }, "" },
  6051. { "Bleu Nuit", "civ", {
  6052. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6053. }, "" },
  6054. { "Mauve", "civ", {
  6055. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6056. }, "" },
  6057. { "Orange", "civ", {
  6058. "#(argb,8,8,3)color(1,0.251,0,1)"
  6059. }, "" },
  6060. { "Vert", "civ", {
  6061. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6062. }, "" },
  6063. { "Rose", "civ", {
  6064. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6065. }, "" },
  6066. { "Violet", "civ", {
  6067. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6068. }, "" }
  6069. };
  6070. };
  6071.  
  6072. class chrr_svr {
  6073. vItemSpace = 36;
  6074. conditions = "";
  6075. price = 15600;
  6076. textures[] = {
  6077. { "Noir", "civ", {
  6078. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6079. }, "" },
  6080. { "Blanc", "civ", {
  6081. "#(argb,8,8,3)color(1,1,1,1)"
  6082. }, "" },
  6083. { "Gris", "civ", {
  6084. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6085. }, "" },
  6086. { "Sable", "civ", {
  6087. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6088. }, "" },
  6089. { "Rouge", "civ", {
  6090. "#(argb,8,8,3)color(1,0,0,1)"
  6091. }, "" },
  6092. { "Jaune", "civ", {
  6093. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6094. }, "" },
  6095. { "Bleu", "civ", {
  6096. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6097. }, "" },
  6098. { "Bleu Nuit", "civ", {
  6099. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6100. }, "" },
  6101. { "Mauve", "civ", {
  6102. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6103. }, "" },
  6104. { "Orange", "civ", {
  6105. "#(argb,8,8,3)color(1,0.251,0,1)"
  6106. }, "" },
  6107. { "Vert", "civ", {
  6108. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6109. }, "" },
  6110. { "Rose", "civ", {
  6111. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6112. }, "" },
  6113. { "Violet", "civ", {
  6114. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6115. }, "" }
  6116. };
  6117. };
  6118.  
  6119. class galaxych_civ {
  6120. vItemSpace = 36;
  6121. conditions = "";
  6122. price = 21600;
  6123. textures[] = {
  6124. { "Noir", "civ", {
  6125. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6126. }, "" },
  6127. { "Blanc", "civ", {
  6128. "#(argb,8,8,3)color(1,1,1,1)"
  6129. }, "" },
  6130. { "Gris", "civ", {
  6131. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6132. }, "" },
  6133. { "Sable", "civ", {
  6134. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6135. }, "" },
  6136. { "Rouge", "civ", {
  6137. "#(argb,8,8,3)color(1,0,0,1)"
  6138. }, "" },
  6139. { "Jaune", "civ", {
  6140. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6141. }, "" },
  6142. { "Bleu", "civ", {
  6143. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6144. }, "" },
  6145. { "Bleu Nuit", "civ", {
  6146. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6147. }, "" },
  6148. { "Mauve", "civ", {
  6149. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6150. }, "" },
  6151. { "Orange", "civ", {
  6152. "#(argb,8,8,3)color(1,0.251,0,1)"
  6153. }, "" },
  6154. { "Vert", "civ", {
  6155. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6156. }, "" },
  6157. { "Rose", "civ", {
  6158. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6159. }, "" },
  6160. { "Violet", "civ", {
  6161. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6162. }, "" }
  6163. };
  6164. };
  6165.  
  6166. class Charger_1969lu_white {
  6167. vItemSpace = 25;
  6168. conditions = "";
  6169. price = 450120;
  6170. textures[] = {
  6171. { "Noir", "civ", {
  6172. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6173. }, "" },
  6174. { "Blanc", "civ", {
  6175. "#(argb,8,8,3)color(1,1,1,1)"
  6176. }, "" },
  6177. { "Gris", "civ", {
  6178. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6179. }, "" },
  6180. { "Sable", "civ", {
  6181. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6182. }, "" },
  6183. { "Rouge", "civ", {
  6184. "#(argb,8,8,3)color(1,0,0,1)"
  6185. }, "" },
  6186. { "Jaune", "civ", {
  6187. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6188. }, "" },
  6189. { "Bleu", "civ", {
  6190. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6191. }, "" },
  6192. { "Bleu Nuit", "civ", {
  6193. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6194. }, "" },
  6195. { "Mauve", "civ", {
  6196. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6197. }, "" },
  6198. { "Orange", "civ", {
  6199. "#(argb,8,8,3)color(1,0.251,0,1)"
  6200. }, "" },
  6201. { "Vert", "civ", {
  6202. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6203. }, "" },
  6204. { "Rose", "civ", {
  6205. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6206. }, "" },
  6207. { "Violet", "civ", {
  6208. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6209. }, "" }
  6210. };
  6211. };
  6212.  
  6213. class AlessioVIR {
  6214. vItemSpace = 50;
  6215. conditions = "";
  6216. price = 25000;
  6217. textures[] = {
  6218. { "Noir", "civ", {
  6219. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6220. }, "" },
  6221. { "Blanc", "civ", {
  6222. "#(argb,8,8,3)color(1,1,1,1)"
  6223. }, "" },
  6224. { "Gris", "civ", {
  6225. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6226. }, "" },
  6227. { "Sable", "civ", {
  6228. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6229. }, "" },
  6230. { "Rouge", "civ", {
  6231. "#(argb,8,8,3)color(1,0,0,1)"
  6232. }, "" },
  6233. { "Jaune", "civ", {
  6234. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6235. }, "" },
  6236. { "Bleu", "civ", {
  6237. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6238. }, "" },
  6239. { "Bleu Nuit", "civ", {
  6240. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6241. }, "" },
  6242. { "Mauve", "civ", {
  6243. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6244. }, "" },
  6245. { "Orange", "civ", {
  6246. "#(argb,8,8,3)color(1,0.251,0,1)"
  6247. }, "" },
  6248. { "Vert", "civ", {
  6249. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6250. }, "" },
  6251. { "Rose", "civ", {
  6252. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6253. }, "" },
  6254. { "Violet", "civ", {
  6255. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6256. }, "" }
  6257. };
  6258. };
  6259.  
  6260. class AlessioTouareg {
  6261. vItemSpace = 60;
  6262. conditions = "";
  6263. price = 59560;
  6264. textures[] = {
  6265. { "Noir", "civ", {
  6266. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6267. }, "" },
  6268. { "Blanc", "civ", {
  6269. "#(argb,8,8,3)color(1,1,1,1)"
  6270. }, "" },
  6271. { "Gris", "civ", {
  6272. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6273. }, "" },
  6274. { "Sable", "civ", {
  6275. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6276. }, "" },
  6277. { "Rouge", "civ", {
  6278. "#(argb,8,8,3)color(1,0,0,1)"
  6279. }, "" },
  6280. { "Jaune", "civ", {
  6281. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6282. }, "" },
  6283. { "Bleu", "civ", {
  6284. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6285. }, "" },
  6286. { "Bleu Nuit", "civ", {
  6287. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6288. }, "" },
  6289. { "Mauve", "civ", {
  6290. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6291. }, "" },
  6292. { "Orange", "civ", {
  6293. "#(argb,8,8,3)color(1,0.251,0,1)"
  6294. }, "" },
  6295. { "Vert", "civ", {
  6296. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6297. }, "" },
  6298. { "Rose", "civ", {
  6299. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6300. }, "" },
  6301. { "Violet", "civ", {
  6302. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6303. }, "" }
  6304. };
  6305. };
  6306.  
  6307. //Concessionnaire de Luxe Civil
  6308. class master3p2_ft {
  6309. vItemSpace = 50;
  6310. conditions = "";
  6311. price = 500000;
  6312. textures[] = {
  6313. { "Noir", "civ", {
  6314. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6315. }, "" },
  6316. { "Blanc", "civ", {
  6317. "#(argb,8,8,3)color(1,1,1,1)"
  6318. }, "" },
  6319. { "Gris", "civ", {
  6320. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6321. }, "" },
  6322. { "Sable", "civ", {
  6323. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6324. }, "" },
  6325. { "Rouge", "civ", {
  6326. "#(argb,8,8,3)color(1,0,0,1)"
  6327. }, "" },
  6328. { "Jaune", "civ", {
  6329. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6330. }, "" },
  6331. { "Bleu", "civ", {
  6332. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6333. }, "" },
  6334. { "Bleu Nuit", "civ", {
  6335. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6336. }, "" },
  6337. { "Mauve", "civ", {
  6338. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6339. }, "" },
  6340. { "Orange", "civ", {
  6341. "#(argb,8,8,3)color(1,0.251,0,1)"
  6342. }, "" },
  6343. { "Vert", "civ", {
  6344. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6345. }, "" },
  6346. { "Rose", "civ", {
  6347. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6348. }, "" },
  6349. { "Violet", "civ", {
  6350. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6351. }, "" }
  6352. };
  6353. };
  6354.  
  6355. class cha110 {
  6356. vItemSpace = 25;
  6357. conditions = "";
  6358. price = 450120;
  6359. textures[] = {
  6360. { "Noir", "civ", {
  6361. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6362. }, "" },
  6363. { "Blanc", "civ", {
  6364. "#(argb,8,8,3)color(1,1,1,1)"
  6365. }, "" },
  6366. { "Gris", "civ", {
  6367. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6368. }, "" },
  6369. { "Sable", "civ", {
  6370. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6371. }, "" },
  6372. { "Rouge", "civ", {
  6373. "#(argb,8,8,3)color(1,0,0,1)"
  6374. }, "" },
  6375. { "Jaune", "civ", {
  6376. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6377. }, "" },
  6378. { "Bleu", "civ", {
  6379. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6380. }, "" },
  6381. { "Bleu Nuit", "civ", {
  6382. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6383. }, "" },
  6384. { "Mauve", "civ", {
  6385. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6386. }, "" },
  6387. { "Orange", "civ", {
  6388. "#(argb,8,8,3)color(1,0.251,0,1)"
  6389. }, "" },
  6390. { "Vert", "civ", {
  6391. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6392. }, "" },
  6393. { "Rose", "civ", {
  6394. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6395. }, "" },
  6396. { "Violet", "civ", {
  6397. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6398. }, "" }
  6399. };
  6400. };
  6401. class AlessioAgera {
  6402. vItemSpace = 25;
  6403. conditions = "";
  6404. price = 950120;
  6405. textures[] = {
  6406. { "Noir", "civ", {
  6407. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6408. }, "" },
  6409. { "Blanc", "civ", {
  6410. "#(argb,8,8,3)color(1,1,1,1)"
  6411. }, "" },
  6412. { "Gris", "civ", {
  6413. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6414. }, "" },
  6415. { "Sable", "civ", {
  6416. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6417. }, "" },
  6418. { "Rouge", "civ", {
  6419. "#(argb,8,8,3)color(1,0,0,1)"
  6420. }, "" },
  6421. { "Jaune", "civ", {
  6422. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6423. }, "" },
  6424. { "Bleu", "civ", {
  6425. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6426. }, "" },
  6427. { "Bleu Nuit", "civ", {
  6428. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6429. }, "" },
  6430. { "Mauve", "civ", {
  6431. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6432. }, "" },
  6433. { "Orange", "civ", {
  6434. "#(argb,8,8,3)color(1,0.251,0,1)"
  6435. }, "" },
  6436. { "Vert", "civ", {
  6437. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6438. }, "" },
  6439. { "Rose", "civ", {
  6440. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6441. }, "" },
  6442. { "Violet", "civ", {
  6443. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6444. }, "" }
  6445. };
  6446. };
  6447.  
  6448. class fgtz3 {
  6449. vItemSpace = 25;
  6450. conditions = "";
  6451. price = 450120;
  6452. textures[] = {};
  6453. };
  6454. class AlessioAgeraG {
  6455. vItemSpace = 25;
  6456. conditions = "";
  6457. price = 950120;
  6458. textures[] = {};
  6459. };
  6460. class AlessioAgeraC {
  6461. vItemSpace = 25;
  6462. conditions = "";
  6463. price = 950120;
  6464. textures[] = {};
  6465. };
  6466.  
  6467. class fgtz3_civ {
  6468. vItemSpace = 25;
  6469. conditions = "";
  6470. price = 250120;
  6471. textures[] = {};
  6472. };
  6473.  
  6474. class ageracover {
  6475. vItemSpace = 25;
  6476. conditions = "";
  6477. price = 850120;
  6478. textures[] = {};
  6479. };
  6480.  
  6481. class rs4carbone {
  6482. vItemSpace = 25;
  6483. conditions = "";
  6484. price = 355500;
  6485. textures[] = {};
  6486. };
  6487.  
  6488. class rs4camo {
  6489. vItemSpace = 25;
  6490. conditions = "";
  6491. price = 468956;
  6492. textures[] = {};
  6493. };
  6494.  
  6495. class rs4cover2 {
  6496. vItemSpace = 50;
  6497. conditions = "";
  6498. price = 450000;
  6499. textures[] = {};
  6500. };
  6501.  
  6502. class AVENTADOR_GMK {
  6503. vItemSpace = 50;
  6504. conditions = "";
  6505. price = 450000;
  6506. textures[] = {};
  6507. };
  6508.  
  6509. class berlingosecu {
  6510. vItemSpace = 50;
  6511. conditions = "license_civ_secu";
  6512. price = 1500;
  6513. textures[] = {};
  6514. };
  6515.  
  6516. class mondeosecu {
  6517. vItemSpace = 50;
  6518. conditions = "license_civ_secu";
  6519. price = 1500;
  6520. textures[] = {};
  6521. };
  6522.  
  6523. class C63_CAMO {
  6524. vItemSpace = 50;
  6525. conditions = "";
  6526. price = 668456;
  6527. textures[] = {};
  6528. };
  6529.  
  6530. class C63_ALL {
  6531. vItemSpace = 50;
  6532. conditions = "";
  6533. price = 688456;
  6534. textures[] = {};
  6535. };
  6536.  
  6537. class caymancamo2 {
  6538. vItemSpace = 50;
  6539. conditions = "";
  6540. price = 2200123;
  6541. textures[] = {};
  6542. };
  6543.  
  6544. class MrShounka_Suburban_2017_GIGN_haras_f {
  6545. vItemSpace = 50;
  6546. conditions = "license_cop_raid";
  6547. price = 15600;
  6548. textures[] = {};
  6549. };
  6550.  
  6551. class R50_CAMO2 {
  6552. vItemSpace = 50;
  6553. conditions = "";
  6554. price = 321200;
  6555. textures[] = {};
  6556. };
  6557.  
  6558. class r8camo4 {
  6559. vItemSpace = 50;
  6560. conditions = "";
  6561. price = 6130147;
  6562. textures[] = {};
  6563. };
  6564.  
  6565. class mustangmonstermet {
  6566. vItemSpace = 25;
  6567. conditions = "";
  6568. price = 758650;
  6569. textures[] = {};
  6570. };
  6571.  
  6572. class mustangmonster2met {
  6573. vItemSpace = 25;
  6574. conditions = "";
  6575. price = 450120;
  6576. textures[] = {};
  6577. };
  6578.  
  6579. class dustersecu {
  6580. vItemSpace = 50;
  6581. conditions = "license_civ_secu";
  6582. price = 1500;
  6583. textures[] = {};
  6584. };
  6585.  
  6586. class M4_CAMO {
  6587. vItemSpace = 50;
  6588. conditions = "";
  6589. price = 400000;
  6590. textures[] = {};
  6591. };
  6592.  
  6593. class C63_ROCKET {
  6594. vItemSpace = 50;
  6595. conditions = "";
  6596. price = 436850;
  6597. textures[] = {};
  6598. };
  6599.  
  6600. class f458cover1 {
  6601. vItemSpace = 50;
  6602. conditions = "";
  6603. price = 2521240;
  6604. textures[] = {};
  6605. };
  6606.  
  6607. class gtbcover2 {
  6608. vItemSpace = 50;
  6609. conditions = "";
  6610. price = 450000;
  6611. textures[] = {};
  6612. };
  6613.  
  6614. class fastcover1 {
  6615. vItemSpace = 50;
  6616. conditions = "";
  6617. price = 450000;
  6618. textures[] = {};
  6619. };
  6620.  
  6621. class GeK_Yukon {
  6622. vItemSpace = 50;
  6623. conditions = "license_civ_gouvernement";
  6624. price = 35000;
  6625. textures[] = {};
  6626. };
  6627.  
  6628. class golfcamo2mat {
  6629. vItemSpace = 50;
  6630. conditions = "";
  6631. price = 489152;
  6632. textures[] = {};
  6633. };
  6634.  
  6635. class shounka_a3_dafxf_euro6_f {
  6636. vItemSpace = 700;
  6637. conditions = "";
  6638. price = 665120;
  6639. textures[] = {
  6640. { "Noir", "civ", {
  6641. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6642. }, "" },
  6643. { "Blanc", "civ", {
  6644. "#(argb,8,8,3)color(1,1,1,1)"
  6645. }, "" },
  6646. { "Gris", "civ", {
  6647. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6648. }, "" },
  6649. { "Sable", "civ", {
  6650. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6651. }, "" },
  6652. { "Rouge", "civ", {
  6653. "#(argb,8,8,3)color(1,0,0,1)"
  6654. }, "" },
  6655. { "Jaune", "civ", {
  6656. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6657. }, "" },
  6658. { "Bleu", "civ", {
  6659. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6660. }, "" },
  6661. { "Bleu Nuit", "civ", {
  6662. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6663. }, "" },
  6664. { "Mauve", "civ", {
  6665. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6666. }, "" },
  6667. { "Orange", "civ", {
  6668. "#(argb,8,8,3)color(1,0.251,0,1)"
  6669. }, "" },
  6670. { "Vert", "civ", {
  6671. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6672. }, "" },
  6673. { "Rose", "civ", {
  6674. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6675. }, "" },
  6676. { "Violet", "civ", {
  6677. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6678. }, "" }
  6679. };
  6680. };
  6681.  
  6682. class shounka_a3_renaultmagnum_f {
  6683. vItemSpace = 600;
  6684. conditions = "";
  6685. price = 565120;
  6686. textures[] = {
  6687. { "Noir", "civ", {
  6688. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6689. }, "" },
  6690. { "Blanc", "civ", {
  6691. "#(argb,8,8,3)color(1,1,1,1)"
  6692. }, "" },
  6693. { "Gris", "civ", {
  6694. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6695. }, "" },
  6696. { "Sable", "civ", {
  6697. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6698. }, "" },
  6699. { "Rouge", "civ", {
  6700. "#(argb,8,8,3)color(1,0,0,1)"
  6701. }, "" },
  6702. { "Jaune", "civ", {
  6703. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6704. }, "" },
  6705. { "Bleu", "civ", {
  6706. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6707. }, "" },
  6708. { "Bleu Nuit", "civ", {
  6709. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6710. }, "" },
  6711. { "Mauve", "civ", {
  6712. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6713. }, "" },
  6714. { "Orange", "civ", {
  6715. "#(argb,8,8,3)color(1,0.251,0,1)"
  6716. }, "" },
  6717. { "Vert", "civ", {
  6718. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6719. }, "" },
  6720. { "Rose", "civ", {
  6721. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6722. }, "" },
  6723. { "Violet", "civ", {
  6724. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6725. }, "" }
  6726. };
  6727. };
  6728.  
  6729. class shounka_limo_civ {
  6730. vItemSpace = 50;
  6731. conditions = "license_civ_Maire";
  6732. price = 5000;
  6733. textures[] = {
  6734. { "Noir", "civ", {
  6735. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6736. }, "" },
  6737. { "Blanc", "civ", {
  6738. "#(argb,8,8,3)color(1,1,1,1)"
  6739. }, "" },
  6740. { "Gris", "civ", {
  6741. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6742. }, "" },
  6743. { "Sable", "civ", {
  6744. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6745. }, "" },
  6746. { "Rouge", "civ", {
  6747. "#(argb,8,8,3)color(1,0,0,1)"
  6748. }, "" },
  6749. { "Jaune", "civ", {
  6750. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6751. }, "" },
  6752. { "Bleu", "civ", {
  6753. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6754. }, "" },
  6755. { "Bleu Nuit", "civ", {
  6756. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6757. }, "" },
  6758. { "Mauve", "civ", {
  6759. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6760. }, "" },
  6761. { "Orange", "civ", {
  6762. "#(argb,8,8,3)color(1,0.251,0,1)"
  6763. }, "" },
  6764. { "Vert", "civ", {
  6765. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6766. }, "" },
  6767. { "Rose", "civ", {
  6768. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6769. }, "" },
  6770. { "Violet", "civ", {
  6771. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6772. }, "" }
  6773. };
  6774. };
  6775.  
  6776. class AlessioHuayra {
  6777. vItemSpace = 25;
  6778. conditions = "";
  6779. price = 450120;
  6780. textures[] = {
  6781. { "Noir", "civ", {
  6782. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6783. }, "" },
  6784. { "Blanc", "civ", {
  6785. "#(argb,8,8,3)color(1,1,1,1)"
  6786. }, "" },
  6787. { "Gris", "civ", {
  6788. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6789. }, "" },
  6790. { "Sable", "civ", {
  6791. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6792. }, "" },
  6793. { "Rouge", "civ", {
  6794. "#(argb,8,8,3)color(1,0,0,1)"
  6795. }, "" },
  6796. { "Jaune", "civ", {
  6797. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6798. }, "" },
  6799. { "Bleu", "civ", {
  6800. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6801. }, "" },
  6802. { "Bleu Nuit", "civ", {
  6803. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6804. }, "" },
  6805. { "Mauve", "civ", {
  6806. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6807. }, "" },
  6808. { "Orange", "civ", {
  6809. "#(argb,8,8,3)color(1,0.251,0,1)"
  6810. }, "" },
  6811. { "Vert", "civ", {
  6812. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6813. }, "" },
  6814. { "Rose", "civ", {
  6815. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6816. }, "" },
  6817. { "Violet", "civ", {
  6818. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6819. }, "" }
  6820. };
  6821. };
  6822.  
  6823. class AlessioC63N {
  6824. vItemSpace = 25;
  6825. conditions = "";
  6826. price = 150000;
  6827. textures[] = {
  6828. { "Noir", "civ", {
  6829. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6830. }, "" },
  6831. { "Blanc", "civ", {
  6832. "#(argb,8,8,3)color(1,1,1,1)"
  6833. }, "" },
  6834. { "Gris", "civ", {
  6835. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6836. }, "" },
  6837. { "Sable", "civ", {
  6838. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6839. }, "" },
  6840. { "Rouge", "civ", {
  6841. "#(argb,8,8,3)color(1,0,0,1)"
  6842. }, "" },
  6843. { "Jaune", "civ", {
  6844. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6845. }, "" },
  6846. { "Bleu", "civ", {
  6847. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6848. }, "" },
  6849. { "Bleu Nuit", "civ", {
  6850. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6851. }, "" },
  6852. { "Mauve", "civ", {
  6853. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6854. }, "" },
  6855. { "Orange", "civ", {
  6856. "#(argb,8,8,3)color(1,0.251,0,1)"
  6857. }, "" },
  6858. { "Vert", "civ", {
  6859. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6860. }, "" },
  6861. { "Rose", "civ", {
  6862. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6863. }, "" },
  6864. { "Violet", "civ", {
  6865. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6866. }, "" }
  6867. };
  6868. };
  6869.  
  6870. class TTRSlu_civ {
  6871. vItemSpace = 25;
  6872. conditions = "";
  6873. price = 250120;
  6874. textures[] = {
  6875. { "Noir", "civ", {
  6876. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6877. }, "" },
  6878. { "Blanc", "civ", {
  6879. "#(argb,8,8,3)color(1,1,1,1)"
  6880. }, "" },
  6881. { "Gris", "civ", {
  6882. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6883. }, "" },
  6884. { "Sable", "civ", {
  6885. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6886. }, "" },
  6887. { "Rouge", "civ", {
  6888. "#(argb,8,8,3)color(1,0,0,1)"
  6889. }, "" },
  6890. { "Jaune", "civ", {
  6891. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6892. }, "" },
  6893. { "Bleu", "civ", {
  6894. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6895. }, "" },
  6896. { "Bleu Nuit", "civ", {
  6897. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6898. }, "" },
  6899. { "Mauve", "civ", {
  6900. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6901. }, "" },
  6902. { "Orange", "civ", {
  6903. "#(argb,8,8,3)color(1,0.251,0,1)"
  6904. }, "" },
  6905. { "Vert", "civ", {
  6906. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6907. }, "" },
  6908. { "Rose", "civ", {
  6909. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6910. }, "" },
  6911. { "Violet", "civ", {
  6912. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6913. }, "" }
  6914. };
  6915. };
  6916. class chTT_2 {
  6917. vItemSpace = 25;
  6918. conditions = "";
  6919. price = 250120;
  6920. textures[] = {
  6921. { "Noir", "civ", {
  6922. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6923. }, "" },
  6924. { "Blanc", "civ", {
  6925. "#(argb,8,8,3)color(1,1,1,1)"
  6926. }, "" },
  6927. { "Gris", "civ", {
  6928. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6929. }, "" },
  6930. { "Sable", "civ", {
  6931. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6932. }, "" },
  6933. { "Rouge", "civ", {
  6934. "#(argb,8,8,3)color(1,0,0,1)"
  6935. }, "" },
  6936. { "Jaune", "civ", {
  6937. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6938. }, "" },
  6939. { "Bleu", "civ", {
  6940. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6941. }, "" },
  6942. { "Bleu Nuit", "civ", {
  6943. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6944. }, "" },
  6945. { "Mauve", "civ", {
  6946. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6947. }, "" },
  6948. { "Orange", "civ", {
  6949. "#(argb,8,8,3)color(1,0.251,0,1)"
  6950. }, "" },
  6951. { "Vert", "civ", {
  6952. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6953. }, "" },
  6954. { "Rose", "civ", {
  6955. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  6956. }, "" },
  6957. { "Violet", "civ", {
  6958. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  6959. }, "" }
  6960. };
  6961. };
  6962. class chf_california {
  6963. vItemSpace = 25;
  6964. conditions = "";
  6965. price = 550120;
  6966. textures[] = {
  6967. { "Noir", "civ", {
  6968. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  6969. }, "" },
  6970. { "Blanc", "civ", {
  6971. "#(argb,8,8,3)color(1,1,1,1)"
  6972. }, "" },
  6973. { "Gris", "civ", {
  6974. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  6975. }, "" },
  6976. { "Sable", "civ", {
  6977. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  6978. }, "" },
  6979. { "Rouge", "civ", {
  6980. "#(argb,8,8,3)color(1,0,0,1)"
  6981. }, "" },
  6982. { "Jaune", "civ", {
  6983. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  6984. }, "" },
  6985. { "Bleu", "civ", {
  6986. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  6987. }, "" },
  6988. { "Bleu Nuit", "civ", {
  6989. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  6990. }, "" },
  6991. { "Mauve", "civ", {
  6992. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  6993. }, "" },
  6994. { "Orange", "civ", {
  6995. "#(argb,8,8,3)color(1,0.251,0,1)"
  6996. }, "" },
  6997. { "Vert", "civ", {
  6998. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  6999. }, "" },
  7000. { "Rose", "civ", {
  7001. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7002. }, "" },
  7003. { "Violet", "civ", {
  7004. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7005. }, "" }
  7006. };
  7007. };
  7008. class ch250_GTO {
  7009. vItemSpace = 25;
  7010. conditions = "";
  7011. price = 450120;
  7012. textures[] = {
  7013. { "Noir", "civ", {
  7014. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7015. }, "" },
  7016. { "Blanc", "civ", {
  7017. "#(argb,8,8,3)color(1,1,1,1)"
  7018. }, "" },
  7019. { "Gris", "civ", {
  7020. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7021. }, "" },
  7022. { "Sable", "civ", {
  7023. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7024. }, "" },
  7025. { "Rouge", "civ", {
  7026. "#(argb,8,8,3)color(1,0,0,1)"
  7027. }, "" },
  7028. { "Jaune", "civ", {
  7029. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7030. }, "" },
  7031. { "Bleu", "civ", {
  7032. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7033. }, "" },
  7034. { "Bleu Nuit", "civ", {
  7035. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7036. }, "" },
  7037. { "Mauve", "civ", {
  7038. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7039. }, "" },
  7040. { "Orange", "civ", {
  7041. "#(argb,8,8,3)color(1,0.251,0,1)"
  7042. }, "" },
  7043. { "Vert", "civ", {
  7044. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7045. }, "" },
  7046. { "Rose", "civ", {
  7047. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7048. }, "" },
  7049. { "Violet", "civ", {
  7050. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7051. }, "" }
  7052. };
  7053. };
  7054. class RS7lu_civ {
  7055. vItemSpace = 25;
  7056. conditions = "";
  7057. price = 250120;
  7058. textures[] = {
  7059. { "Noir", "civ", {
  7060. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7061. }, "" },
  7062. { "Blanc", "civ", {
  7063. "#(argb,8,8,3)color(1,1,1,1)"
  7064. }, "" },
  7065. { "Gris", "civ", {
  7066. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7067. }, "" },
  7068. { "Sable", "civ", {
  7069. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7070. }, "" },
  7071. { "Rouge", "civ", {
  7072. "#(argb,8,8,3)color(1,0,0,1)"
  7073. }, "" },
  7074. { "Jaune", "civ", {
  7075. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7076. }, "" },
  7077. { "Bleu", "civ", {
  7078. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7079. }, "" },
  7080. { "Bleu Nuit", "civ", {
  7081. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7082. }, "" },
  7083. { "Mauve", "civ", {
  7084. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7085. }, "" },
  7086. { "Orange", "civ", {
  7087. "#(argb,8,8,3)color(1,0.251,0,1)"
  7088. }, "" },
  7089. { "Vert", "civ", {
  7090. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7091. }, "" },
  7092. { "Rose", "civ", {
  7093. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7094. }, "" },
  7095. { "Violet", "civ", {
  7096. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7097. }, "" }
  7098. };
  7099. };
  7100.  
  7101. class AlessioR8 {
  7102. vItemSpace = 40;
  7103. conditions = "";
  7104. price = 450120;
  7105. textures[] = {
  7106. { "Noir", "civ", {
  7107. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7108. }, "" },
  7109. { "Blanc", "civ", {
  7110. "#(argb,8,8,3)color(1,1,1,1)"
  7111. }, "" },
  7112. { "Gris", "civ", {
  7113. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7114. }, "" },
  7115. { "Sable", "civ", {
  7116. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7117. }, "" },
  7118. { "Rouge", "civ", {
  7119. "#(argb,8,8,3)color(1,0,0,1)"
  7120. }, "" },
  7121. { "Jaune", "civ", {
  7122. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7123. }, "" },
  7124. { "Bleu", "civ", {
  7125. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7126. }, "" },
  7127. { "Bleu Nuit", "civ", {
  7128. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7129. }, "" },
  7130. { "Mauve", "civ", {
  7131. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7132. }, "" },
  7133. { "Orange", "civ", {
  7134. "#(argb,8,8,3)color(1,0.251,0,1)"
  7135. }, "" },
  7136. { "Vert", "civ", {
  7137. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7138. }, "" },
  7139. { "Rose", "civ", {
  7140. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7141. }, "" },
  7142. { "Violet", "civ", {
  7143. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7144. }, "" }
  7145. };
  7146. };
  7147. class Tahoelu_civ {
  7148. vItemSpace = 25;
  7149. conditions = "license_civ_Maire";
  7150. price = 950120;
  7151. textures[] = {
  7152. { "Noir", "civ", {
  7153. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7154. }, "" },
  7155. { "Blanc", "civ", {
  7156. "#(argb,8,8,3)color(1,1,1,1)"
  7157. }, "" },
  7158. { "Gris", "civ", {
  7159. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7160. }, "" },
  7161. { "Sable", "civ", {
  7162. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7163. }, "" },
  7164. { "Rouge", "civ", {
  7165. "#(argb,8,8,3)color(1,0,0,1)"
  7166. }, "" },
  7167. { "Jaune", "civ", {
  7168. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7169. }, "" },
  7170. { "Bleu", "civ", {
  7171. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7172. }, "" },
  7173. { "Bleu Nuit", "civ", {
  7174. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7175. }, "" },
  7176. { "Mauve", "civ", {
  7177. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7178. }, "" },
  7179. { "Orange", "civ", {
  7180. "#(argb,8,8,3)color(1,0.251,0,1)"
  7181. }, "" },
  7182. { "Vert", "civ", {
  7183. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7184. }, "" },
  7185. { "Rose", "civ", {
  7186. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7187. }, "" },
  7188. { "Violet", "civ", {
  7189. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7190. }, "" }
  7191. };
  7192. };
  7193. class chXTS_Royal {
  7194. vItemSpace = 25;
  7195. conditions = "license_civ_Maire";
  7196. price = 950120;
  7197. textures[] = {
  7198. { "Noir", "civ", {
  7199. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7200. }, "" },
  7201. { "Blanc", "civ", {
  7202. "#(argb,8,8,3)color(1,1,1,1)"
  7203. }, "" },
  7204. { "Gris", "civ", {
  7205. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7206. }, "" },
  7207. { "Sable", "civ", {
  7208. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7209. }, "" },
  7210. { "Rouge", "civ", {
  7211. "#(argb,8,8,3)color(1,0,0,1)"
  7212. }, "" },
  7213. { "Jaune", "civ", {
  7214. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7215. }, "" },
  7216. { "Bleu", "civ", {
  7217. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7218. }, "" },
  7219. { "Bleu Nuit", "civ", {
  7220. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7221. }, "" },
  7222. { "Mauve", "civ", {
  7223. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7224. }, "" },
  7225. { "Orange", "civ", {
  7226. "#(argb,8,8,3)color(1,0.251,0,1)"
  7227. }, "" },
  7228. { "Vert", "civ", {
  7229. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7230. }, "" },
  7231. { "Rose", "civ", {
  7232. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7233. }, "" },
  7234. { "Violet", "civ", {
  7235. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7236. }, "" }
  7237. };
  7238. };
  7239. class AlessioStingrayM {
  7240. vItemSpace = 25;
  7241. conditions = "";
  7242. price = 950120;
  7243. textures[] = {
  7244. { "Noir", "civ", {
  7245. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7246. }, "" },
  7247. { "Blanc", "civ", {
  7248. "#(argb,8,8,3)color(1,1,1,1)"
  7249. }, "" },
  7250. { "Gris", "civ", {
  7251. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7252. }, "" },
  7253. { "Sable", "civ", {
  7254. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7255. }, "" },
  7256. { "Rouge", "civ", {
  7257. "#(argb,8,8,3)color(1,0,0,1)"
  7258. }, "" },
  7259. { "Jaune", "civ", {
  7260. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7261. }, "" },
  7262. { "Bleu", "civ", {
  7263. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7264. }, "" },
  7265. { "Bleu Nuit", "civ", {
  7266. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7267. }, "" },
  7268. { "Mauve", "civ", {
  7269. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7270. }, "" },
  7271. { "Orange", "civ", {
  7272. "#(argb,8,8,3)color(1,0.251,0,1)"
  7273. }, "" },
  7274. { "Vert", "civ", {
  7275. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7276. }, "" },
  7277. { "Rose", "civ", {
  7278. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7279. }, "" },
  7280. { "Violet", "civ", {
  7281. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7282. }, "" }
  7283. };
  7284. };
  7285. class Chironlu_civ {
  7286. vItemSpace = 25;
  7287. conditions = "";
  7288. price = 950120;
  7289. textures[] = {
  7290. { "Noir", "civ", {
  7291. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7292. }, "" },
  7293. { "Blanc", "civ", {
  7294. "#(argb,8,8,3)color(1,1,1,1)"
  7295. }, "" },
  7296. { "Gris", "civ", {
  7297. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7298. }, "" },
  7299. { "Sable", "civ", {
  7300. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7301. }, "" },
  7302. { "Rouge", "civ", {
  7303. "#(argb,8,8,3)color(1,0,0,1)"
  7304. }, "" },
  7305. { "Jaune", "civ", {
  7306. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7307. }, "" },
  7308. { "Bleu", "civ", {
  7309. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7310. }, "" },
  7311. { "Bleu Nuit", "civ", {
  7312. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7313. }, "" },
  7314. { "Mauve", "civ", {
  7315. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7316. }, "" },
  7317. { "Orange", "civ", {
  7318. "#(argb,8,8,3)color(1,0.251,0,1)"
  7319. }, "" },
  7320. { "Vert", "civ", {
  7321. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7322. }, "" },
  7323. { "Rose", "civ", {
  7324. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7325. }, "" },
  7326. { "Violet", "civ", {
  7327. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7328. }, "" }
  7329. };
  7330. };
  7331.  
  7332. class Charger_1969lu_Race {
  7333. vItemSpace = 25;
  7334. conditions = "";
  7335. price = 450120;
  7336. textures[] = {
  7337. { "Noir", "civ", {
  7338. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7339. }, "" },
  7340. { "Blanc", "civ", {
  7341. "#(argb,8,8,3)color(1,1,1,1)"
  7342. }, "" },
  7343. { "Gris", "civ", {
  7344. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7345. }, "" },
  7346. { "Sable", "civ", {
  7347. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7348. }, "" },
  7349. { "Rouge", "civ", {
  7350. "#(argb,8,8,3)color(1,0,0,1)"
  7351. }, "" },
  7352. { "Jaune", "civ", {
  7353. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7354. }, "" },
  7355. { "Bleu", "civ", {
  7356. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7357. }, "" },
  7358. { "Bleu Nuit", "civ", {
  7359. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7360. }, "" },
  7361. { "Mauve", "civ", {
  7362. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7363. }, "" },
  7364. { "Orange", "civ", {
  7365. "#(argb,8,8,3)color(1,0.251,0,1)"
  7366. }, "" },
  7367. { "Vert", "civ", {
  7368. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7369. }, "" },
  7370. { "Rose", "civ", {
  7371. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7372. }, "" },
  7373. { "Violet", "civ", {
  7374. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7375. }, "" }
  7376. };
  7377. };
  7378.  
  7379. class Model_Slu_civ {
  7380. vItemSpace = 25;
  7381. conditions = "";
  7382. price = 450120;
  7383. textures[] = {
  7384. { "Noir", "civ", {
  7385. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7386. }, "" },
  7387. { "Blanc", "civ", {
  7388. "#(argb,8,8,3)color(1,1,1,1)"
  7389. }, "" },
  7390. { "Gris", "civ", {
  7391. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7392. }, "" },
  7393. { "Sable", "civ", {
  7394. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7395. }, "" },
  7396. { "Rouge", "civ", {
  7397. "#(argb,8,8,3)color(1,0,0,1)"
  7398. }, "" },
  7399. { "Jaune", "civ", {
  7400. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7401. }, "" },
  7402. { "Bleu", "civ", {
  7403. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7404. }, "" },
  7405. { "Bleu Nuit", "civ", {
  7406. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7407. }, "" },
  7408. { "Mauve", "civ", {
  7409. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7410. }, "" },
  7411. { "Orange", "civ", {
  7412. "#(argb,8,8,3)color(1,0.251,0,1)"
  7413. }, "" },
  7414. { "Vert", "civ", {
  7415. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7416. }, "" },
  7417. { "Rose", "civ", {
  7418. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7419. }, "" },
  7420. { "Violet", "civ", {
  7421. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7422. }, "" }
  7423. };
  7424. };
  7425.  
  7426. class AlessioIXMRMat {
  7427. vItemSpace = 25;
  7428. conditions = "";
  7429. price = 150120;
  7430. textures[] = {
  7431. { "Noir", "civ", {
  7432. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7433. }, "" },
  7434. { "Blanc", "civ", {
  7435. "#(argb,8,8,3)color(1,1,1,1)"
  7436. }, "" },
  7437. { "Gris", "civ", {
  7438. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7439. }, "" },
  7440. { "Sable", "civ", {
  7441. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7442. }, "" },
  7443. { "Rouge", "civ", {
  7444. "#(argb,8,8,3)color(1,0,0,1)"
  7445. }, "" },
  7446. { "Jaune", "civ", {
  7447. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7448. }, "" },
  7449. { "Bleu", "civ", {
  7450. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7451. }, "" },
  7452. { "Bleu Nuit", "civ", {
  7453. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7454. }, "" },
  7455. { "Mauve", "civ", {
  7456. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7457. }, "" },
  7458. { "Orange", "civ", {
  7459. "#(argb,8,8,3)color(1,0.251,0,1)"
  7460. }, "" },
  7461. { "Vert", "civ", {
  7462. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7463. }, "" },
  7464. { "Rose", "civ", {
  7465. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7466. }, "" },
  7467. { "Violet", "civ", {
  7468. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7469. }, "" }
  7470. };
  7471. };
  7472.  
  7473. class F12lu_civ {
  7474. vItemSpace = 25;
  7475. conditions = "";
  7476. price = 450120;
  7477. textures[] = {
  7478. { "Noir", "civ", {
  7479. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7480. }, "" },
  7481. { "Blanc", "civ", {
  7482. "#(argb,8,8,3)color(1,1,1,1)"
  7483. }, "" },
  7484. { "Gris", "civ", {
  7485. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7486. }, "" },
  7487. { "Sable", "civ", {
  7488. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7489. }, "" },
  7490. { "Rouge", "civ", {
  7491. "#(argb,8,8,3)color(1,0,0,1)"
  7492. }, "" },
  7493. { "Jaune", "civ", {
  7494. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7495. }, "" },
  7496. { "Bleu", "civ", {
  7497. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7498. }, "" },
  7499. { "Bleu Nuit", "civ", {
  7500. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7501. }, "" },
  7502. { "Mauve", "civ", {
  7503. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7504. }, "" },
  7505. { "Orange", "civ", {
  7506. "#(argb,8,8,3)color(1,0.251,0,1)"
  7507. }, "" },
  7508. { "Vert", "civ", {
  7509. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7510. }, "" },
  7511. { "Rose", "civ", {
  7512. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7513. }, "" },
  7514. { "Violet", "civ", {
  7515. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7516. }, "" }
  7517. };
  7518. };
  7519. //////////////////////////////////////////////////////////////////////////////////////////////
  7520. class AlessioR8_Chrome {
  7521. vItemSpace = 25;
  7522. conditions = "";
  7523. price = 450120;
  7524. textures[] = {};
  7525. };
  7526. class AlessioRS4Chrome {
  7527. vItemSpace = 25;
  7528. conditions = "";
  7529. price = 450120;
  7530. textures[] = {};
  7531. };
  7532. class AlessioRS4Gold {
  7533. vItemSpace = 25;
  7534. conditions = "";
  7535. price = 450120;
  7536. textures[] = {};
  7537. };
  7538. class AlessioR8_Gold {
  7539. vItemSpace = 25;
  7540. conditions = "";
  7541. price = 450120;
  7542. textures[] = {};
  7543. };
  7544.  
  7545. class AlessioR8Mat {
  7546. vItemSpace = 25;
  7547. conditions = "";
  7548. price = 450120;
  7549. textures[] = {
  7550. { "Noir", "civ", {
  7551. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7552. }, "" },
  7553. { "Blanc", "civ", {
  7554. "#(argb,8,8,3)color(1,1,1,1)"
  7555. }, "" },
  7556. { "Gris", "civ", {
  7557. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7558. }, "" },
  7559. { "Sable", "civ", {
  7560. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7561. }, "" },
  7562. { "Rouge", "civ", {
  7563. "#(argb,8,8,3)color(1,0,0,1)"
  7564. }, "" },
  7565. { "Jaune", "civ", {
  7566. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7567. }, "" },
  7568. { "Bleu", "civ", {
  7569. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7570. }, "" },
  7571. { "Bleu Nuit", "civ", {
  7572. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7573. }, "" },
  7574. { "Mauve", "civ", {
  7575. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7576. }, "" },
  7577. { "Orange", "civ", {
  7578. "#(argb,8,8,3)color(1,0.251,0,1)"
  7579. }, "" },
  7580. { "Vert", "civ", {
  7581. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7582. }, "" },
  7583. { "Rose", "civ", {
  7584. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7585. }, "" },
  7586. { "Violet", "civ", {
  7587. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7588. }, "" }
  7589. };
  7590. };
  7591. class chRS2 {
  7592. vItemSpace = 25;
  7593. conditions = "";
  7594. price = 150120;
  7595. textures[] = {
  7596. { "Noir", "civ", {
  7597. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7598. }, "" },
  7599. { "Blanc", "civ", {
  7600. "#(argb,8,8,3)color(1,1,1,1)"
  7601. }, "" },
  7602. { "Gris", "civ", {
  7603. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7604. }, "" },
  7605. { "Sable", "civ", {
  7606. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7607. }, "" },
  7608. { "Rouge", "civ", {
  7609. "#(argb,8,8,3)color(1,0,0,1)"
  7610. }, "" },
  7611. { "Jaune", "civ", {
  7612. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7613. }, "" },
  7614. { "Bleu", "civ", {
  7615. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7616. }, "" },
  7617. { "Bleu Nuit", "civ", {
  7618. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7619. }, "" },
  7620. { "Mauve", "civ", {
  7621. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7622. }, "" },
  7623. { "Orange", "civ", {
  7624. "#(argb,8,8,3)color(1,0.251,0,1)"
  7625. }, "" },
  7626. { "Vert", "civ", {
  7627. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7628. }, "" },
  7629. { "Rose", "civ", {
  7630. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7631. }, "" },
  7632. { "Violet", "civ", {
  7633. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7634. }, "" }
  7635. };
  7636. };
  7637.  
  7638. class r125_ch_n {
  7639. vItemSpace = 20;
  7640. conditions = "";
  7641. price = 102500;
  7642. textures[] = {
  7643. { "Noir", "civ", {
  7644. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7645. }, "" },
  7646. { "Blanc", "civ", {
  7647. "#(argb,8,8,3)color(1,1,1,1)"
  7648. }, "" },
  7649. { "Gris", "civ", {
  7650. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7651. }, "" },
  7652. { "Sable", "civ", {
  7653. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7654. }, "" },
  7655. { "Rouge", "civ", {
  7656. "#(argb,8,8,3)color(1,0,0,1)"
  7657. }, "" },
  7658. { "Jaune", "civ", {
  7659. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7660. }, "" },
  7661. { "Bleu", "civ", {
  7662. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7663. }, "" },
  7664. { "Bleu Nuit", "civ", {
  7665. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7666. }, "" },
  7667. { "Mauve", "civ", {
  7668. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7669. }, "" },
  7670. { "Orange", "civ", {
  7671. "#(argb,8,8,3)color(1,0.251,0,1)"
  7672. }, "" },
  7673. { "Vert", "civ", {
  7674. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7675. }, "" },
  7676. { "Rose", "civ", {
  7677. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7678. }, "" },
  7679. { "Violet", "civ", {
  7680. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7681. }, "" }
  7682. };
  7683. };
  7684.  
  7685. class RS6_Avantlu_GMK {
  7686. vItemSpace = 25;
  7687. conditions = "";
  7688. price = 450120;
  7689. textures[] = {
  7690. { "Noir", "civ", {
  7691. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7692. }, "" },
  7693. { "Blanc", "civ", {
  7694. "#(argb,8,8,3)color(1,1,1,1)"
  7695. }, "" },
  7696. { "Gris", "civ", {
  7697. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7698. }, "" },
  7699. { "Sable", "civ", {
  7700. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7701. }, "" },
  7702. { "Rouge", "civ", {
  7703. "#(argb,8,8,3)color(1,0,0,1)"
  7704. }, "" },
  7705. { "Jaune", "civ", {
  7706. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7707. }, "" },
  7708. { "Bleu", "civ", {
  7709. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7710. }, "" },
  7711. { "Bleu Nuit", "civ", {
  7712. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7713. }, "" },
  7714. { "Mauve", "civ", {
  7715. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7716. }, "" },
  7717. { "Orange", "civ", {
  7718. "#(argb,8,8,3)color(1,0.251,0,1)"
  7719. }, "" },
  7720. { "Vert", "civ", {
  7721. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7722. }, "" },
  7723. { "Rose", "civ", {
  7724. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7725. }, "" },
  7726. { "Violet", "civ", {
  7727. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7728. }, "" }
  7729. };
  7730. };
  7731. class RS6_Avantlu_GMK2 {
  7732. vItemSpace = 25;
  7733. conditions = "";
  7734. price = 450120;
  7735. textures[] = {
  7736. { "Noir", "civ", {
  7737. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7738. }, "" },
  7739. { "Blanc", "civ", {
  7740. "#(argb,8,8,3)color(1,1,1,1)"
  7741. }, "" },
  7742. { "Gris", "civ", {
  7743. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7744. }, "" },
  7745. { "Sable", "civ", {
  7746. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7747. }, "" },
  7748. { "Rouge", "civ", {
  7749. "#(argb,8,8,3)color(1,0,0,1)"
  7750. }, "" },
  7751. { "Jaune", "civ", {
  7752. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7753. }, "" },
  7754. { "Bleu", "civ", {
  7755. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7756. }, "" },
  7757. { "Bleu Nuit", "civ", {
  7758. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7759. }, "" },
  7760. { "Mauve", "civ", {
  7761. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7762. }, "" },
  7763. { "Orange", "civ", {
  7764. "#(argb,8,8,3)color(1,0.251,0,1)"
  7765. }, "" },
  7766. { "Vert", "civ", {
  7767. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7768. }, "" },
  7769. { "Rose", "civ", {
  7770. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7771. }, "" },
  7772. { "Violet", "civ", {
  7773. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7774. }, "" }
  7775. };
  7776. };
  7777.  
  7778. class r125_ch {
  7779. vItemSpace = 30;
  7780. conditions = "";
  7781. price = 21120;
  7782. textures[] = {
  7783. { "Noir", "civ", {
  7784. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7785. }, "" },
  7786. { "Blanc", "civ", {
  7787. "#(argb,8,8,3)color(1,1,1,1)"
  7788. }, "" },
  7789. { "Gris", "civ", {
  7790. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7791. }, "" },
  7792. { "Sable", "civ", {
  7793. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7794. }, "" },
  7795. { "Rouge", "civ", {
  7796. "#(argb,8,8,3)color(1,0,0,1)"
  7797. }, "" },
  7798. { "Jaune", "civ", {
  7799. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7800. }, "" },
  7801. { "Bleu", "civ", {
  7802. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7803. }, "" },
  7804. { "Bleu Nuit", "civ", {
  7805. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7806. }, "" },
  7807. { "Mauve", "civ", {
  7808. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7809. }, "" },
  7810. { "Orange", "civ", {
  7811. "#(argb,8,8,3)color(1,0.251,0,1)"
  7812. }, "" },
  7813. { "Vert", "civ", {
  7814. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7815. }, "" },
  7816. { "Rose", "civ", {
  7817. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7818. }, "" },
  7819. { "Violet", "civ", {
  7820. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7821. }, "" }
  7822. };
  7823. };
  7824. class V12_CRF450SGEND {
  7825. vItemSpace = 50;
  7826. conditions = "";
  7827. price = 18000;
  7828. textures[] = {
  7829. { "Noir", "civ", {
  7830. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7831. }, "" },
  7832. { "Blanc", "civ", {
  7833. "#(argb,8,8,3)color(1,1,1,1)"
  7834. }, "" },
  7835. { "Gris", "civ", {
  7836. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7837. }, "" },
  7838. { "Sable", "civ", {
  7839. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7840. }, "" },
  7841. { "Rouge", "civ", {
  7842. "#(argb,8,8,3)color(1,0,0,1)"
  7843. }, "" },
  7844. { "Jaune", "civ", {
  7845. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7846. }, "" },
  7847. { "Bleu", "civ", {
  7848. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7849. }, "" },
  7850. { "Bleu Nuit", "civ", {
  7851. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7852. }, "" },
  7853. { "Mauve", "civ", {
  7854. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7855. }, "" },
  7856. { "Orange", "civ", {
  7857. "#(argb,8,8,3)color(1,0.251,0,1)"
  7858. }, "" },
  7859. { "Vert", "civ", {
  7860. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7861. }, "" },
  7862. { "Rose", "civ", {
  7863. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7864. }, "" },
  7865. { "Violet", "civ", {
  7866. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7867. }, "" }
  7868. };
  7869. };
  7870. class xj6_ch {
  7871. vItemSpace = 50;
  7872. conditions = "";
  7873. price = 18000;
  7874. textures[] = {
  7875. { "Noir", "civ", {
  7876. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7877. }, "" },
  7878. { "Blanc", "civ", {
  7879. "#(argb,8,8,3)color(1,1,1,1)"
  7880. }, "" },
  7881. { "Gris", "civ", {
  7882. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7883. }, "" },
  7884. { "Sable", "civ", {
  7885. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7886. }, "" },
  7887. { "Rouge", "civ", {
  7888. "#(argb,8,8,3)color(1,0,0,1)"
  7889. }, "" },
  7890. { "Jaune", "civ", {
  7891. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7892. }, "" },
  7893. { "Bleu", "civ", {
  7894. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7895. }, "" },
  7896. { "Bleu Nuit", "civ", {
  7897. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7898. }, "" },
  7899. { "Mauve", "civ", {
  7900. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7901. }, "" },
  7902. { "Orange", "civ", {
  7903. "#(argb,8,8,3)color(1,0.251,0,1)"
  7904. }, "" },
  7905. { "Vert", "civ", {
  7906. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7907. }, "" },
  7908. { "Rose", "civ", {
  7909. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7910. }, "" },
  7911. { "Violet", "civ", {
  7912. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7913. }, "" }
  7914. };
  7915. };
  7916.  
  7917. class M235ilu_civ {
  7918. vItemSpace = 25;
  7919. conditions = "";
  7920. price = 150000;
  7921. textures[] = {
  7922. { "Noir", "civ", {
  7923. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7924. }, "" },
  7925. };
  7926. };
  7927.  
  7928. class YamahaQlu_civ {
  7929. vItemSpace = 50;
  7930. conditions = "";
  7931. price = 10520;
  7932. textures[] = {
  7933. { "Noir", "civ", {
  7934. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7935. }, "" },
  7936. { "Blanc", "civ", {
  7937. "#(argb,8,8,3)color(1,1,1,1)"
  7938. }, "" },
  7939. { "Gris", "civ", {
  7940. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7941. }, "" },
  7942. { "Sable", "civ", {
  7943. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7944. }, "" },
  7945. { "Rouge", "civ", {
  7946. "#(argb,8,8,3)color(1,0,0,1)"
  7947. }, "" },
  7948. { "Jaune", "civ", {
  7949. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7950. }, "" },
  7951. { "Bleu", "civ", {
  7952. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  7953. }, "" },
  7954. { "Bleu Nuit", "civ", {
  7955. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  7956. }, "" },
  7957. { "Mauve", "civ", {
  7958. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  7959. }, "" },
  7960. { "Orange", "civ", {
  7961. "#(argb,8,8,3)color(1,0.251,0,1)"
  7962. }, "" },
  7963. { "Vert", "civ", {
  7964. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  7965. }, "" },
  7966. { "Rose", "civ", {
  7967. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  7968. }, "" },
  7969. { "Violet", "civ", {
  7970. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  7971. }, "" }
  7972. };
  7973. };
  7974.  
  7975. class RS6_Avantlu_civ {
  7976. vItemSpace = 25;
  7977. conditions = "";
  7978. price = 350120;
  7979. textures[] = {
  7980. { "Noir", "civ", {
  7981. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  7982. }, "" },
  7983. { "Blanc", "civ", {
  7984. "#(argb,8,8,3)color(1,1,1,1)"
  7985. }, "" },
  7986. { "Gris", "civ", {
  7987. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  7988. }, "" },
  7989. { "Sable", "civ", {
  7990. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  7991. }, "" },
  7992. { "Rouge", "civ", {
  7993. "#(argb,8,8,3)color(1,0,0,1)"
  7994. }, "" },
  7995. { "Jaune", "civ", {
  7996. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  7997. }, "" },
  7998. { "Bleu", "civ", {
  7999. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8000. }, "" },
  8001. { "Bleu Nuit", "civ", {
  8002. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8003. }, "" },
  8004. { "Mauve", "civ", {
  8005. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8006. }, "" },
  8007. { "Orange", "civ", {
  8008. "#(argb,8,8,3)color(1,0.251,0,1)"
  8009. }, "" },
  8010. { "Vert", "civ", {
  8011. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8012. }, "" },
  8013. { "Rose", "civ", {
  8014. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8015. }, "" },
  8016. { "Violet", "civ", {
  8017. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8018. }, "" }
  8019. };
  8020. };
  8021.  
  8022. class AlessioBMG {
  8023. vItemSpace = 25;
  8024. conditions = "";
  8025. price = 450120;
  8026. textures[] = {};
  8027. };
  8028. class AlessioM5_Gold {
  8029. vItemSpace = 25;
  8030. conditions = "";
  8031. price = 450120;
  8032. textures[] = {};
  8033. };
  8034. class M5lu_civ {
  8035. vItemSpace = 25;
  8036. conditions = "";
  8037. price = 250120;
  8038. textures[] = {
  8039. { "Noir", "civ", {
  8040. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8041. }, "" },
  8042. { "Blanc", "civ", {
  8043. "#(argb,8,8,3)color(1,1,1,1)"
  8044. }, "" },
  8045. { "Gris", "civ", {
  8046. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8047. }, "" },
  8048. { "Sable", "civ", {
  8049. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8050. }, "" },
  8051. { "Rouge", "civ", {
  8052. "#(argb,8,8,3)color(1,0,0,1)"
  8053. }, "" },
  8054. { "Jaune", "civ", {
  8055. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8056. }, "" },
  8057. { "Bleu", "civ", {
  8058. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8059. }, "" },
  8060. { "Bleu Nuit", "civ", {
  8061. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8062. }, "" },
  8063. { "Mauve", "civ", {
  8064. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8065. }, "" },
  8066. { "Orange", "civ", {
  8067. "#(argb,8,8,3)color(1,0.251,0,1)"
  8068. }, "" },
  8069. { "Vert", "civ", {
  8070. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8071. }, "" },
  8072. { "Rose", "civ", {
  8073. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8074. }, "" },
  8075. { "Violet", "civ", {
  8076. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8077. }, "" }
  8078. };
  8079. };
  8080. class AlessioM5 {
  8081. vItemSpace = 25;
  8082. conditions = "";
  8083. price = 250120;
  8084. textures[] = {
  8085. { "Noir", "civ", {
  8086. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8087. }, "" },
  8088. { "Blanc", "civ", {
  8089. "#(argb,8,8,3)color(1,1,1,1)"
  8090. }, "" },
  8091. { "Gris", "civ", {
  8092. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8093. }, "" },
  8094. { "Sable", "civ", {
  8095. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8096. }, "" },
  8097. { "Rouge", "civ", {
  8098. "#(argb,8,8,3)color(1,0,0,1)"
  8099. }, "" },
  8100. { "Jaune", "civ", {
  8101. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8102. }, "" },
  8103. { "Bleu", "civ", {
  8104. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8105. }, "" },
  8106. { "Bleu Nuit", "civ", {
  8107. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8108. }, "" },
  8109. { "Mauve", "civ", {
  8110. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8111. }, "" },
  8112. { "Orange", "civ", {
  8113. "#(argb,8,8,3)color(1,0.251,0,1)"
  8114. }, "" },
  8115. { "Vert", "civ", {
  8116. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8117. }, "" },
  8118. { "Rose", "civ", {
  8119. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8120. }, "" },
  8121. { "Violet", "civ", {
  8122. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8123. }, "" }
  8124. };
  8125. };
  8126. class AlessioBM4M {
  8127. vItemSpace = 25;
  8128. conditions = "";
  8129. price = 250120;
  8130. textures[] = {
  8131. { "Noir", "civ", {
  8132. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8133. }, "" },
  8134. { "Blanc", "civ", {
  8135. "#(argb,8,8,3)color(1,1,1,1)"
  8136. }, "" },
  8137. { "Gris", "civ", {
  8138. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8139. }, "" },
  8140. { "Sable", "civ", {
  8141. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8142. }, "" },
  8143. { "Rouge", "civ", {
  8144. "#(argb,8,8,3)color(1,0,0,1)"
  8145. }, "" },
  8146. { "Jaune", "civ", {
  8147. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8148. }, "" },
  8149. { "Bleu", "civ", {
  8150. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8151. }, "" },
  8152. { "Bleu Nuit", "civ", {
  8153. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8154. }, "" },
  8155. { "Mauve", "civ", {
  8156. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8157. }, "" },
  8158. { "Orange", "civ", {
  8159. "#(argb,8,8,3)color(1,0.251,0,1)"
  8160. }, "" },
  8161. { "Vert", "civ", {
  8162. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8163. }, "" },
  8164. { "Rose", "civ", {
  8165. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8166. }, "" },
  8167. { "Violet", "civ", {
  8168. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8169. }, "" }
  8170. };
  8171. };
  8172.  
  8173. class midlum_p2 {
  8174. vItemSpace = 500;
  8175. conditions = "";
  8176. price = 940000;
  8177. textures[] = {
  8178. { "Noir", "civ", {
  8179. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8180. }, "" },
  8181. { "Blanc", "civ", {
  8182. "#(argb,8,8,3)color(1,1,1,1)"
  8183. }, "" },
  8184. { "Gris", "civ", {
  8185. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8186. }, "" },
  8187. { "Sable", "civ", {
  8188. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8189. }, "" },
  8190. { "Rouge", "civ", {
  8191. "#(argb,8,8,3)color(1,0,0,1)"
  8192. }, "" },
  8193. { "Jaune", "civ", {
  8194. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8195. }, "" },
  8196. { "Bleu", "civ", {
  8197. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8198. }, "" },
  8199. { "Bleu Nuit", "civ", {
  8200. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8201. }, "" },
  8202. { "Mauve", "civ", {
  8203. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8204. }, "" },
  8205. { "Orange", "civ", {
  8206. "#(argb,8,8,3)color(1,0.251,0,1)"
  8207. }, "" },
  8208. { "Vert", "civ", {
  8209. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8210. }, "" },
  8211. { "Rose", "civ", {
  8212. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8213. }, "" },
  8214. { "Violet", "civ", {
  8215. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8216. }, "" }
  8217. };
  8218. };
  8219.  
  8220. class Midlum_inter {
  8221. vItemSpace = 500;
  8222. conditions = "";
  8223. price = 596520;
  8224. textures[] = {
  8225. { "Noir", "civ", {
  8226. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8227. }, "" },
  8228. { "Blanc", "civ", {
  8229. "#(argb,8,8,3)color(1,1,1,1)"
  8230. }, "" },
  8231. { "Gris", "civ", {
  8232. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8233. }, "" },
  8234. { "Sable", "civ", {
  8235. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8236. }, "" },
  8237. { "Rouge", "civ", {
  8238. "#(argb,8,8,3)color(1,0,0,1)"
  8239. }, "" },
  8240. { "Jaune", "civ", {
  8241. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8242. }, "" },
  8243. { "Bleu", "civ", {
  8244. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8245. }, "" },
  8246. { "Bleu Nuit", "civ", {
  8247. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8248. }, "" },
  8249. { "Mauve", "civ", {
  8250. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8251. }, "" },
  8252. { "Orange", "civ", {
  8253. "#(argb,8,8,3)color(1,0.251,0,1)"
  8254. }, "" },
  8255. { "Vert", "civ", {
  8256. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8257. }, "" },
  8258. { "Rose", "civ", {
  8259. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8260. }, "" },
  8261. { "Violet", "civ", {
  8262. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8263. }, "" }
  8264. };
  8265. };
  8266.  
  8267. class Midlum_fedex {
  8268. vItemSpace = 500;
  8269. conditions = "";
  8270. price = 596520;
  8271. textures[] = {
  8272. { "Noir", "civ", {
  8273. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8274. }, "" },
  8275. { "Blanc", "civ", {
  8276. "#(argb,8,8,3)color(1,1,1,1)"
  8277. }, "" },
  8278. { "Gris", "civ", {
  8279. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8280. }, "" },
  8281. { "Sable", "civ", {
  8282. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8283. }, "" },
  8284. { "Rouge", "civ", {
  8285. "#(argb,8,8,3)color(1,0,0,1)"
  8286. }, "" },
  8287. { "Jaune", "civ", {
  8288. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8289. }, "" },
  8290. { "Bleu", "civ", {
  8291. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8292. }, "" },
  8293. { "Bleu Nuit", "civ", {
  8294. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8295. }, "" },
  8296. { "Mauve", "civ", {
  8297. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8298. }, "" },
  8299. { "Orange", "civ", {
  8300. "#(argb,8,8,3)color(1,0.251,0,1)"
  8301. }, "" },
  8302. { "Vert", "civ", {
  8303. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8304. }, "" },
  8305. { "Rose", "civ", {
  8306. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8307. }, "" },
  8308. { "Violet", "civ", {
  8309. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8310. }, "" }
  8311. };
  8312. };
  8313.  
  8314. class Midlum_DHL {
  8315. vItemSpace = 500;
  8316. conditions = "";
  8317. price = 596520;
  8318. textures[] = {
  8319. { "Noir", "civ", {
  8320. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8321. }, "" },
  8322. { "Blanc", "civ", {
  8323. "#(argb,8,8,3)color(1,1,1,1)"
  8324. }, "" },
  8325. { "Gris", "civ", {
  8326. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8327. }, "" },
  8328. { "Sable", "civ", {
  8329. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8330. }, "" },
  8331. { "Rouge", "civ", {
  8332. "#(argb,8,8,3)color(1,0,0,1)"
  8333. }, "" },
  8334. { "Jaune", "civ", {
  8335. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8336. }, "" },
  8337. { "Bleu", "civ", {
  8338. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8339. }, "" },
  8340. { "Bleu Nuit", "civ", {
  8341. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8342. }, "" },
  8343. { "Mauve", "civ", {
  8344. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8345. }, "" },
  8346. { "Orange", "civ", {
  8347. "#(argb,8,8,3)color(1,0.251,0,1)"
  8348. }, "" },
  8349. { "Vert", "civ", {
  8350. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8351. }, "" },
  8352. { "Rose", "civ", {
  8353. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8354. }, "" },
  8355. { "Violet", "civ", {
  8356. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8357. }, "" }
  8358. };
  8359. };
  8360.  
  8361. class Midlum_poste {
  8362. vItemSpace = 500;
  8363. conditions = "";
  8364. price = 596520;
  8365. textures[] = {
  8366. { "Noir", "civ", {
  8367. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8368. }, "" },
  8369. { "Blanc", "civ", {
  8370. "#(argb,8,8,3)color(1,1,1,1)"
  8371. }, "" },
  8372. { "Gris", "civ", {
  8373. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8374. }, "" },
  8375. { "Sable", "civ", {
  8376. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8377. }, "" },
  8378. { "Rouge", "civ", {
  8379. "#(argb,8,8,3)color(1,0,0,1)"
  8380. }, "" },
  8381. { "Jaune", "civ", {
  8382. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8383. }, "" },
  8384. { "Bleu", "civ", {
  8385. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8386. }, "" },
  8387. { "Bleu Nuit", "civ", {
  8388. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8389. }, "" },
  8390. { "Mauve", "civ", {
  8391. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8392. }, "" },
  8393. { "Orange", "civ", {
  8394. "#(argb,8,8,3)color(1,0.251,0,1)"
  8395. }, "" },
  8396. { "Vert", "civ", {
  8397. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8398. }, "" },
  8399. { "Rose", "civ", {
  8400. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8401. }, "" },
  8402. { "Violet", "civ", {
  8403. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8404. }, "" }
  8405. };
  8406. };
  8407.  
  8408. class Midlum_amazon {
  8409. vItemSpace = 500;
  8410. conditions = "";
  8411. price = 596520;
  8412. textures[] = {
  8413. { "Noir", "civ", {
  8414. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8415. }, "" },
  8416. { "Blanc", "civ", {
  8417. "#(argb,8,8,3)color(1,1,1,1)"
  8418. }, "" },
  8419. { "Gris", "civ", {
  8420. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8421. }, "" },
  8422. { "Sable", "civ", {
  8423. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8424. }, "" },
  8425. { "Rouge", "civ", {
  8426. "#(argb,8,8,3)color(1,0,0,1)"
  8427. }, "" },
  8428. { "Jaune", "civ", {
  8429. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8430. }, "" },
  8431. { "Bleu", "civ", {
  8432. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8433. }, "" },
  8434. { "Bleu Nuit", "civ", {
  8435. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8436. }, "" },
  8437. { "Mauve", "civ", {
  8438. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8439. }, "" },
  8440. { "Orange", "civ", {
  8441. "#(argb,8,8,3)color(1,0.251,0,1)"
  8442. }, "" },
  8443. { "Vert", "civ", {
  8444. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8445. }, "" },
  8446. { "Rose", "civ", {
  8447. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8448. }, "" },
  8449. { "Violet", "civ", {
  8450. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8451. }, "" }
  8452. };
  8453. };
  8454.  
  8455. class subaruch_civ {
  8456. vItemSpace = 25;
  8457. conditions = "";
  8458. price = 150120;
  8459. textures[] = {
  8460. { "Noir", "civ", {
  8461. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8462. }, "" },
  8463. { "Blanc", "civ", {
  8464. "#(argb,8,8,3)color(1,1,1,1)"
  8465. }, "" },
  8466. { "Gris", "civ", {
  8467. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8468. }, "" },
  8469. { "Sable", "civ", {
  8470. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8471. }, "" },
  8472. { "Rouge", "civ", {
  8473. "#(argb,8,8,3)color(1,0,0,1)"
  8474. }, "" },
  8475. { "Jaune", "civ", {
  8476. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8477. }, "" },
  8478. { "Bleu", "civ", {
  8479. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8480. }, "" },
  8481. { "Bleu Nuit", "civ", {
  8482. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8483. }, "" },
  8484. { "Mauve", "civ", {
  8485. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8486. }, "" },
  8487. { "Orange", "civ", {
  8488. "#(argb,8,8,3)color(1,0.251,0,1)"
  8489. }, "" },
  8490. { "Vert", "civ", {
  8491. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8492. }, "" },
  8493. { "Rose", "civ", {
  8494. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8495. }, "" },
  8496. { "Violet", "civ", {
  8497. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8498. }, "" }
  8499. };
  8500. };
  8501.  
  8502. class Scania_124L {
  8503. vItemSpace = 650;
  8504. conditions = "";
  8505. price = 556000;
  8506. textures[] = {
  8507. { "Noir", "civ", {
  8508. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8509. }, "" },
  8510. { "Blanc", "civ", {
  8511. "#(argb,8,8,3)color(1,1,1,1)"
  8512. }, "" },
  8513. { "Gris", "civ", {
  8514. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8515. }, "" },
  8516. { "Sable", "civ", {
  8517. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8518. }, "" },
  8519. { "Rouge", "civ", {
  8520. "#(argb,8,8,3)color(1,0,0,1)"
  8521. }, "" },
  8522. { "Jaune", "civ", {
  8523. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8524. }, "" },
  8525. { "Bleu", "civ", {
  8526. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8527. }, "" },
  8528. { "Bleu Nuit", "civ", {
  8529. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8530. }, "" },
  8531. { "Mauve", "civ", {
  8532. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8533. }, "" },
  8534. { "Orange", "civ", {
  8535. "#(argb,8,8,3)color(1,0.251,0,1)"
  8536. }, "" },
  8537. { "Vert", "civ", {
  8538. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8539. }, "" },
  8540. { "Rose", "civ", {
  8541. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8542. }, "" },
  8543. { "Violet", "civ", {
  8544. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8545. }, "" }
  8546. };
  8547. };
  8548.  
  8549. class Renault_Range_T {
  8550. vItemSpace = 550;
  8551. conditions = "";
  8552. price = 1400202;
  8553. textures[] = {
  8554. { "Noir", "civ", {
  8555. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8556. }, "" },
  8557. { "Blanc", "civ", {
  8558. "#(argb,8,8,3)color(1,1,1,1)"
  8559. }, "" },
  8560. { "Gris", "civ", {
  8561. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8562. }, "" },
  8563. { "Sable", "civ", {
  8564. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8565. }, "" },
  8566. { "Rouge", "civ", {
  8567. "#(argb,8,8,3)color(1,0,0,1)"
  8568. }, "" },
  8569. { "Jaune", "civ", {
  8570. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8571. }, "" },
  8572. { "Bleu", "civ", {
  8573. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8574. }, "" },
  8575. { "Bleu Nuit", "civ", {
  8576. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8577. }, "" },
  8578. { "Mauve", "civ", {
  8579. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8580. }, "" },
  8581. { "Orange", "civ", {
  8582. "#(argb,8,8,3)color(1,0.251,0,1)"
  8583. }, "" },
  8584. { "Vert", "civ", {
  8585. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8586. }, "" },
  8587. { "Rose", "civ", {
  8588. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8589. }, "" },
  8590. { "Violet", "civ", {
  8591. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8592. }, "" }
  8593. };
  8594. };
  8595.  
  8596. class M4_ALLG2 {
  8597. vItemSpace = 25;
  8598. conditions = "";
  8599. price = 450120;
  8600. textures[] = {
  8601. { "Noir", "civ", {
  8602. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8603. }, "" },
  8604. { "Blanc", "civ", {
  8605. "#(argb,8,8,3)color(1,1,1,1)"
  8606. }, "" },
  8607. { "Gris", "civ", {
  8608. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8609. }, "" },
  8610. { "Sable", "civ", {
  8611. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8612. }, "" },
  8613. { "Rouge", "civ", {
  8614. "#(argb,8,8,3)color(1,0,0,1)"
  8615. }, "" },
  8616. { "Jaune", "civ", {
  8617. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8618. }, "" },
  8619. { "Bleu", "civ", {
  8620. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8621. }, "" },
  8622. { "Bleu Nuit", "civ", {
  8623. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8624. }, "" },
  8625. { "Mauve", "civ", {
  8626. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8627. }, "" },
  8628. { "Orange", "civ", {
  8629. "#(argb,8,8,3)color(1,0.251,0,1)"
  8630. }, "" },
  8631. { "Vert", "civ", {
  8632. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8633. }, "" },
  8634. { "Rose", "civ", {
  8635. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8636. }, "" },
  8637. { "Violet", "civ", {
  8638. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8639. }, "" }
  8640. };
  8641. };
  8642.  
  8643. class Renault_Lander {
  8644. vItemSpace = 550;
  8645. conditions = "";
  8646. price = 1486520;
  8647. textures[] = {
  8648. { "Noir", "civ", {
  8649. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8650. }, "" },
  8651. { "Blanc", "civ", {
  8652. "#(argb,8,8,3)color(1,1,1,1)"
  8653. }, "" },
  8654. { "Gris", "civ", {
  8655. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8656. }, "" },
  8657. { "Sable", "civ", {
  8658. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8659. }, "" },
  8660. { "Rouge", "civ", {
  8661. "#(argb,8,8,3)color(1,0,0,1)"
  8662. }, "" },
  8663. { "Jaune", "civ", {
  8664. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8665. }, "" },
  8666. { "Bleu", "civ", {
  8667. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8668. }, "" },
  8669. { "Bleu Nuit", "civ", {
  8670. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8671. }, "" },
  8672. { "Mauve", "civ", {
  8673. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8674. }, "" },
  8675. { "Orange", "civ", {
  8676. "#(argb,8,8,3)color(1,0.251,0,1)"
  8677. }, "" },
  8678. { "Vert", "civ", {
  8679. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8680. }, "" },
  8681. { "Rose", "civ", {
  8682. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8683. }, "" },
  8684. { "Violet", "civ", {
  8685. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8686. }, "" }
  8687. };
  8688. };
  8689.  
  8690. class AlessioC63M {
  8691. vItemSpace = 50;
  8692. conditions = "";
  8693. price = 620100;
  8694. textures[] = {
  8695. { "Noir", "civ", {
  8696. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8697. }, "" },
  8698. { "Blanc", "civ", {
  8699. "#(argb,8,8,3)color(1,1,1,1)"
  8700. }, "" },
  8701. { "Gris", "civ", {
  8702. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8703. }, "" },
  8704. { "Sable", "civ", {
  8705. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8706. }, "" },
  8707. { "Rouge", "civ", {
  8708. "#(argb,8,8,3)color(1,0,0,1)"
  8709. }, "" },
  8710. { "Jaune", "civ", {
  8711. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8712. }, "" },
  8713. { "Bleu", "civ", {
  8714. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8715. }, "" },
  8716. { "Bleu Nuit", "civ", {
  8717. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8718. }, "" },
  8719. { "Mauve", "civ", {
  8720. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8721. }, "" },
  8722. { "Orange", "civ", {
  8723. "#(argb,8,8,3)color(1,0.251,0,1)"
  8724. }, "" },
  8725. { "Vert", "civ", {
  8726. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8727. }, "" },
  8728. { "Rose", "civ", {
  8729. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8730. }, "" },
  8731. { "Violet", "civ", {
  8732. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8733. }, "" }
  8734. };
  8735. };
  8736.  
  8737. class AlessioC63NG {
  8738. vItemSpace = 50;
  8739. conditions = "";
  8740. price = 520100;
  8741. textures[] = {
  8742. { "Noir", "civ", {
  8743. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8744. }, "" },
  8745. { "Blanc", "civ", {
  8746. "#(argb,8,8,3)color(1,1,1,1)"
  8747. }, "" },
  8748. { "Gris", "civ", {
  8749. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8750. }, "" },
  8751. { "Sable", "civ", {
  8752. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8753. }, "" },
  8754. { "Rouge", "civ", {
  8755. "#(argb,8,8,3)color(1,0,0,1)"
  8756. }, "" },
  8757. { "Jaune", "civ", {
  8758. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8759. }, "" },
  8760. { "Bleu", "civ", {
  8761. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8762. }, "" },
  8763. { "Bleu Nuit", "civ", {
  8764. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8765. }, "" },
  8766. { "Mauve", "civ", {
  8767. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8768. }, "" },
  8769. { "Orange", "civ", {
  8770. "#(argb,8,8,3)color(1,0.251,0,1)"
  8771. }, "" },
  8772. { "Vert", "civ", {
  8773. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8774. }, "" },
  8775. { "Rose", "civ", {
  8776. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8777. }, "" },
  8778. { "Violet", "civ", {
  8779. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8780. }, "" }
  8781. };
  8782. };
  8783.  
  8784. class AlessioIXMRG {
  8785. vItemSpace = 25;
  8786. conditions = "";
  8787. price = 450120;
  8788. textures[] = {};
  8789. };
  8790.  
  8791. class shounka_a3_brinks_noir {
  8792. vItemSpace = 50;
  8793. conditions = "license_civ_br";
  8794. price = 55120;
  8795. textures[] = {};
  8796. };
  8797.  
  8798. class shounka_a3_brinks_rouge {
  8799. vItemSpace = 50;
  8800. conditions = "license_civ_br";
  8801. price = 55120;
  8802. textures[] = {};
  8803. };
  8804. class chtrans_pen {
  8805. vItemSpace = 50;
  8806. conditions = "license_cop_ap";
  8807. price = 10000;
  8808. textures[] = {};
  8809. };
  8810. class Trafic_adp {
  8811. vItemSpace = 30;
  8812. conditions = "license_cop_ap";
  8813. price = 10000;
  8814. textures[] = {};
  8815. };
  8816. class chmaster2_adp {
  8817. vItemSpace = 30;
  8818. conditions = "license_cop_ap";
  8819. price = 10000;
  8820. textures[] = {};
  8821. };
  8822. class kangooII1_adp {
  8823. vItemSpace = 30;
  8824. conditions = "license_cop_ap";
  8825. price = 10000;
  8826. textures[] = {};
  8827. };
  8828. class Transit_adp {
  8829. vItemSpace = 30;
  8830. conditions = "license_cop_ap";
  8831. price = 10000;
  8832. textures[] = {};
  8833. };
  8834. class Peugeot_Expert_vigi {
  8835. vItemSpace = 30;
  8836. conditions = "license_civ_aml";
  8837. price = 10000;
  8838. textures[] = {};
  8839. };
  8840. class chdefender_vigi {
  8841. vItemSpace = 30;
  8842. conditions = "license_civ_aml";
  8843. price = 10000;
  8844. textures[] = {};
  8845. };
  8846. class chp4 {
  8847. vItemSpace = 30;
  8848. conditions = "license_civ_aml";
  8849. price = 10000;
  8850. textures[] = {};
  8851. };
  8852. class PVP_AT {
  8853. vItemSpace = 30;
  8854. conditions = "license_civ_aml";
  8855. price = 10000;
  8856. textures[] = {};
  8857. };
  8858. class chgbc_180 {
  8859. vItemSpace = 30;
  8860. conditions = "license_civ_aml";
  8861. price = 10000;
  8862. textures[] = {};
  8863. };
  8864. class kangooII1_vigi {
  8865. vItemSpace = 30;
  8866. conditions = "license_civ_aml";
  8867. price = 10000;
  8868. textures[] = {};
  8869. };
  8870. class Scenic3_vigi {
  8871. vItemSpace = 30;
  8872. conditions = "license_civ_aml";
  8873. price = 10000;
  8874. textures[] = {};
  8875. };
  8876. class Trafic3_vigi {
  8877. vItemSpace = 30;
  8878. conditions = "license_civ_aml";
  8879. price = 10000;
  8880. textures[] = {};
  8881. };
  8882. class VAB_AT {
  8883. vItemSpace = 30;
  8884. conditions = "license_civ_aml";
  8885. price = 10000;
  8886. textures[] = {};
  8887. };
  8888. class VBL_AT {
  8889. vItemSpace = 30;
  8890. conditions = "license_civ_aml";
  8891. price = 10000;
  8892. textures[] = {};
  8893. };
  8894.  
  8895. class Warrior_civ {
  8896. vItemSpace = 65;
  8897. conditions = "";
  8898. price = 59853;
  8899. textures[] = {
  8900. { "Noir", "civ", {
  8901. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8902. }, "" },
  8903. { "Blanc", "civ", {
  8904. "#(argb,8,8,3)color(1,1,1,1)"
  8905. }, "" },
  8906. { "Gris", "civ", {
  8907. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8908. }, "" },
  8909. { "Sable", "civ", {
  8910. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8911. }, "" },
  8912. { "Rouge", "civ", {
  8913. "#(argb,8,8,3)color(1,0,0,1)"
  8914. }, "" },
  8915. { "Jaune", "civ", {
  8916. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8917. }, "" },
  8918. { "Bleu", "civ", {
  8919. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8920. }, "" },
  8921. { "Bleu Nuit", "civ", {
  8922. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8923. }, "" },
  8924. { "Mauve", "civ", {
  8925. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8926. }, "" },
  8927. { "Orange", "civ", {
  8928. "#(argb,8,8,3)color(1,0.251,0,1)"
  8929. }, "" },
  8930. { "Vert", "civ", {
  8931. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8932. }, "" },
  8933. { "Rose", "civ", {
  8934. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8935. }, "" },
  8936. { "Violet", "civ", {
  8937. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8938. }, "" }
  8939. };
  8940. };
  8941.  
  8942. class AlessioMGAG {
  8943. vItemSpace = 25;
  8944. conditions = "";
  8945. price = 450120;
  8946. textures[] = {
  8947. { "Noir", "civ", {
  8948. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8949. }, "" },
  8950. { "Blanc", "civ", {
  8951. "#(argb,8,8,3)color(1,1,1,1)"
  8952. }, "" },
  8953. { "Gris", "civ", {
  8954. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  8955. }, "" },
  8956. { "Sable", "civ", {
  8957. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  8958. }, "" },
  8959. { "Rouge", "civ", {
  8960. "#(argb,8,8,3)color(1,0,0,1)"
  8961. }, "" },
  8962. { "Jaune", "civ", {
  8963. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  8964. }, "" },
  8965. { "Bleu", "civ", {
  8966. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  8967. }, "" },
  8968. { "Bleu Nuit", "civ", {
  8969. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  8970. }, "" },
  8971. { "Mauve", "civ", {
  8972. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  8973. }, "" },
  8974. { "Orange", "civ", {
  8975. "#(argb,8,8,3)color(1,0.251,0,1)"
  8976. }, "" },
  8977. { "Vert", "civ", {
  8978. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  8979. }, "" },
  8980. { "Rose", "civ", {
  8981. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  8982. }, "" },
  8983. { "Violet", "civ", {
  8984. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  8985. }, "" }
  8986. };
  8987. };
  8988.  
  8989. class AlessioIXMR {
  8990. vItemSpace = 25;
  8991. conditions = "";
  8992. price = 450120;
  8993. textures[] = {
  8994. { "Noir", "civ", {
  8995. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  8996. }, "" },
  8997. { "Blanc", "civ", {
  8998. "#(argb,8,8,3)color(1,1,1,1)"
  8999. }, "" },
  9000. { "Gris", "civ", {
  9001. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9002. }, "" },
  9003. { "Sable", "civ", {
  9004. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9005. }, "" },
  9006. { "Rouge", "civ", {
  9007. "#(argb,8,8,3)color(1,0,0,1)"
  9008. }, "" },
  9009. { "Jaune", "civ", {
  9010. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9011. }, "" },
  9012. { "Bleu", "civ", {
  9013. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9014. }, "" },
  9015. { "Bleu Nuit", "civ", {
  9016. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9017. }, "" },
  9018. { "Mauve", "civ", {
  9019. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9020. }, "" },
  9021. { "Orange", "civ", {
  9022. "#(argb,8,8,3)color(1,0.251,0,1)"
  9023. }, "" },
  9024. { "Vert", "civ", {
  9025. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9026. }, "" },
  9027. { "Rose", "civ", {
  9028. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9029. }, "" },
  9030. { "Violet", "civ", {
  9031. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9032. }, "" }
  9033. };
  9034. };
  9035. class chCayenne {
  9036. vItemSpace = 25;
  9037. conditions = "";
  9038. price = 352000;
  9039. textures[] = {
  9040. { "Noir", "civ", {
  9041. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9042. }, "" },
  9043. { "Blanc", "civ", {
  9044. "#(argb,8,8,3)color(1,1,1,1)"
  9045. }, "" },
  9046. { "Gris", "civ", {
  9047. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9048. }, "" },
  9049. { "Sable", "civ", {
  9050. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9051. }, "" },
  9052. { "Rouge", "civ", {
  9053. "#(argb,8,8,3)color(1,0,0,1)"
  9054. }, "" },
  9055. { "Jaune", "civ", {
  9056. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9057. }, "" },
  9058. { "Bleu", "civ", {
  9059. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9060. }, "" },
  9061. { "Bleu Nuit", "civ", {
  9062. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9063. }, "" },
  9064. { "Mauve", "civ", {
  9065. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9066. }, "" },
  9067. { "Orange", "civ", {
  9068. "#(argb,8,8,3)color(1,0.251,0,1)"
  9069. }, "" },
  9070. { "Vert", "civ", {
  9071. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9072. }, "" },
  9073. { "Rose", "civ", {
  9074. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9075. }, "" },
  9076. { "Violet", "civ", {
  9077. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9078. }, "" }
  9079. };
  9080. };
  9081. class chf_boxster_10 {
  9082. vItemSpace = 25;
  9083. conditions = "";
  9084. price = 452000;
  9085. textures[] = {
  9086. { "Noir", "civ", {
  9087. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9088. }, "" },
  9089. { "Blanc", "civ", {
  9090. "#(argb,8,8,3)color(1,1,1,1)"
  9091. }, "" },
  9092. { "Gris", "civ", {
  9093. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9094. }, "" },
  9095. { "Sable", "civ", {
  9096. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9097. }, "" },
  9098. { "Rouge", "civ", {
  9099. "#(argb,8,8,3)color(1,0,0,1)"
  9100. }, "" },
  9101. { "Jaune", "civ", {
  9102. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9103. }, "" },
  9104. { "Bleu", "civ", {
  9105. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9106. }, "" },
  9107. { "Bleu Nuit", "civ", {
  9108. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9109. }, "" },
  9110. { "Mauve", "civ", {
  9111. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9112. }, "" },
  9113. { "Orange", "civ", {
  9114. "#(argb,8,8,3)color(1,0.251,0,1)"
  9115. }, "" },
  9116. { "Vert", "civ", {
  9117. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9118. }, "" },
  9119. { "Rose", "civ", {
  9120. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9121. }, "" },
  9122. { "Violet", "civ", {
  9123. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9124. }, "" }
  9125. };
  9126. };
  9127. class chf_boxster_03 {
  9128. vItemSpace = 25;
  9129. conditions = "";
  9130. price = 452000;
  9131. textures[] = {
  9132. { "Noir", "civ", {
  9133. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9134. }, "" },
  9135. { "Blanc", "civ", {
  9136. "#(argb,8,8,3)color(1,1,1,1)"
  9137. }, "" },
  9138. { "Gris", "civ", {
  9139. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9140. }, "" },
  9141. { "Sable", "civ", {
  9142. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9143. }, "" },
  9144. { "Rouge", "civ", {
  9145. "#(argb,8,8,3)color(1,0,0,1)"
  9146. }, "" },
  9147. { "Jaune", "civ", {
  9148. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9149. }, "" },
  9150. { "Bleu", "civ", {
  9151. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9152. }, "" },
  9153. { "Bleu Nuit", "civ", {
  9154. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9155. }, "" },
  9156. { "Mauve", "civ", {
  9157. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9158. }, "" },
  9159. { "Orange", "civ", {
  9160. "#(argb,8,8,3)color(1,0.251,0,1)"
  9161. }, "" },
  9162. { "Vert", "civ", {
  9163. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9164. }, "" },
  9165. { "Rose", "civ", {
  9166. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9167. }, "" },
  9168. { "Violet", "civ", {
  9169. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9170. }, "" }
  9171. };
  9172. };
  9173. class ch911_07 {
  9174. vItemSpace = 25;
  9175. conditions = "";
  9176. price = 452000;
  9177. textures[] = {
  9178. { "Noir", "civ", {
  9179. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9180. }, "" },
  9181. { "Blanc", "civ", {
  9182. "#(argb,8,8,3)color(1,1,1,1)"
  9183. }, "" },
  9184. { "Gris", "civ", {
  9185. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9186. }, "" },
  9187. { "Sable", "civ", {
  9188. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9189. }, "" },
  9190. { "Rouge", "civ", {
  9191. "#(argb,8,8,3)color(1,0,0,1)"
  9192. }, "" },
  9193. { "Jaune", "civ", {
  9194. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9195. }, "" },
  9196. { "Bleu", "civ", {
  9197. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9198. }, "" },
  9199. { "Bleu Nuit", "civ", {
  9200. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9201. }, "" },
  9202. { "Mauve", "civ", {
  9203. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9204. }, "" },
  9205. { "Orange", "civ", {
  9206. "#(argb,8,8,3)color(1,0.251,0,1)"
  9207. }, "" },
  9208. { "Vert", "civ", {
  9209. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9210. }, "" },
  9211. { "Rose", "civ", {
  9212. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9213. }, "" },
  9214. { "Violet", "civ", {
  9215. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9216. }, "" }
  9217. };
  9218. };
  9219. class ch911_04 {
  9220. vItemSpace = 25;
  9221. conditions = "";
  9222. price = 452000;
  9223. textures[] = {
  9224. { "Noir", "civ", {
  9225. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9226. }, "" },
  9227. { "Blanc", "civ", {
  9228. "#(argb,8,8,3)color(1,1,1,1)"
  9229. }, "" },
  9230. { "Gris", "civ", {
  9231. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9232. }, "" },
  9233. { "Sable", "civ", {
  9234. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9235. }, "" },
  9236. { "Rouge", "civ", {
  9237. "#(argb,8,8,3)color(1,0,0,1)"
  9238. }, "" },
  9239. { "Jaune", "civ", {
  9240. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9241. }, "" },
  9242. { "Bleu", "civ", {
  9243. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9244. }, "" },
  9245. { "Bleu Nuit", "civ", {
  9246. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9247. }, "" },
  9248. { "Mauve", "civ", {
  9249. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9250. }, "" },
  9251. { "Orange", "civ", {
  9252. "#(argb,8,8,3)color(1,0.251,0,1)"
  9253. }, "" },
  9254. { "Vert", "civ", {
  9255. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9256. }, "" },
  9257. { "Rose", "civ", {
  9258. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9259. }, "" },
  9260. { "Violet", "civ", {
  9261. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9262. }, "" }
  9263. };
  9264. };
  9265. class AVENTADOR_CARBONE {
  9266. vItemSpace = 25;
  9267. conditions = "";
  9268. price = 950120;
  9269. textures[] = {
  9270. { "Noir", "civ", {
  9271. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9272. }, "" },
  9273. { "Blanc", "civ", {
  9274. "#(argb,8,8,3)color(1,1,1,1)"
  9275. }, "" },
  9276. { "Gris", "civ", {
  9277. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9278. }, "" },
  9279. { "Sable", "civ", {
  9280. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9281. }, "" },
  9282. { "Rouge", "civ", {
  9283. "#(argb,8,8,3)color(1,0,0,1)"
  9284. }, "" },
  9285. { "Jaune", "civ", {
  9286. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9287. }, "" },
  9288. { "Bleu", "civ", {
  9289. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9290. }, "" },
  9291. { "Bleu Nuit", "civ", {
  9292. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9293. }, "" },
  9294. { "Mauve", "civ", {
  9295. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9296. }, "" },
  9297. { "Orange", "civ", {
  9298. "#(argb,8,8,3)color(1,0.251,0,1)"
  9299. }, "" },
  9300. { "Vert", "civ", {
  9301. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9302. }, "" },
  9303. { "Rose", "civ", {
  9304. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9305. }, "" },
  9306. { "Violet", "civ", {
  9307. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9308. }, "" }
  9309. };
  9310. };
  9311. class chH1 {
  9312. vItemSpace = 35;
  9313. conditions = "";
  9314. price = 352000;
  9315. textures[] = {
  9316. { "Noir", "civ", {
  9317. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9318. }, "" },
  9319. { "Blanc", "civ", {
  9320. "#(argb,8,8,3)color(1,1,1,1)"
  9321. }, "" },
  9322. { "Gris", "civ", {
  9323. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9324. }, "" },
  9325. { "Sable", "civ", {
  9326. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9327. }, "" },
  9328. { "Rouge", "civ", {
  9329. "#(argb,8,8,3)color(1,0,0,1)"
  9330. }, "" },
  9331. { "Jaune", "civ", {
  9332. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9333. }, "" },
  9334. { "Bleu", "civ", {
  9335. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9336. }, "" },
  9337. { "Bleu Nuit", "civ", {
  9338. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9339. }, "" },
  9340. { "Mauve", "civ", {
  9341. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9342. }, "" },
  9343. { "Orange", "civ", {
  9344. "#(argb,8,8,3)color(1,0.251,0,1)"
  9345. }, "" },
  9346. { "Vert", "civ", {
  9347. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9348. }, "" },
  9349. { "Rose", "civ", {
  9350. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9351. }, "" },
  9352. { "Violet", "civ", {
  9353. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9354. }, "" }
  9355. };
  9356. };
  9357. class chH1_ST {
  9358. vItemSpace = 35;
  9359. conditions = "";
  9360. price = 352000;
  9361. textures[] = {
  9362. { "Noir", "civ", {
  9363. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9364. }, "" },
  9365. { "Blanc", "civ", {
  9366. "#(argb,8,8,3)color(1,1,1,1)"
  9367. }, "" },
  9368. { "Gris", "civ", {
  9369. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9370. }, "" },
  9371. { "Sable", "civ", {
  9372. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9373. }, "" },
  9374. { "Rouge", "civ", {
  9375. "#(argb,8,8,3)color(1,0,0,1)"
  9376. }, "" },
  9377. { "Jaune", "civ", {
  9378. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9379. }, "" },
  9380. { "Bleu", "civ", {
  9381. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9382. }, "" },
  9383. { "Bleu Nuit", "civ", {
  9384. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9385. }, "" },
  9386. { "Mauve", "civ", {
  9387. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9388. }, "" },
  9389. { "Orange", "civ", {
  9390. "#(argb,8,8,3)color(1,0.251,0,1)"
  9391. }, "" },
  9392. { "Vert", "civ", {
  9393. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9394. }, "" },
  9395. { "Rose", "civ", {
  9396. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9397. }, "" },
  9398. { "Violet", "civ", {
  9399. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9400. }, "" }
  9401. };
  9402. };
  9403. class chH2 {
  9404. vItemSpace = 35;
  9405. conditions = "";
  9406. price = 452000;
  9407. textures[] = {
  9408. { "Noir", "civ", {
  9409. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9410. }, "" },
  9411. { "Blanc", "civ", {
  9412. "#(argb,8,8,3)color(1,1,1,1)"
  9413. }, "" },
  9414. { "Gris", "civ", {
  9415. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9416. }, "" },
  9417. { "Sable", "civ", {
  9418. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9419. }, "" },
  9420. { "Rouge", "civ", {
  9421. "#(argb,8,8,3)color(1,0,0,1)"
  9422. }, "" },
  9423. { "Jaune", "civ", {
  9424. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9425. }, "" },
  9426. { "Bleu", "civ", {
  9427. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9428. }, "" },
  9429. { "Bleu Nuit", "civ", {
  9430. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9431. }, "" },
  9432. { "Mauve", "civ", {
  9433. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9434. }, "" },
  9435. { "Orange", "civ", {
  9436. "#(argb,8,8,3)color(1,0.251,0,1)"
  9437. }, "" },
  9438. { "Vert", "civ", {
  9439. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9440. }, "" },
  9441. { "Rose", "civ", {
  9442. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9443. }, "" },
  9444. { "Violet", "civ", {
  9445. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9446. }, "" }
  9447. };
  9448. };
  9449. class chH3 {
  9450. vItemSpace = 35;
  9451. conditions = "";
  9452. price = 452000;
  9453. textures[] = {
  9454. { "Noir", "civ", {
  9455. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9456. }, "" },
  9457. { "Blanc", "civ", {
  9458. "#(argb,8,8,3)color(1,1,1,1)"
  9459. }, "" },
  9460. { "Gris", "civ", {
  9461. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9462. }, "" },
  9463. { "Sable", "civ", {
  9464. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9465. }, "" },
  9466. { "Rouge", "civ", {
  9467. "#(argb,8,8,3)color(1,0,0,1)"
  9468. }, "" },
  9469. { "Jaune", "civ", {
  9470. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9471. }, "" },
  9472. { "Bleu", "civ", {
  9473. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9474. }, "" },
  9475. { "Bleu Nuit", "civ", {
  9476. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9477. }, "" },
  9478. { "Mauve", "civ", {
  9479. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9480. }, "" },
  9481. { "Orange", "civ", {
  9482. "#(argb,8,8,3)color(1,0.251,0,1)"
  9483. }, "" },
  9484. { "Vert", "civ", {
  9485. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9486. }, "" },
  9487. { "Rose", "civ", {
  9488. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9489. }, "" },
  9490. { "Violet", "civ", {
  9491. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9492. }, "" }
  9493. };
  9494. };
  9495. class AlessioAventadorG {
  9496. vItemSpace = 25;
  9497. conditions = "";
  9498. price = 950120;
  9499. textures[] = {
  9500. { "Noir", "civ", {
  9501. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9502. }, "" },
  9503. { "Blanc", "civ", {
  9504. "#(argb,8,8,3)color(1,1,1,1)"
  9505. }, "" },
  9506. { "Gris", "civ", {
  9507. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9508. }, "" },
  9509. { "Sable", "civ", {
  9510. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9511. }, "" },
  9512. { "Rouge", "civ", {
  9513. "#(argb,8,8,3)color(1,0,0,1)"
  9514. }, "" },
  9515. { "Jaune", "civ", {
  9516. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9517. }, "" },
  9518. { "Bleu", "civ", {
  9519. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9520. }, "" },
  9521. { "Bleu Nuit", "civ", {
  9522. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9523. }, "" },
  9524. { "Mauve", "civ", {
  9525. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9526. }, "" },
  9527. { "Orange", "civ", {
  9528. "#(argb,8,8,3)color(1,0.251,0,1)"
  9529. }, "" },
  9530. { "Vert", "civ", {
  9531. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9532. }, "" },
  9533. { "Rose", "civ", {
  9534. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9535. }, "" },
  9536. { "Violet", "civ", {
  9537. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9538. }, "" }
  9539. };
  9540. };
  9541.  
  9542. class AlessioAventadorM {
  9543. vItemSpace = 25;
  9544. conditions = "";
  9545. price = 450120;
  9546. textures[] = {
  9547. { "Noir", "civ", {
  9548. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9549. }, "" },
  9550. { "Blanc", "civ", {
  9551. "#(argb,8,8,3)color(1,1,1,1)"
  9552. }, "" },
  9553. { "Gris", "civ", {
  9554. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9555. }, "" },
  9556. { "Sable", "civ", {
  9557. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9558. }, "" },
  9559. { "Rouge", "civ", {
  9560. "#(argb,8,8,3)color(1,0,0,1)"
  9561. }, "" },
  9562. { "Jaune", "civ", {
  9563. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9564. }, "" },
  9565. { "Bleu", "civ", {
  9566. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9567. }, "" },
  9568. { "Bleu Nuit", "civ", {
  9569. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9570. }, "" },
  9571. { "Mauve", "civ", {
  9572. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9573. }, "" },
  9574. { "Orange", "civ", {
  9575. "#(argb,8,8,3)color(1,0.251,0,1)"
  9576. }, "" },
  9577. { "Vert", "civ", {
  9578. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9579. }, "" },
  9580. { "Rose", "civ", {
  9581. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9582. }, "" },
  9583. { "Violet", "civ", {
  9584. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9585. }, "" }
  9586. };
  9587. };
  9588.  
  9589. class MP4lu_civ {
  9590. vItemSpace = 25;
  9591. conditions = "";
  9592. price = 450120;
  9593. textures[] = {
  9594. { "Noir", "civ", {
  9595. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9596. }, "" },
  9597. { "Blanc", "civ", {
  9598. "#(argb,8,8,3)color(1,1,1,1)"
  9599. }, "" },
  9600. { "Gris", "civ", {
  9601. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9602. }, "" },
  9603. { "Sable", "civ", {
  9604. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9605. }, "" },
  9606. { "Rouge", "civ", {
  9607. "#(argb,8,8,3)color(1,0,0,1)"
  9608. }, "" },
  9609. { "Jaune", "civ", {
  9610. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9611. }, "" },
  9612. { "Bleu", "civ", {
  9613. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9614. }, "" },
  9615. { "Bleu Nuit", "civ", {
  9616. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9617. }, "" },
  9618. { "Mauve", "civ", {
  9619. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9620. }, "" },
  9621. { "Orange", "civ", {
  9622. "#(argb,8,8,3)color(1,0.251,0,1)"
  9623. }, "" },
  9624. { "Vert", "civ", {
  9625. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9626. }, "" },
  9627. { "Rose", "civ", {
  9628. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9629. }, "" },
  9630. { "Violet", "civ", {
  9631. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9632. }, "" }
  9633. };
  9634. };
  9635.  
  9636. class AlessioC63G {
  9637. vItemSpace = 25;
  9638. conditions = "";
  9639. price = 450120;
  9640. textures[] = {
  9641. { "Noir", "civ", {
  9642. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9643. }, "" },
  9644. { "Blanc", "civ", {
  9645. "#(argb,8,8,3)color(1,1,1,1)"
  9646. }, "" },
  9647. { "Gris", "civ", {
  9648. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9649. }, "" },
  9650. { "Sable", "civ", {
  9651. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9652. }, "" },
  9653. { "Rouge", "civ", {
  9654. "#(argb,8,8,3)color(1,0,0,1)"
  9655. }, "" },
  9656. { "Jaune", "civ", {
  9657. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9658. }, "" },
  9659. { "Bleu", "civ", {
  9660. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9661. }, "" },
  9662. { "Bleu Nuit", "civ", {
  9663. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9664. }, "" },
  9665. { "Mauve", "civ", {
  9666. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9667. }, "" },
  9668. { "Orange", "civ", {
  9669. "#(argb,8,8,3)color(1,0.251,0,1)"
  9670. }, "" },
  9671. { "Vert", "civ", {
  9672. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9673. }, "" },
  9674. { "Rose", "civ", {
  9675. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9676. }, "" },
  9677. { "Violet", "civ", {
  9678. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9679. }, "" }
  9680. };
  9681. };
  9682.  
  9683. class AlessioGTBMat {
  9684. vItemSpace = 25;
  9685. conditions = "";
  9686. price = 450120;
  9687. textures[] = {
  9688. { "Noir", "civ", {
  9689. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9690. }, "" },
  9691. { "Blanc", "civ", {
  9692. "#(argb,8,8,3)color(1,1,1,1)"
  9693. }, "" },
  9694. { "Gris", "civ", {
  9695. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9696. }, "" },
  9697. { "Sable", "civ", {
  9698. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9699. }, "" },
  9700. { "Rouge", "civ", {
  9701. "#(argb,8,8,3)color(1,0,0,1)"
  9702. }, "" },
  9703. { "Jaune", "civ", {
  9704. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9705. }, "" },
  9706. { "Bleu", "civ", {
  9707. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9708. }, "" },
  9709. { "Bleu Nuit", "civ", {
  9710. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9711. }, "" },
  9712. { "Mauve", "civ", {
  9713. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9714. }, "" },
  9715. { "Orange", "civ", {
  9716. "#(argb,8,8,3)color(1,0.251,0,1)"
  9717. }, "" },
  9718. { "Vert", "civ", {
  9719. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9720. }, "" },
  9721. { "Rose", "civ", {
  9722. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9723. }, "" },
  9724. { "Violet", "civ", {
  9725. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9726. }, "" }
  9727. };
  9728. };
  9729.  
  9730. class AlessioMustangGold {
  9731. vItemSpace = 25;
  9732. conditions = "";
  9733. price = 350120;
  9734. textures[] = {};
  9735. };
  9736. class AlessioMustangChrome {
  9737. vItemSpace = 25;
  9738. conditions = "";
  9739. price = 350120;
  9740. textures[] = {};
  9741. };
  9742.  
  9743. class AlessioMustangMat {
  9744. vItemSpace = 25;
  9745. conditions = "";
  9746. price = 450120;
  9747. textures[] = {
  9748. { "Noir", "civ", {
  9749. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9750. }, "" },
  9751. { "Blanc", "civ", {
  9752. "#(argb,8,8,3)color(1,1,1,1)"
  9753. }, "" },
  9754. { "Gris", "civ", {
  9755. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9756. }, "" },
  9757. { "Sable", "civ", {
  9758. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9759. }, "" },
  9760. { "Rouge", "civ", {
  9761. "#(argb,8,8,3)color(1,0,0,1)"
  9762. }, "" },
  9763. { "Jaune", "civ", {
  9764. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9765. }, "" },
  9766. { "Bleu", "civ", {
  9767. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9768. }, "" },
  9769. { "Bleu Nuit", "civ", {
  9770. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9771. }, "" },
  9772. { "Mauve", "civ", {
  9773. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9774. }, "" },
  9775. { "Orange", "civ", {
  9776. "#(argb,8,8,3)color(1,0.251,0,1)"
  9777. }, "" },
  9778. { "Vert", "civ", {
  9779. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9780. }, "" },
  9781. { "Rose", "civ", {
  9782. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9783. }, "" },
  9784. { "Violet", "civ", {
  9785. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9786. }, "" }
  9787. };
  9788. };
  9789. class chCrossfire {
  9790. vItemSpace = 25;
  9791. conditions = "";
  9792. price = 450120;
  9793. textures[] = {
  9794. { "Noir", "civ", {
  9795. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9796. }, "" },
  9797. { "Blanc", "civ", {
  9798. "#(argb,8,8,3)color(1,1,1,1)"
  9799. }, "" },
  9800. { "Gris", "civ", {
  9801. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9802. }, "" },
  9803. { "Sable", "civ", {
  9804. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9805. }, "" },
  9806. { "Rouge", "civ", {
  9807. "#(argb,8,8,3)color(1,0,0,1)"
  9808. }, "" },
  9809. { "Jaune", "civ", {
  9810. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9811. }, "" },
  9812. { "Bleu", "civ", {
  9813. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9814. }, "" },
  9815. { "Bleu Nuit", "civ", {
  9816. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9817. }, "" },
  9818. { "Mauve", "civ", {
  9819. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9820. }, "" },
  9821. { "Orange", "civ", {
  9822. "#(argb,8,8,3)color(1,0.251,0,1)"
  9823. }, "" },
  9824. { "Vert", "civ", {
  9825. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9826. }, "" },
  9827. { "Rose", "civ", {
  9828. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9829. }, "" },
  9830. { "Violet", "civ", {
  9831. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9832. }, "" }
  9833. };
  9834. };
  9835. class ch300C {
  9836. vItemSpace = 25;
  9837. conditions = "";
  9838. price = 450120;
  9839. textures[] = {
  9840. { "Noir", "civ", {
  9841. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9842. }, "" },
  9843. { "Blanc", "civ", {
  9844. "#(argb,8,8,3)color(1,1,1,1)"
  9845. }, "" },
  9846. { "Gris", "civ", {
  9847. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9848. }, "" },
  9849. { "Sable", "civ", {
  9850. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9851. }, "" },
  9852. { "Rouge", "civ", {
  9853. "#(argb,8,8,3)color(1,0,0,1)"
  9854. }, "" },
  9855. { "Jaune", "civ", {
  9856. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9857. }, "" },
  9858. { "Bleu", "civ", {
  9859. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9860. }, "" },
  9861. { "Bleu Nuit", "civ", {
  9862. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9863. }, "" },
  9864. { "Mauve", "civ", {
  9865. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9866. }, "" },
  9867. { "Orange", "civ", {
  9868. "#(argb,8,8,3)color(1,0.251,0,1)"
  9869. }, "" },
  9870. { "Vert", "civ", {
  9871. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9872. }, "" },
  9873. { "Rose", "civ", {
  9874. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9875. }, "" },
  9876. { "Violet", "civ", {
  9877. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9878. }, "" }
  9879. };
  9880. };
  9881. class CHRlu_civ {
  9882. vItemSpace = 25;
  9883. conditions = "";
  9884. price = 450120;
  9885. textures[] = {
  9886. { "Noir", "civ", {
  9887. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9888. }, "" },
  9889. { "Blanc", "civ", {
  9890. "#(argb,8,8,3)color(1,1,1,1)"
  9891. }, "" },
  9892. { "Gris", "civ", {
  9893. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9894. }, "" },
  9895. { "Sable", "civ", {
  9896. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9897. }, "" },
  9898. { "Rouge", "civ", {
  9899. "#(argb,8,8,3)color(1,0,0,1)"
  9900. }, "" },
  9901. { "Jaune", "civ", {
  9902. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9903. }, "" },
  9904. { "Bleu", "civ", {
  9905. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9906. }, "" },
  9907. { "Bleu Nuit", "civ", {
  9908. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9909. }, "" },
  9910. { "Mauve", "civ", {
  9911. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9912. }, "" },
  9913. { "Orange", "civ", {
  9914. "#(argb,8,8,3)color(1,0.251,0,1)"
  9915. }, "" },
  9916. { "Vert", "civ", {
  9917. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9918. }, "" },
  9919. { "Rose", "civ", {
  9920. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9921. }, "" },
  9922. { "Violet", "civ", {
  9923. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9924. }, "" }
  9925. };
  9926. };
  9927.  
  9928. class Alessio458_Gold {
  9929. vItemSpace = 25;
  9930. conditions = "";
  9931. price = 450120;
  9932. textures[] = {};
  9933. };
  9934.  
  9935. class Alessio458Mat {
  9936. vItemSpace = 25;
  9937. conditions = "";
  9938. price = 450120;
  9939. textures[] = {
  9940. { "Noir", "civ", {
  9941. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9942. }, "" },
  9943. { "Blanc", "civ", {
  9944. "#(argb,8,8,3)color(1,1,1,1)"
  9945. }, "" },
  9946. { "Gris", "civ", {
  9947. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9948. }, "" },
  9949. { "Sable", "civ", {
  9950. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9951. }, "" },
  9952. { "Rouge", "civ", {
  9953. "#(argb,8,8,3)color(1,0,0,1)"
  9954. }, "" },
  9955. { "Jaune", "civ", {
  9956. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  9957. }, "" },
  9958. { "Bleu", "civ", {
  9959. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  9960. }, "" },
  9961. { "Bleu Nuit", "civ", {
  9962. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  9963. }, "" },
  9964. { "Mauve", "civ", {
  9965. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  9966. }, "" },
  9967. { "Orange", "civ", {
  9968. "#(argb,8,8,3)color(1,0.251,0,1)"
  9969. }, "" },
  9970. { "Vert", "civ", {
  9971. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  9972. }, "" },
  9973. { "Rose", "civ", {
  9974. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  9975. }, "" },
  9976. { "Violet", "civ", {
  9977. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  9978. }, "" }
  9979. };
  9980. };
  9981.  
  9982. class F488lu_civ {
  9983. vItemSpace = 25;
  9984. conditions = "";
  9985. price = 450120;
  9986. textures[] = {
  9987. { "Noir", "civ", {
  9988. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  9989. }, "" },
  9990. { "Blanc", "civ", {
  9991. "#(argb,8,8,3)color(1,1,1,1)"
  9992. }, "" },
  9993. { "Gris", "civ", {
  9994. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  9995. }, "" },
  9996. { "Sable", "civ", {
  9997. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  9998. }, "" },
  9999. { "Rouge", "civ", {
  10000. "#(argb,8,8,3)color(1,0,0,1)"
  10001. }, "" },
  10002. { "Jaune", "civ", {
  10003. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10004. }, "" },
  10005. { "Bleu", "civ", {
  10006. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10007. }, "" },
  10008. { "Bleu Nuit", "civ", {
  10009. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10010. }, "" },
  10011. { "Mauve", "civ", {
  10012. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10013. }, "" },
  10014. { "Orange", "civ", {
  10015. "#(argb,8,8,3)color(1,0.251,0,1)"
  10016. }, "" },
  10017. { "Vert", "civ", {
  10018. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10019. }, "" },
  10020. { "Rose", "civ", {
  10021. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10022. }, "" },
  10023. { "Violet", "civ", {
  10024. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10025. }, "" }
  10026. };
  10027. };
  10028.  
  10029. class AlessioGTB_Gold {
  10030. vItemSpace = 25;
  10031. conditions = "";
  10032. price = 450120;
  10033. textures[] = {};
  10034. };
  10035.  
  10036. class F12lu_civ_GMK {
  10037. vItemSpace = 25;
  10038. conditions = "";
  10039. price = 450120;
  10040. textures[] = {};
  10041. };
  10042.  
  10043. class FFlu_civ {
  10044. vItemSpace = 25;
  10045. conditions = "";
  10046. price = 450120;
  10047. textures[] = {
  10048. { "Noir", "civ", {
  10049. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10050. }, "" },
  10051. { "Blanc", "civ", {
  10052. "#(argb,8,8,3)color(1,1,1,1)"
  10053. }, "" },
  10054. { "Gris", "civ", {
  10055. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10056. }, "" },
  10057. { "Sable", "civ", {
  10058. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10059. }, "" },
  10060. { "Rouge", "civ", {
  10061. "#(argb,8,8,3)color(1,0,0,1)"
  10062. }, "" },
  10063. { "Jaune", "civ", {
  10064. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10065. }, "" },
  10066. { "Bleu", "civ", {
  10067. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10068. }, "" },
  10069. { "Bleu Nuit", "civ", {
  10070. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10071. }, "" },
  10072. { "Mauve", "civ", {
  10073. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10074. }, "" },
  10075. { "Orange", "civ", {
  10076. "#(argb,8,8,3)color(1,0.251,0,1)"
  10077. }, "" },
  10078. { "Vert", "civ", {
  10079. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10080. }, "" },
  10081. { "Rose", "civ", {
  10082. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10083. }, "" },
  10084. { "Violet", "civ", {
  10085. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10086. }, "" }
  10087. };
  10088. };
  10089.  
  10090. class Alessio458 {
  10091. vItemSpace = 25;
  10092. conditions = "";
  10093. price = 450120;
  10094. textures[] = {
  10095. { "Noir", "civ", {
  10096. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10097. }, "" },
  10098. { "Blanc", "civ", {
  10099. "#(argb,8,8,3)color(1,1,1,1)"
  10100. }, "" },
  10101. { "Gris", "civ", {
  10102. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10103. }, "" },
  10104. { "Sable", "civ", {
  10105. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10106. }, "" },
  10107. { "Rouge", "civ", {
  10108. "#(argb,8,8,3)color(1,0,0,1)"
  10109. }, "" },
  10110. { "Jaune", "civ", {
  10111. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10112. }, "" },
  10113. { "Bleu", "civ", {
  10114. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10115. }, "" },
  10116. { "Bleu Nuit", "civ", {
  10117. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10118. }, "" },
  10119. { "Mauve", "civ", {
  10120. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10121. }, "" },
  10122. { "Orange", "civ", {
  10123. "#(argb,8,8,3)color(1,0.251,0,1)"
  10124. }, "" },
  10125. { "Vert", "civ", {
  10126. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10127. }, "" },
  10128. { "Rose", "civ", {
  10129. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10130. }, "" },
  10131. { "Violet", "civ", {
  10132. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10133. }, "" }
  10134. };
  10135. };
  10136.  
  10137. class Alessio458GMK {
  10138. vItemSpace = 50;
  10139. conditions = "";
  10140. price = 1671500;
  10141. textures[] = {};
  10142. };
  10143.  
  10144. class AlessioGTB {
  10145. vItemSpace = 25;
  10146. conditions = "";
  10147. price = 450120;
  10148. textures[] = {
  10149. { "Noir", "civ", {
  10150. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10151. }, "" },
  10152. { "Blanc", "civ", {
  10153. "#(argb,8,8,3)color(1,1,1,1)"
  10154. }, "" },
  10155. { "Gris", "civ", {
  10156. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10157. }, "" },
  10158. { "Sable", "civ", {
  10159. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10160. }, "" },
  10161. { "Rouge", "civ", {
  10162. "#(argb,8,8,3)color(1,0,0,1)"
  10163. }, "" },
  10164. { "Jaune", "civ", {
  10165. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10166. }, "" },
  10167. { "Bleu", "civ", {
  10168. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10169. }, "" },
  10170. { "Bleu Nuit", "civ", {
  10171. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10172. }, "" },
  10173. { "Mauve", "civ", {
  10174. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10175. }, "" },
  10176. { "Orange", "civ", {
  10177. "#(argb,8,8,3)color(1,0.251,0,1)"
  10178. }, "" },
  10179. { "Vert", "civ", {
  10180. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10181. }, "" },
  10182. { "Rose", "civ", {
  10183. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10184. }, "" },
  10185. { "Violet", "civ", {
  10186. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10187. }, "" }
  10188. };
  10189. };
  10190.  
  10191. class AlessioMustang {
  10192. vItemSpace = 25;
  10193. conditions = "";
  10194. price = 450120;
  10195. textures[] = {
  10196. { "Noir", "civ", {
  10197. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10198. }, "" },
  10199. { "Blanc", "civ", {
  10200. "#(argb,8,8,3)color(1,1,1,1)"
  10201. }, "" },
  10202. { "Gris", "civ", {
  10203. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10204. }, "" },
  10205. { "Sable", "civ", {
  10206. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10207. }, "" },
  10208. { "Rouge", "civ", {
  10209. "#(argb,8,8,3)color(1,0,0,1)"
  10210. }, "" },
  10211. { "Jaune", "civ", {
  10212. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10213. }, "" },
  10214. { "Bleu", "civ", {
  10215. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10216. }, "" },
  10217. { "Bleu Nuit", "civ", {
  10218. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10219. }, "" },
  10220. { "Mauve", "civ", {
  10221. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10222. }, "" },
  10223. { "Orange", "civ", {
  10224. "#(argb,8,8,3)color(1,0.251,0,1)"
  10225. }, "" },
  10226. { "Vert", "civ", {
  10227. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10228. }, "" },
  10229. { "Rose", "civ", {
  10230. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10231. }, "" },
  10232. { "Violet", "civ", {
  10233. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10234. }, "" }
  10235. };
  10236. };
  10237.  
  10238. class Mustanglu_civ {
  10239. vItemSpace = 20;
  10240. conditions = "";
  10241. price = 368500;
  10242. textures[] = {
  10243. { "Noir", "civ", {
  10244. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10245. }, "" },
  10246. { "Blanc", "civ", {
  10247. "#(argb,8,8,3)color(1,1,1,1)"
  10248. }, "" },
  10249. { "Gris", "civ", {
  10250. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10251. }, "" },
  10252. { "Sable", "civ", {
  10253. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10254. }, "" },
  10255. { "Rouge", "civ", {
  10256. "#(argb,8,8,3)color(1,0,0,1)"
  10257. }, "" },
  10258. { "Jaune", "civ", {
  10259. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10260. }, "" },
  10261. { "Bleu", "civ", {
  10262. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10263. }, "" },
  10264. { "Bleu Nuit", "civ", {
  10265. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10266. }, "" },
  10267. { "Mauve", "civ", {
  10268. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10269. }, "" },
  10270. { "Orange", "civ", {
  10271. "#(argb,8,8,3)color(1,0.251,0,1)"
  10272. }, "" },
  10273. { "Vert", "civ", {
  10274. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10275. }, "" },
  10276. { "Rose", "civ", {
  10277. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10278. }, "" },
  10279. { "Violet", "civ", {
  10280. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10281. }, "" }
  10282. };
  10283. };
  10284.  
  10285. class GT500lu_civ {
  10286. vItemSpace = 25;
  10287. conditions = "";
  10288. price = 450120;
  10289. textures[] = {
  10290. { "Noir", "civ", {
  10291. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10292. }, "" },
  10293. { "Blanc", "civ", {
  10294. "#(argb,8,8,3)color(1,1,1,1)"
  10295. }, "" },
  10296. { "Gris", "civ", {
  10297. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10298. }, "" },
  10299. { "Sable", "civ", {
  10300. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10301. }, "" },
  10302. { "Rouge", "civ", {
  10303. "#(argb,8,8,3)color(1,0,0,1)"
  10304. }, "" },
  10305. { "Jaune", "civ", {
  10306. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10307. }, "" },
  10308. { "Bleu", "civ", {
  10309. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10310. }, "" },
  10311. { "Bleu Nuit", "civ", {
  10312. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10313. }, "" },
  10314. { "Mauve", "civ", {
  10315. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10316. }, "" },
  10317. { "Orange", "civ", {
  10318. "#(argb,8,8,3)color(1,0.251,0,1)"
  10319. }, "" },
  10320. { "Vert", "civ", {
  10321. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10322. }, "" },
  10323. { "Rose", "civ", {
  10324. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10325. }, "" },
  10326. { "Violet", "civ", {
  10327. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10328. }, "" }
  10329. };
  10330. };
  10331.  
  10332. class Gallardolu_civ {
  10333. vItemSpace = 50;
  10334. conditions = "";
  10335. price = 1563123;
  10336. textures[] = {
  10337. { "Noir", "civ", {
  10338. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10339. }, "" },
  10340. { "Blanc", "civ", {
  10341. "#(argb,8,8,3)color(1,1,1,1)"
  10342. }, "" },
  10343. { "Gris", "civ", {
  10344. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10345. }, "" },
  10346. { "Sable", "civ", {
  10347. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10348. }, "" },
  10349. { "Rouge", "civ", {
  10350. "#(argb,8,8,3)color(1,0,0,1)"
  10351. }, "" },
  10352. { "Jaune", "civ", {
  10353. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10354. }, "" },
  10355. { "Bleu", "civ", {
  10356. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10357. }, "" },
  10358. { "Bleu Nuit", "civ", {
  10359. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10360. }, "" },
  10361. { "Mauve", "civ", {
  10362. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10363. }, "" },
  10364. { "Orange", "civ", {
  10365. "#(argb,8,8,3)color(1,0.251,0,1)"
  10366. }, "" },
  10367. { "Vert", "civ", {
  10368. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10369. }, "" },
  10370. { "Rose", "civ", {
  10371. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10372. }, "" },
  10373. { "Violet", "civ", {
  10374. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10375. }, "" }
  10376. };
  10377. };
  10378.  
  10379. class AlessioAventador {
  10380. vItemSpace = 50;
  10381. conditions = "";
  10382. price = 752100;
  10383. textures[] = {
  10384. { "Noir", "civ", {
  10385. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10386. }, "" },
  10387. { "Blanc", "civ", {
  10388. "#(argb,8,8,3)color(1,1,1,1)"
  10389. }, "" },
  10390. { "Gris", "civ", {
  10391. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10392. }, "" },
  10393. { "Sable", "civ", {
  10394. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10395. }, "" },
  10396. { "Rouge", "civ", {
  10397. "#(argb,8,8,3)color(1,0,0,1)"
  10398. }, "" },
  10399. { "Jaune", "civ", {
  10400. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10401. }, "" },
  10402. { "Bleu", "civ", {
  10403. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10404. }, "" },
  10405. { "Bleu Nuit", "civ", {
  10406. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10407. }, "" },
  10408. { "Mauve", "civ", {
  10409. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10410. }, "" },
  10411. { "Orange", "civ", {
  10412. "#(argb,8,8,3)color(1,0.251,0,1)"
  10413. }, "" },
  10414. { "Vert", "civ", {
  10415. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10416. }, "" },
  10417. { "Rose", "civ", {
  10418. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10419. }, "" },
  10420. { "Violet", "civ", {
  10421. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10422. }, "" }
  10423. };
  10424. };
  10425.  
  10426. class P1lu_civ {
  10427. vItemSpace = 50;
  10428. conditions = "";
  10429. price = 475600;
  10430. textures[] = {
  10431. { "Noir", "civ", {
  10432. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10433. }, "" },
  10434. { "Blanc", "civ", {
  10435. "#(argb,8,8,3)color(1,1,1,1)"
  10436. }, "" },
  10437. { "Gris", "civ", {
  10438. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10439. }, "" },
  10440. { "Sable", "civ", {
  10441. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10442. }, "" },
  10443. { "Rouge", "civ", {
  10444. "#(argb,8,8,3)color(1,0,0,1)"
  10445. }, "" },
  10446. { "Jaune", "civ", {
  10447. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10448. }, "" },
  10449. { "Bleu", "civ", {
  10450. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10451. }, "" },
  10452. { "Bleu Nuit", "civ", {
  10453. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10454. }, "" },
  10455. { "Mauve", "civ", {
  10456. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10457. }, "" },
  10458. { "Orange", "civ", {
  10459. "#(argb,8,8,3)color(1,0.251,0,1)"
  10460. }, "" },
  10461. { "Vert", "civ", {
  10462. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10463. }, "" },
  10464. { "Rose", "civ", {
  10465. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10466. }, "" },
  10467. { "Violet", "civ", {
  10468. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10469. }, "" }
  10470. };
  10471. };
  10472.  
  10473. class R35lu_civ {
  10474. vItemSpace = 50;
  10475. conditions = "";
  10476. price = 89600;
  10477. textures[] = {
  10478. { "Noir", "civ", {
  10479. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10480. }, "" },
  10481. { "Blanc", "civ", {
  10482. "#(argb,8,8,3)color(1,1,1,1)"
  10483. }, "" },
  10484. { "Gris", "civ", {
  10485. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10486. }, "" },
  10487. { "Sable", "civ", {
  10488. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10489. }, "" },
  10490. { "Rouge", "civ", {
  10491. "#(argb,8,8,3)color(1,0,0,1)"
  10492. }, "" },
  10493. { "Jaune", "civ", {
  10494. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10495. }, "" },
  10496. { "Bleu", "civ", {
  10497. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10498. }, "" },
  10499. { "Bleu Nuit", "civ", {
  10500. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10501. }, "" },
  10502. { "Mauve", "civ", {
  10503. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10504. }, "" },
  10505. { "Orange", "civ", {
  10506. "#(argb,8,8,3)color(1,0.251,0,1)"
  10507. }, "" },
  10508. { "Vert", "civ", {
  10509. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10510. }, "" },
  10511. { "Rose", "civ", {
  10512. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10513. }, "" },
  10514. { "Violet", "civ", {
  10515. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10516. }, "" }
  10517. };
  10518. };
  10519.  
  10520. class GT3lu_civ {
  10521. vItemSpace = 25;
  10522. conditions = "";
  10523. price = 265000;
  10524. textures[] = {
  10525. { "Noir", "civ", {
  10526. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10527. }, "" },
  10528. { "Blanc", "civ", {
  10529. "#(argb,8,8,3)color(1,1,1,1)"
  10530. }, "" },
  10531. { "Gris", "civ", {
  10532. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10533. }, "" },
  10534. { "Sable", "civ", {
  10535. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10536. }, "" },
  10537. { "Rouge", "civ", {
  10538. "#(argb,8,8,3)color(1,0,0,1)"
  10539. }, "" },
  10540. { "Jaune", "civ", {
  10541. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10542. }, "" },
  10543. { "Bleu", "civ", {
  10544. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10545. }, "" },
  10546. { "Bleu Nuit", "civ", {
  10547. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10548. }, "" },
  10549. { "Mauve", "civ", {
  10550. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10551. }, "" },
  10552. { "Orange", "civ", {
  10553. "#(argb,8,8,3)color(1,0.251,0,1)"
  10554. }, "" },
  10555. { "Vert", "civ", {
  10556. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10557. }, "" },
  10558. { "Rose", "civ", {
  10559. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10560. }, "" },
  10561. { "Violet", "civ", {
  10562. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10563. }, "" }
  10564. };
  10565. };
  10566.  
  10567. class Macanlu_civ {
  10568. vItemSpace = 25;
  10569. conditions = "";
  10570. price = 150120;
  10571. textures[] = {
  10572. { "Noir", "civ", {
  10573. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10574. }, "" },
  10575. { "Blanc", "civ", {
  10576. "#(argb,8,8,3)color(1,1,1,1)"
  10577. }, "" },
  10578. { "Gris", "civ", {
  10579. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10580. }, "" },
  10581. { "Sable", "civ", {
  10582. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10583. }, "" },
  10584. { "Rouge", "civ", {
  10585. "#(argb,8,8,3)color(1,0,0,1)"
  10586. }, "" },
  10587. { "Jaune", "civ", {
  10588. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10589. }, "" },
  10590. { "Bleu", "civ", {
  10591. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10592. }, "" },
  10593. { "Bleu Nuit", "civ", {
  10594. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10595. }, "" },
  10596. { "Mauve", "civ", {
  10597. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10598. }, "" },
  10599. { "Orange", "civ", {
  10600. "#(argb,8,8,3)color(1,0.251,0,1)"
  10601. }, "" },
  10602. { "Vert", "civ", {
  10603. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10604. }, "" },
  10605. { "Rose", "civ", {
  10606. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10607. }, "" },
  10608. { "Violet", "civ", {
  10609. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10610. }, "" }
  10611. };
  10612. };
  10613.  
  10614. class Panameralu {
  10615. vItemSpace = 25;
  10616. conditions = "";
  10617. price = 450120;
  10618. textures[] = {
  10619. { "Noir", "civ", {
  10620. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10621. }, "" },
  10622. { "Blanc", "civ", {
  10623. "#(argb,8,8,3)color(1,1,1,1)"
  10624. }, "" },
  10625. { "Gris", "civ", {
  10626. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10627. }, "" },
  10628. { "Sable", "civ", {
  10629. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10630. }, "" },
  10631. { "Rouge", "civ", {
  10632. "#(argb,8,8,3)color(1,0,0,1)"
  10633. }, "" },
  10634. { "Jaune", "civ", {
  10635. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10636. }, "" },
  10637. { "Bleu", "civ", {
  10638. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10639. }, "" },
  10640. { "Bleu Nuit", "civ", {
  10641. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10642. }, "" },
  10643. { "Mauve", "civ", {
  10644. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10645. }, "" },
  10646. { "Orange", "civ", {
  10647. "#(argb,8,8,3)color(1,0.251,0,1)"
  10648. }, "" },
  10649. { "Vert", "civ", {
  10650. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10651. }, "" },
  10652. { "Rose", "civ", {
  10653. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10654. }, "" },
  10655. { "Violet", "civ", {
  10656. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10657. }, "" }
  10658. };
  10659. };
  10660.  
  10661. class Wraithlu_civ {
  10662. vItemSpace = 30;
  10663. conditions = "";
  10664. price = 450120;
  10665. textures[] = {
  10666. { "Noir", "civ", {
  10667. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10668. }, "" },
  10669. { "Blanc", "civ", {
  10670. "#(argb,8,8,3)color(1,1,1,1)"
  10671. }, "" },
  10672. { "Gris", "civ", {
  10673. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10674. }, "" },
  10675. { "Sable", "civ", {
  10676. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10677. }, "" },
  10678. { "Rouge", "civ", {
  10679. "#(argb,8,8,3)color(1,0,0,1)"
  10680. }, "" },
  10681. { "Jaune", "civ", {
  10682. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10683. }, "" },
  10684. { "Bleu", "civ", {
  10685. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10686. }, "" },
  10687. { "Bleu Nuit", "civ", {
  10688. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10689. }, "" },
  10690. { "Mauve", "civ", {
  10691. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10692. }, "" },
  10693. { "Orange", "civ", {
  10694. "#(argb,8,8,3)color(1,0.251,0,1)"
  10695. }, "" },
  10696. { "Vert", "civ", {
  10697. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10698. }, "" },
  10699. { "Rose", "civ", {
  10700. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10701. }, "" },
  10702. { "Violet", "civ", {
  10703. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10704. }, "" }
  10705. };
  10706. };
  10707.  
  10708. //Concessionnaire Moto
  10709. class 1150RT_ch {
  10710. vItemSpace = 10;
  10711. conditions = "";
  10712. price = 10500;
  10713. textures[] = {
  10714. { "Noir", "civ", {
  10715. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10716. }, "" },
  10717. { "Blanc", "civ", {
  10718. "#(argb,8,8,3)color(1,1,1,1)"
  10719. }, "" },
  10720. { "Gris", "civ", {
  10721. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10722. }, "" },
  10723. { "Sable", "civ", {
  10724. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10725. }, "" },
  10726. { "Rouge", "civ", {
  10727. "#(argb,8,8,3)color(1,0,0,1)"
  10728. }, "" },
  10729. { "Jaune", "civ", {
  10730. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10731. }, "" },
  10732. { "Bleu", "civ", {
  10733. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10734. }, "" },
  10735. { "Bleu Nuit", "civ", {
  10736. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10737. }, "" },
  10738. { "Mauve", "civ", {
  10739. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10740. }, "" },
  10741. { "Orange", "civ", {
  10742. "#(argb,8,8,3)color(1,0.251,0,1)"
  10743. }, "" },
  10744. { "Vert", "civ", {
  10745. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10746. }, "" },
  10747. { "Rose", "civ", {
  10748. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10749. }, "" },
  10750. { "Violet", "civ", {
  10751. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10752. }, "" }
  10753. };
  10754. };
  10755.  
  10756. class 1200RT_ch {
  10757. vItemSpace = 10;
  10758. conditions = "";
  10759. price = 22320;
  10760. textures[] = {
  10761. { "Noir", "civ", {
  10762. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10763. }, "" },
  10764. { "Blanc", "civ", {
  10765. "#(argb,8,8,3)color(1,1,1,1)"
  10766. }, "" },
  10767. { "Gris", "civ", {
  10768. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10769. }, "" },
  10770. { "Sable", "civ", {
  10771. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10772. }, "" },
  10773. { "Rouge", "civ", {
  10774. "#(argb,8,8,3)color(1,0,0,1)"
  10775. }, "" },
  10776. { "Jaune", "civ", {
  10777. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10778. }, "" },
  10779. { "Bleu", "civ", {
  10780. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10781. }, "" },
  10782. { "Bleu Nuit", "civ", {
  10783. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10784. }, "" },
  10785. { "Mauve", "civ", {
  10786. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10787. }, "" },
  10788. { "Orange", "civ", {
  10789. "#(argb,8,8,3)color(1,0.251,0,1)"
  10790. }, "" },
  10791. { "Vert", "civ", {
  10792. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10793. }, "" },
  10794. { "Rose", "civ", {
  10795. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10796. }, "" },
  10797. { "Violet", "civ", {
  10798. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10799. }, "" }
  10800. };
  10801. };
  10802. class S1000RR_2013_ch {
  10803. vItemSpace = 25;
  10804. conditions = "";
  10805. price = 29860;
  10806. textures[] = {};
  10807. };
  10808. class S1000RR_ch {
  10809. vItemSpace = 25;
  10810. conditions = "";
  10811. price = 29860;
  10812. textures[] = {};
  10813. };
  10814.  
  10815. class fatboy_ch {
  10816. vItemSpace = 10;
  10817. conditions = "";
  10818. price =30200;
  10819. textures[] = {
  10820. { "Noir", "civ", {
  10821. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10822. }, "" },
  10823. { "Blanc", "civ", {
  10824. "#(argb,8,8,3)color(1,1,1,1)"
  10825. }, "" },
  10826. { "Gris", "civ", {
  10827. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10828. }, "" },
  10829. { "Sable", "civ", {
  10830. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10831. }, "" },
  10832. { "Rouge", "civ", {
  10833. "#(argb,8,8,3)color(1,0,0,1)"
  10834. }, "" },
  10835. { "Jaune", "civ", {
  10836. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10837. }, "" },
  10838. { "Bleu", "civ", {
  10839. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10840. }, "" },
  10841. { "Bleu Nuit", "civ", {
  10842. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10843. }, "" },
  10844. { "Mauve", "civ", {
  10845. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10846. }, "" },
  10847. { "Orange", "civ", {
  10848. "#(argb,8,8,3)color(1,0.251,0,1)"
  10849. }, "" },
  10850. { "Vert", "civ", {
  10851. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10852. }, "" },
  10853. { "Rose", "civ", {
  10854. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10855. }, "" },
  10856. { "Violet", "civ", {
  10857. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10858. }, "" }
  10859. };
  10860. };
  10861.  
  10862. class 690duke_ch {
  10863. vItemSpace = 10;
  10864. conditions = "";
  10865. price = 48600;
  10866. textures[] = {};
  10867. };
  10868.  
  10869. class FJR1300_ch {
  10870. vItemSpace = 10;
  10871. conditions = "";
  10872. price = 35680;
  10873. textures[] = {
  10874. { "Noir", "civ", {
  10875. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10876. }, "" },
  10877. { "Blanc", "civ", {
  10878. "#(argb,8,8,3)color(1,1,1,1)"
  10879. }, "" },
  10880. { "Gris", "civ", {
  10881. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10882. }, "" },
  10883. { "Sable", "civ", {
  10884. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10885. }, "" },
  10886. { "Rouge", "civ", {
  10887. "#(argb,8,8,3)color(1,0,0,1)"
  10888. }, "" },
  10889. { "Jaune", "civ", {
  10890. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10891. }, "" },
  10892. { "Bleu", "civ", {
  10893. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10894. }, "" },
  10895. { "Bleu Nuit", "civ", {
  10896. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10897. }, "" },
  10898. { "Mauve", "civ", {
  10899. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10900. }, "" },
  10901. { "Orange", "civ", {
  10902. "#(argb,8,8,3)color(1,0.251,0,1)"
  10903. }, "" },
  10904. { "Vert", "civ", {
  10905. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10906. }, "" },
  10907. { "Rose", "civ", {
  10908. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10909. }, "" },
  10910. { "Violet", "civ", {
  10911. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10912. }, "" }
  10913. };
  10914. };
  10915.  
  10916. //Concessionnaire Poids Lourds
  10917. class chbetonniere {
  10918. vItemSpace = 400;
  10919. conditions = "";
  10920. price = 125000;
  10921. textures[] = {
  10922. { "Noir", "civ", {
  10923. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10924. }, "" },
  10925. { "Blanc", "civ", {
  10926. "#(argb,8,8,3)color(1,1,1,1)"
  10927. }, "" },
  10928. { "Gris", "civ", {
  10929. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10930. }, "" },
  10931. { "Sable", "civ", {
  10932. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10933. }, "" },
  10934. { "Rouge", "civ", {
  10935. "#(argb,8,8,3)color(1,0,0,1)"
  10936. }, "" },
  10937. { "Jaune", "civ", {
  10938. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10939. }, "" },
  10940. { "Bleu", "civ", {
  10941. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10942. }, "" },
  10943. { "Bleu Nuit", "civ", {
  10944. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10945. }, "" },
  10946. { "Mauve", "civ", {
  10947. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10948. }, "" },
  10949. { "Orange", "civ", {
  10950. "#(argb,8,8,3)color(1,0.251,0,1)"
  10951. }, "" },
  10952. { "Vert", "civ", {
  10953. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  10954. }, "" },
  10955. { "Rose", "civ", {
  10956. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  10957. }, "" },
  10958. { "Violet", "civ", {
  10959. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  10960. }, "" }
  10961. };
  10962. };
  10963.  
  10964. class Volvo_FHlu_b {
  10965. vItemSpace = 400;
  10966. conditions = "";
  10967. price = 610000;
  10968. textures[] = {
  10969. { "Noir", "civ", {
  10970. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  10971. }, "" },
  10972. { "Blanc", "civ", {
  10973. "#(argb,8,8,3)color(1,1,1,1)"
  10974. }, "" },
  10975. { "Gris", "civ", {
  10976. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  10977. }, "" },
  10978. { "Sable", "civ", {
  10979. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  10980. }, "" },
  10981. { "Rouge", "civ", {
  10982. "#(argb,8,8,3)color(1,0,0,1)"
  10983. }, "" },
  10984. { "Jaune", "civ", {
  10985. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  10986. }, "" },
  10987. { "Bleu", "civ", {
  10988. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  10989. }, "" },
  10990. { "Bleu Nuit", "civ", {
  10991. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  10992. }, "" },
  10993. { "Mauve", "civ", {
  10994. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  10995. }, "" },
  10996. { "Orange", "civ", {
  10997. "#(argb,8,8,3)color(1,0.251,0,1)"
  10998. }, "" },
  10999. { "Vert", "civ", {
  11000. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11001. }, "" },
  11002. { "Rose", "civ", {
  11003. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11004. }, "" },
  11005. { "Violet", "civ", {
  11006. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11007. }, "" }
  11008. };
  11009. };
  11010.  
  11011. class Volvo_FHlu_c {
  11012. vItemSpace = 300;
  11013. conditions = "";
  11014. price = 500000;
  11015. textures[] = {
  11016. { "Noir", "civ", {
  11017. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11018. }, "" },
  11019. { "Blanc", "civ", {
  11020. "#(argb,8,8,3)color(1,1,1,1)"
  11021. }, "" },
  11022. { "Gris", "civ", {
  11023. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11024. }, "" },
  11025. { "Sable", "civ", {
  11026. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11027. }, "" },
  11028. { "Rouge", "civ", {
  11029. "#(argb,8,8,3)color(1,0,0,1)"
  11030. }, "" },
  11031. { "Jaune", "civ", {
  11032. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11033. }, "" },
  11034. { "Bleu", "civ", {
  11035. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11036. }, "" },
  11037. { "Bleu Nuit", "civ", {
  11038. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11039. }, "" },
  11040. { "Mauve", "civ", {
  11041. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11042. }, "" },
  11043. { "Orange", "civ", {
  11044. "#(argb,8,8,3)color(1,0.251,0,1)"
  11045. }, "" },
  11046. { "Vert", "civ", {
  11047. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11048. }, "" },
  11049. { "Rose", "civ", {
  11050. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11051. }, "" },
  11052. { "Violet", "civ", {
  11053. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11054. }, "" }
  11055. };
  11056. };
  11057.  
  11058. class chbenne {
  11059. vItemSpace = 550;
  11060. conditions = "";
  11061. price = 800000;
  11062. textures[] = {
  11063. { "Noir", "civ", {
  11064. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11065. }, "" },
  11066. { "Blanc", "civ", {
  11067. "#(argb,8,8,3)color(1,1,1,1)"
  11068. }, "" },
  11069. { "Gris", "civ", {
  11070. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11071. }, "" },
  11072. { "Sable", "civ", {
  11073. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11074. }, "" },
  11075. { "Rouge", "civ", {
  11076. "#(argb,8,8,3)color(1,0,0,1)"
  11077. }, "" },
  11078. { "Jaune", "civ", {
  11079. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11080. }, "" },
  11081. { "Bleu", "civ", {
  11082. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11083. }, "" },
  11084. { "Bleu Nuit", "civ", {
  11085. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11086. }, "" },
  11087. { "Mauve", "civ", {
  11088. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11089. }, "" },
  11090. { "Orange", "civ", {
  11091. "#(argb,8,8,3)color(1,0.251,0,1)"
  11092. }, "" },
  11093. { "Vert", "civ", {
  11094. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11095. }, "" },
  11096. { "Rose", "civ", {
  11097. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11098. }, "" },
  11099. { "Violet", "civ", {
  11100. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11101. }, "" }
  11102. };
  11103. };
  11104.  
  11105. class midlum {
  11106. vItemSpace = 500;
  11107. conditions = "";
  11108. price = 596520;
  11109. textures[] = {
  11110. { "Noir", "civ", {
  11111. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11112. }, "" },
  11113. { "Blanc", "civ", {
  11114. "#(argb,8,8,3)color(1,1,1,1)"
  11115. }, "" },
  11116. { "Gris", "civ", {
  11117. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11118. }, "" },
  11119. { "Sable", "civ", {
  11120. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11121. }, "" },
  11122. { "Rouge", "civ", {
  11123. "#(argb,8,8,3)color(1,0,0,1)"
  11124. }, "" },
  11125. { "Jaune", "civ", {
  11126. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11127. }, "" },
  11128. { "Bleu", "civ", {
  11129. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11130. }, "" },
  11131. { "Bleu Nuit", "civ", {
  11132. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11133. }, "" },
  11134. { "Mauve", "civ", {
  11135. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11136. }, "" },
  11137. { "Orange", "civ", {
  11138. "#(argb,8,8,3)color(1,0.251,0,1)"
  11139. }, "" },
  11140. { "Vert", "civ", {
  11141. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11142. }, "" },
  11143. { "Rose", "civ", {
  11144. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11145. }, "" },
  11146. { "Violet", "civ", {
  11147. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11148. }, "" }
  11149. };
  11150. };
  11151.  
  11152. // Concessionnaire Rebelle
  11153. //Dodge SRT8_12
  11154. class SRT8_12lu_civ {
  11155. vItemSpace = 50;
  11156. conditions = "";
  11157. price = 250000;
  11158. textures[] = {
  11159. { "Noir", "civ", {
  11160. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11161. }, "" },
  11162. { "Blanc", "civ", {
  11163. "#(argb,8,8,3)color(1,1,1,1)"
  11164. }, "" },
  11165. { "Gris", "civ", {
  11166. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11167. }, "" },
  11168. { "Sable", "civ", {
  11169. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11170. }, "" },
  11171. { "Rouge", "civ", {
  11172. "#(argb,8,8,3)color(1,0,0,1)"
  11173. }, "" },
  11174. { "Jaune", "civ", {
  11175. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11176. }, "" },
  11177. { "Bleu", "civ", {
  11178. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11179. }, "" },
  11180. { "Bleu Nuit", "civ", {
  11181. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11182. }, "" },
  11183. { "Mauve", "civ", {
  11184. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11185. }, "" },
  11186. { "Orange", "civ", {
  11187. "#(argb,8,8,3)color(1,0.251,0,1)"
  11188. }, "" },
  11189. { "Vert", "civ", {
  11190. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11191. }, "" },
  11192. { "Rose", "civ", {
  11193. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11194. }, "" },
  11195. { "Violet", "civ", {
  11196. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11197. }, "" }
  11198. };
  11199. };
  11200. //Ford Raptor
  11201. class Raptorlu_civ {
  11202. vItemSpace = 60;
  11203. conditions = "";
  11204. price = 80120;
  11205. textures[] = {
  11206. { "Noir", "civ", {
  11207. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11208. }, "" },
  11209. { "Blanc", "civ", {
  11210. "#(argb,8,8,3)color(1,1,1,1)"
  11211. }, "" },
  11212. { "Gris", "civ", {
  11213. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11214. }, "" },
  11215. { "Sable", "civ", {
  11216. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11217. }, "" },
  11218. { "Rouge", "civ", {
  11219. "#(argb,8,8,3)color(1,0,0,1)"
  11220. }, "" },
  11221. { "Jaune", "civ", {
  11222. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11223. }, "" },
  11224. { "Bleu", "civ", {
  11225. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11226. }, "" },
  11227. { "Bleu Nuit", "civ", {
  11228. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11229. }, "" },
  11230. { "Mauve", "civ", {
  11231. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11232. }, "" },
  11233. { "Orange", "civ", {
  11234. "#(argb,8,8,3)color(1,0.251,0,1)"
  11235. }, "" },
  11236. { "Vert", "civ", {
  11237. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11238. }, "" },
  11239. { "Rose", "civ", {
  11240. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11241. }, "" },
  11242. { "Violet", "civ", {
  11243. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11244. }, "" }
  11245. };
  11246. };
  11247. //Mercedes Benz ML63
  11248. class ML63lu_civ {
  11249. vItemSpace = 25;
  11250. conditions = "";
  11251. price = 450120;
  11252. textures[] = {
  11253. { "Noir", "civ", {
  11254. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11255. }, "" },
  11256. { "Blanc", "civ", {
  11257. "#(argb,8,8,3)color(1,1,1,1)"
  11258. }, "" },
  11259. { "Gris", "civ", {
  11260. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11261. }, "" },
  11262. { "Sable", "civ", {
  11263. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11264. }, "" },
  11265. { "Rouge", "civ", {
  11266. "#(argb,8,8,3)color(1,0,0,1)"
  11267. }, "" },
  11268. { "Jaune", "civ", {
  11269. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11270. }, "" },
  11271. { "Bleu", "civ", {
  11272. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11273. }, "" },
  11274. { "Bleu Nuit", "civ", {
  11275. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11276. }, "" },
  11277. { "Mauve", "civ", {
  11278. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11279. }, "" },
  11280. { "Orange", "civ", {
  11281. "#(argb,8,8,3)color(1,0.251,0,1)"
  11282. }, "" },
  11283. { "Vert", "civ", {
  11284. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11285. }, "" },
  11286. { "Rose", "civ", {
  11287. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11288. }, "" },
  11289. { "Violet", "civ", {
  11290. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11291. }, "" }
  11292. };
  11293. };
  11294.  
  11295. class Bollino_6x6_Blanc {
  11296. vItemSpace = 75;
  11297. conditions = "";
  11298. price = 200000;
  11299. textures[] = {
  11300. { "Noir", "civ", {
  11301. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  11302. }, "" },
  11303. { "Blanc", "civ", {
  11304. "#(argb,8,8,3)color(1,1,1,1)"
  11305. }, "" },
  11306. { "Gris", "civ", {
  11307. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  11308. }, "" },
  11309. { "Sable", "civ", {
  11310. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  11311. }, "" },
  11312. { "Rouge", "civ", {
  11313. "#(argb,8,8,3)color(1,0,0,1)"
  11314. }, "" },
  11315. { "Jaune", "civ", {
  11316. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  11317. }, "" },
  11318. { "Bleu", "civ", {
  11319. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  11320. }, "" },
  11321. { "Bleu Nuit", "civ", {
  11322. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  11323. }, "" },
  11324. { "Mauve", "civ", {
  11325. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  11326. }, "" },
  11327. { "Orange", "civ", {
  11328. "#(argb,8,8,3)color(1,0.251,0,1)"
  11329. }, "" },
  11330. { "Vert", "civ", {
  11331. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  11332. }, "" },
  11333. { "Rose", "civ", {
  11334. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  11335. }, "" },
  11336. { "Violet", "civ", {
  11337. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  11338. }, "" }
  11339. };
  11340. };
  11341. class do228_ch_Blanc {
  11342. vItemSpace = 75;
  11343. conditions = "";
  11344. price = 300000;
  11345. textures[] = {};
  11346. };
  11347. class S431DT_Euro {
  11348. vItemSpace = 75;
  11349. conditions = "";
  11350. price = 300000;
  11351. textures[] = {};
  11352. };
  11353. class S431DT_Flix {
  11354. vItemSpace = 75;
  11355. conditions = "";
  11356. price = 300000;
  11357. textures[] = {};
  11358. };
  11359. class S516HD_Euro {
  11360. vItemSpace = 75;
  11361. conditions = "";
  11362. price = 300000;
  11363. textures[] = {};
  11364. };
  11365. class S516HD_Oui {
  11366. vItemSpace = 75;
  11367. conditions = "";
  11368. price = 300000;
  11369. textures[] = {};
  11370. };
  11371. class S516HD_Flix {
  11372. vItemSpace = 75;
  11373. conditions = "";
  11374. price = 300000;
  11375. textures[] = {};
  11376. };
  11377. //Concessionnaire Armée d'Altis
  11378. class shcadillacescalade_civ {
  11379. vItemSpace = 50;
  11380. conditions = "";
  11381. price = 150000;
  11382. textures[] = {};
  11383. };
  11384.  
  11385. // Concessionnaire Pompier
  11386.  
  11387. class chepa_MAN {
  11388. vItemSpace = 100;
  11389. conditions = "";
  11390. price = 250;
  11391. textures[] = {};
  11392. };
  11393. class chepa_Mercedes_Atego {
  11394. vItemSpace = 100;
  11395. conditions = "";
  11396. price = 250;
  11397. textures[] = {};
  11398. };
  11399. class chepa_Mercedes_Atego_1530 {
  11400. vItemSpace = 100;
  11401. conditions = "";
  11402. price = 250;
  11403. textures[] = {};
  11404. };
  11405. class chepa_Scania_124L {
  11406. vItemSpace = 100;
  11407. conditions = "";
  11408. price = 250;
  11409. textures[] = {};
  11410. };
  11411. class chepa_Scania_P280 {
  11412. vItemSpace = 100;
  11413. conditions = "";
  11414. price = 250;
  11415. textures[] = {};
  11416. };
  11417. class chepa_renault_lander {
  11418. vItemSpace = 100;
  11419. conditions = "";
  11420. price = 250;
  11421. textures[] = {};
  11422. };
  11423. class trafic3_vsm {
  11424. vItemSpace = 100;
  11425. conditions = "";
  11426. price = 250;
  11427. textures[] = {};
  11428. };
  11429. class devidoirch {
  11430. vItemSpace = 100;
  11431. conditions = "";
  11432. price = 250;
  11433. textures[] = {};
  11434. };
  11435. class brancardch {
  11436. vItemSpace = 100;
  11437. conditions = "";
  11438. price = 250;
  11439. textures[] = {};
  11440. };
  11441. class PMA {
  11442. vItemSpace = 100;
  11443. conditions = "";
  11444. price = 250;
  11445. textures[] = {};
  11446. };
  11447. class chvsavar_ivecoar {
  11448. vItemSpace = 100;
  11449. conditions = "";
  11450. price = 250;
  11451. textures[] = {};
  11452. };
  11453. class chVSAV_Sprinter {
  11454. vItemSpace = 100;
  11455. conditions = "";
  11456. price = 250;
  11457. textures[] = {};
  11458. };
  11459. class chps5g {
  11460. vItemSpace = 100;
  11461. conditions = "";
  11462. price = 250;
  11463. textures[] = {};
  11464. };
  11465. class ccfm_renault {
  11466. vItemSpace = 100;
  11467. conditions = "";
  11468. price = 250;
  11469. textures[] = {};
  11470. };
  11471. class ccfm1_renault {
  11472. vItemSpace = 100;
  11473. conditions = "";
  11474. price = 250;
  11475. textures[] = {};
  11476. };
  11477. class passatb7ch_samu {
  11478. vItemSpace = 100;
  11479. conditions = "";
  11480. price = 250;
  11481. textures[] = {};
  11482. };
  11483. class passatb6ch_samu {
  11484. vItemSpace = 100;
  11485. conditions = "";
  11486. price = 250;
  11487. textures[] = {};
  11488. };
  11489. class touranch_samu {
  11490. vItemSpace = 100;
  11491. conditions = "";
  11492. price = 250;
  11493. textures[] = {};
  11494. };
  11495. class chvwt5_samu {
  11496. vItemSpace = 100;
  11497. conditions = "";
  11498. price = 250;
  11499. textures[] = {};
  11500. };
  11501. class FPT_Scania_94D {
  11502. vItemSpace = 100;
  11503. conditions = "";
  11504. price = 250;
  11505. textures[] = {};
  11506. };
  11507. class chmaster3_vsrl {
  11508. vItemSpace = 100;
  11509. conditions = "";
  11510. price = 250;
  11511. textures[] = {};
  11512. };
  11513. class Trafic_vtp {
  11514. vItemSpace = 100;
  11515. conditions = "";
  11516. price = 250;
  11517. textures[] = {};
  11518. };
  11519. class VPC {
  11520. vItemSpace = 100;
  11521. conditions = "";
  11522. price = 250;
  11523. textures[] = {};
  11524. };
  11525. class chduster14_vlhr {
  11526. vItemSpace = 100;
  11527. conditions = "";
  11528. price = 250;
  11529. textures[] = {};
  11530. };
  11531. class chOshkosh_Striker_3000 {
  11532. vItemSpace = 100;
  11533. conditions = "";
  11534. price = 250;
  11535. textures[] = {};
  11536. };
  11537. class kangooII1_vl {
  11538. vItemSpace = 100;
  11539. conditions = "";
  11540. price = 250;
  11541. textures[] = {};
  11542. };
  11543. /*class chdefender_vlhr {
  11544. vItemSpace = 100;
  11545. conditions = "";
  11546. price = 250;
  11547. textures[] = {};
  11548. };
  11549. class VSAV_Ducato {
  11550. vItemSpace = 100;
  11551. conditions = "";
  11552. price = 250;
  11553. textures[] = {};
  11554. };
  11555. class VSAV_Boxer {
  11556. vItemSpace = 100;
  11557. conditions = "";
  11558. price = 250;
  11559. textures[] = {};
  11560. };
  11561. class ccrl {
  11562. vItemSpace = 100;
  11563. conditions = "";
  11564. price = 250;
  11565. textures[] = {};
  11566. };
  11567. class Clio_VLCG {
  11568. vItemSpace = 100;
  11569. conditions = "";
  11570. price = 250;
  11571. textures[] = {};
  11572. };
  11573. class chmaster2_vps {
  11574. vItemSpace = 100;
  11575. conditions = "";
  11576. price = 250;
  11577. textures[] = {};
  11578. };
  11579. class chmaster2_vtp {
  11580. vItemSpace = 100;
  11581. conditions = "";
  11582. price = 250;
  11583. textures[] = {};
  11584. };
  11585. class chmaster2_vtu {
  11586. vItemSpace = 100;
  11587. conditions = "";
  11588. price = 250;
  11589. textures[] = {};
  11590. };
  11591. class chmaster3_vsrl {
  11592. vItemSpace = 100;
  11593. conditions = "";
  11594. price = 250;
  11595. textures[] = {};
  11596. };
  11597. class chClioIII_VLCG {
  11598. vItemSpace = 100;
  11599. conditions = "";
  11600. price = 250;
  11601. textures[] = {};
  11602. };
  11603. class chMaster3_vtp {
  11604. vItemSpace = 100;
  11605. conditions = "";
  11606. price = 250;
  11607. textures[] = {};
  11608. };
  11609. class trafic3_vtp {
  11610. vItemSpace = 100;
  11611. conditions = "";
  11612. price = 250;
  11613. textures[] = {};
  11614. };
  11615. class Trafic_vtp {
  11616. vItemSpace = 100;
  11617. conditions = "";
  11618. price = 250;
  11619. textures[] = {};
  11620. };
  11621. class ccfm1_renault {
  11622. vItemSpace = 100;
  11623. conditions = "";
  11624. price = 250;
  11625. textures[] = {};
  11626. };
  11627. class ccfs_renault {
  11628. vItemSpace = 100;
  11629. conditions = "";
  11630. price = 250;
  11631. textures[] = {};
  11632. };
  11633. class CCGC {
  11634. vItemSpace = 100;
  11635. conditions = "";
  11636. price = 250;
  11637. textures[] = {};
  11638. };
  11639. class FPT_MAN {
  11640. vItemSpace = 100;
  11641. conditions = "";
  11642. price = 250;
  11643. textures[] = {};
  11644. };
  11645. class fptl_renault {
  11646. vItemSpace = 100;
  11647. conditions = "";
  11648. price = 250;
  11649. textures[] = {};
  11650. };
  11651. class Megane_Estate_vli {
  11652. vItemSpace = 100;
  11653. conditions = "";
  11654. price = 250;
  11655. textures[] = {};
  11656. };
  11657. class chvsavar_ducato {
  11658. vItemSpace = 100;
  11659. conditions = "";
  11660. price = 250;
  11661. textures[] = {};
  11662. };
  11663. class chvsavar_iveco {
  11664. vItemSpace = 100;
  11665. conditions = "";
  11666. price = 250;
  11667. textures[] = {};
  11668. };
  11669. class ch_umh_iveco {
  11670. vItemSpace = 100;
  11671. conditions = "";
  11672. price = 250;
  11673. textures[] = {};
  11674. };
  11675. class ch_umh_sprinter {
  11676. vItemSpace = 100;
  11677. conditions = "";
  11678. price = 250;
  11679. textures[] = {};
  11680. };
  11681.  
  11682. class chvsavar_boxer {
  11683. vItemSpace = 100;
  11684. conditions = "";
  11685. price = 250;
  11686. textures[] = {};
  11687. };
  11688. class ch_umh_boxer {
  11689. vItemSpace = 100;
  11690. conditions = "";
  11691. price = 250;
  11692. textures[] = {};
  11693. };
  11694. class chvsavar_master3p2 {
  11695. vItemSpace = 100;
  11696. conditions = "";
  11697. price = 250;
  11698. textures[] = {};
  11699. };
  11700. class chvsavar_master3 {
  11701. vItemSpace = 100;
  11702. conditions = "";
  11703. price = 250;
  11704. textures[] = {};
  11705. };
  11706. class chvsavar_master2 {
  11707. vItemSpace = 100;
  11708. conditions = "";
  11709. price = 250;
  11710. textures[] = {};
  11711. };
  11712. class IvecoCh_grimp {
  11713. vItemSpace = 100;
  11714. conditions = "";
  11715. price = 250;
  11716. textures[] = {};
  11717. };
  11718. class chfmogp {
  11719. vItemSpace = 100;
  11720. conditions = "";
  11721. price = 250;
  11722. textures[] = {};
  11723. };*/
  11724. class Mer_Vito_samu {
  11725. vItemSpace = 100;
  11726. conditions = "";
  11727. price = 250;
  11728. textures[] = {};
  11729. };
  11730. /*class PMA {
  11731. vItemSpace = 100;
  11732. conditions = "";
  11733. price = 250;
  11734. textures[] = {};
  11735. };*/
  11736. class Renault_Espace_samu {
  11737. vItemSpace = 100;
  11738. conditions = "";
  11739. price = 250;
  11740. textures[] = {};
  11741. };
  11742.  
  11743. class C_Boat_Civil_01_rescue_F {
  11744. vItemSpace = 50;
  11745. conditions = "";
  11746. price = 500;
  11747. textures[] = {};
  11748. };
  11749.  
  11750. class VSR {
  11751. vItemSpace = 50;
  11752. conditions = "";
  11753. price = 500;
  11754. textures[] = {};
  11755. };
  11756.  
  11757. class EPA {
  11758. vItemSpace = 50;
  11759. conditions = "";
  11760. price = 500;
  11761. textures[] = {};
  11762. };
  11763.  
  11764. class CY_SC_EC635 {
  11765. vItemSpace = 50;
  11766. conditions = "";
  11767. price = 35000;
  11768. textures[] = {};
  11769. };
  11770.  
  11771. class ec_635_securite_civ {
  11772. vItemSpace = 50;
  11773. conditions = "";
  11774. price = 35000;
  11775. textures[] = {};
  11776. };
  11777.  
  11778. // Concessionnaire Gendarmerie
  11779. class AlessioVIRGND {
  11780. vItemSpace = 50;
  11781. conditions = "";
  11782. price = 500;
  11783. textures[] = {};
  11784. };
  11785. class AlessioTouaregGND {
  11786. vItemSpace = 50;
  11787. conditions = "";
  11788. price = 500;
  11789. textures[] = {};
  11790. };
  11791. class AlessioRS4GNDM {
  11792. vItemSpace = 50;
  11793. conditions = "";
  11794. price = 500;
  11795. textures[] = {};
  11796. };
  11797. class AlessioM4GNDM {
  11798. vItemSpace = 50;
  11799. conditions = "";
  11800. price = 500;
  11801. textures[] = {};
  11802. };
  11803. class AlessioC63GND {
  11804. vItemSpace = 50;
  11805. conditions = "";
  11806. price = 500;
  11807. textures[] = {};
  11808. };
  11809. class AlessioMustangGNDM {
  11810. vItemSpace = 50;
  11811. conditions = "";
  11812. price = 500;
  11813. textures[] = {};
  11814. };
  11815. class AlessioWRXGND {
  11816. vItemSpace = 50;
  11817. conditions = "";
  11818. price = 500;
  11819. textures[] = {};
  11820. };
  11821. class Alessio206GND {
  11822. vItemSpace = 50;
  11823. conditions = "";
  11824. price = 500;
  11825. textures[] = {};
  11826. };
  11827. class AlessioGTRGND {
  11828. vItemSpace = 50;
  11829. conditions = "";
  11830. price = 500;
  11831. textures[] = {};
  11832. };
  11833.  
  11834. class focussw3_gn {
  11835. vItemSpace = 50;
  11836. conditions = "";
  11837. price = 500;
  11838. textures[] = {};
  11839. };
  11840.  
  11841. class M5lu_Gendarmerie {
  11842. vItemSpace = 50;
  11843. conditions = "";
  11844. price = 500;
  11845. textures[] = {};
  11846. };
  11847.  
  11848. class chExpert3_gn {
  11849. vItemSpace = 50;
  11850. conditions = "";
  11851. price = 500;
  11852. textures[] = {};
  11853. };
  11854.  
  11855. class trafic3_gn {
  11856. vItemSpace = 50;
  11857. conditions = "";
  11858. price = 500;
  11859. textures[] = {};
  11860. };
  11861.  
  11862. class SRT8_12_gn {
  11863. vItemSpace = 50;
  11864. conditions = "";
  11865. price = 500;
  11866. textures[] = {};
  11867. };
  11868.  
  11869. class IvecoCh_GN {
  11870. vItemSpace = 50;
  11871. conditions = "";
  11872. price = 500;
  11873. textures[] = {};
  11874. };
  11875.  
  11876. class FJR1300_gn_ch {
  11877. vItemSpace = 50;
  11878. conditions = "";
  11879. price = 500;
  11880. textures[] = {};
  11881. };
  11882.  
  11883. class galaxych_raid {
  11884. vItemSpace = 50;
  11885. conditions = "license_cop_raid";
  11886. price = 500;
  11887. textures[] = {};
  11888. };
  11889.  
  11890. class Tahoelu_B {
  11891. vItemSpace = 50;
  11892. conditions = "";
  11893. price = 500;
  11894. textures[] = {};
  11895. };
  11896.  
  11897. class RS3lu_civ_P {
  11898. vItemSpace = 50;
  11899. conditions = "";
  11900. price = 500;
  11901. textures[] = {
  11902. { "Gendarmerie", "cop", {
  11903. "\IvoraMod_Skin\textures\gendarmerie\rs3_gendarmerie.paa"
  11904. }, "" }
  11905. };
  11906. };
  11907.  
  11908. class RS6_AvantPlu {
  11909. vItemSpace = 50;
  11910. conditions = "";
  11911. price = 500;
  11912. textures[] = {
  11913. { "Gendarmerie", "cop", {
  11914. "\IvoraMod_Skin\textures\gendarmerie\rs6_gendarmerie.paa"
  11915. }, "" }
  11916. };
  11917. };
  11918.  
  11919. class M5lu_civ_P {
  11920. vItemSpace = 50;
  11921. conditions = "";
  11922. price = 500;
  11923. textures[] = {
  11924. { "Gendarmerie", "cop", {
  11925. "\IvoraMod_Skin\textures\gendarmerie\m5_gendarmerie.paa"
  11926. }, "" }
  11927. };
  11928. };
  11929.  
  11930. class Tahoelu_P {
  11931. vItemSpace = 50;
  11932. conditions = "";
  11933. price = 500;
  11934. textures[] = {
  11935. { "Gendarmerie", "cop", {
  11936. "\IvoraMod_Skin\textures\gendarmerie\tahoe_gendarmerie.paa"
  11937. }, "" }
  11938. };
  11939. };
  11940.  
  11941. class V250_P {
  11942. vItemSpace = 50;
  11943. conditions = "";
  11944. price = 500;
  11945. textures[] = {};
  11946. };
  11947.  
  11948. class Warrior_P {
  11949. vItemSpace = 50;
  11950. conditions = "";
  11951. price = 500;
  11952. textures[] = {};
  11953. };
  11954.  
  11955. class Transit_gn {
  11956. vItemSpace = 50;
  11957. conditions = "";
  11958. price = 500;
  11959. textures[] = {};
  11960. };
  11961.  
  11962. class Mer_Vito_gn {
  11963. vItemSpace = 50;
  11964. conditions = "";
  11965. price = 500;
  11966. textures[] = {};
  11967. };
  11968.  
  11969. class kangooII1_gn {
  11970. vItemSpace = 50;
  11971. conditions = "";
  11972. price = 500;
  11973. textures[] = {};
  11974. };
  11975.  
  11976. class Megane_Estate_gn {
  11977. vItemSpace = 50;
  11978. conditions = "";
  11979. price = 500;
  11980. textures[] = {};
  11981. };
  11982.  
  11983. class Megane_Estate_p2_gn {
  11984. vItemSpace = 50;
  11985. conditions = "";
  11986. price = 500;
  11987. textures[] = {};
  11988. };
  11989.  
  11990. class Explorerlu_US {
  11991. vItemSpace = 50;
  11992. conditions = "";
  11993. price = 500;
  11994. textures[] = {};
  11995. };
  11996.  
  11997. class B_MRAP_01_F {
  11998. vItemSpace = 50;
  11999. conditions = "";
  12000. price = 30000;
  12001. textures[] = {
  12002. { "Gendarmerie", "cop", {
  12003. "\IvoraMod_Skin\textures\gendarmerie\hunter_gendarmerie.paa"
  12004. }, "" }
  12005. };
  12006. };
  12007.  
  12008. class CY_GENDARMERIE_EC635 {
  12009. vItemSpace = 50;
  12010. conditions = "";
  12011. price = 30000;
  12012. textures[] = {};
  12013. };
  12014.  
  12015. class CY_GENDARMERIE_EC635_CARGO {
  12016. vItemSpace = 50;
  12017. conditions = "";
  12018. price = 30000;
  12019. textures[] = {};
  12020. };
  12021.  
  12022. //Entreprise de Pétrole Eagle Chemicals
  12023. class D41_Trawler {
  12024. vItemSpace = 1000;
  12025. conditions = "";
  12026. price = 200000;
  12027. textures[] = {};
  12028. };
  12029.  
  12030.  
  12031. //D.I.R.S.P
  12032. class master3_enedis {
  12033. vItemSpace = 50;
  12034. conditions = "";
  12035. price = 1000;
  12036. textures[] = {};
  12037. };
  12038. class Trafic_DIR {
  12039. vItemSpace = 50;
  12040. conditions = "";
  12041. price = 1000;
  12042. textures[] = {};
  12043. };
  12044. class chdepanpl2 {
  12045. vItemSpace = 50;
  12046. conditions = "";
  12047. price = 1000;
  12048. textures[] = {};
  12049. };
  12050. class chbalayeuse {
  12051. vItemSpace = 50;
  12052. conditions = "";
  12053. price = 1000;
  12054. textures[] = {};
  12055. };
  12056. class Trafic3_grdf {
  12057. vItemSpace = 50;
  12058. conditions = "";
  12059. price = 1000;
  12060. textures[] = {};
  12061. };
  12062. class chtwingoI_DIR {
  12063. vItemSpace = 50;
  12064. conditions = "";
  12065. price = 1000;
  12066. textures[] = {};
  12067. };
  12068. class master3p2_enedis {
  12069. vItemSpace = 50;
  12070. conditions = "";
  12071. price = 1000;
  12072. textures[] = {};
  12073. };
  12074. class chGrue_Mobile {
  12075. vItemSpace = 50;
  12076. conditions = "";
  12077. price = 1000;
  12078. textures[] = {};
  12079. };
  12080. class chclio3_grdf {
  12081. vItemSpace = 50;
  12082. conditions = "";
  12083. price = 1000;
  12084. textures[] = {};
  12085. };
  12086. class KangooI2_DIR {
  12087. vItemSpace = 50;
  12088. conditions = "";
  12089. price = 1000;
  12090. textures[] = {};
  12091. };
  12092. class chgrue {
  12093. vItemSpace = 50;
  12094. conditions = "";
  12095. price = 1000;
  12096. textures[] = {};
  12097. };
  12098. class chTransport_L {
  12099. vItemSpace = 50;
  12100. conditions = "";
  12101. price = 1000;
  12102. textures[] = {};
  12103. };
  12104. class Master2_DIR {
  12105. vItemSpace = 50;
  12106. conditions = "";
  12107. price = 1000;
  12108. textures[] = {};
  12109. };
  12110. class chmaster2_grdf {
  12111. vItemSpace = 50;
  12112. conditions = "";
  12113. price = 1000;
  12114. textures[] = {};
  12115. };
  12116. class partner2_grdf {
  12117. vItemSpace = 50;
  12118. conditions = "";
  12119. price = 1000;
  12120. textures[] = {};
  12121. };
  12122. class Peugeot_Expert_grdf {
  12123. vItemSpace = 50;
  12124. conditions = "";
  12125. price = 1000;
  12126. textures[] = {};
  12127. };
  12128. class Ducato_civ_grdf {
  12129. vItemSpace = 50;
  12130. conditions = "";
  12131. price = 1000;
  12132. textures[] = {};
  12133. };
  12134. class chduster14_civ_enedis {
  12135. vItemSpace = 50;
  12136. conditions = "";
  12137. price = 1000;
  12138. textures[] = {};
  12139. };
  12140. class Volvo_FHlu_d {
  12141. vItemSpace = 50;
  12142. conditions = "";
  12143. price = 1000;
  12144. textures[] = {};
  12145. };
  12146. class chchariotp {
  12147. vItemSpace = 50;
  12148. conditions = "";
  12149. price = 1000;
  12150. textures[] = {};
  12151. };
  12152. class chtwingoII_DIR {
  12153. vItemSpace = 50;
  12154. conditions = "";
  12155. price = 1000;
  12156. textures[] = {};
  12157. };
  12158.  
  12159. class KangooII1_DIR {
  12160. vItemSpace = 50;
  12161. conditions = "";
  12162. price = 1000;
  12163. textures[] = {};
  12164. };
  12165.  
  12166. class ClioIV_DIR {
  12167. vItemSpace = 50;
  12168. conditions = "";
  12169. price = 1000;
  12170. textures[] = {};
  12171. };
  12172.  
  12173. class Trafic3_DIR {
  12174. vItemSpace = 50;
  12175. conditions = "";
  12176. price = 1000;
  12177. textures[] = {};
  12178. };
  12179.  
  12180. class Master3_DIR {
  12181. vItemSpace = 50;
  12182. conditions = "";
  12183. price = 1000;
  12184. textures[] = {};
  12185. };
  12186.  
  12187. class depanren {
  12188. vItemSpace = 50;
  12189. conditions = "";
  12190. price = 1000;
  12191. textures[] = {};
  12192. };
  12193.  
  12194. class chdepanpl {
  12195. vItemSpace = 50;
  12196. conditions = "";
  12197. price = 1000;
  12198. textures[] = {};
  12199. };
  12200.  
  12201. class chmegane_4_estate_taxi {
  12202. vItemSpace = 30;
  12203. conditions = "license_civ_taxi";
  12204. price = 10000;
  12205. textures[] = {};
  12206. };
  12207.  
  12208. class galaxych_civ_taxi {
  12209. vItemSpace = 30;
  12210. conditions = "license_civ_taxi";
  12211. price = 10000;
  12212. textures[] = {};
  12213. };
  12214.  
  12215. class mondeovch_civ_taxi {
  12216. vItemSpace = 30;
  12217. conditions = "license_civ_taxi";
  12218. price = 10000;
  12219. textures[] = {};
  12220. };
  12221.  
  12222. class cmax_civ_taxi {
  12223. vItemSpace = 30;
  12224. conditions = "license_civ_taxi";
  12225. price = 10000;
  12226. textures[] = {};
  12227. };
  12228. class chduster14_civ_taxi {
  12229. vItemSpace = 30;
  12230. conditions = "license_civ_taxi";
  12231. price = 10000;
  12232. textures[] = {};
  12233. };
  12234.  
  12235. //AUTRES
  12236. class I_Heli_light_03_unarmed_F {
  12237. vItemSpace = 50;
  12238. conditions = "";
  12239. price = 2000000;
  12240. textures[] = {
  12241. { "Gendarmerie", "cop", {
  12242. "\IvoraMod_Skin\textures\gendarmerie\hellcat_gendarmerie.paa"
  12243. }, "" }
  12244. };
  12245. };
  12246.  
  12247. // Apex DLC
  12248. class C_Boat_Transport_02_F {
  12249. vItemSpace = 50;
  12250. conditions = "";
  12251. price = 50000;
  12252. textures[] = {
  12253. { "Civilian", "civ", {
  12254. "\A3\Boat_F_Exp\Boat_Transport_02\Data\Boat_Transport_02_exterior_civilian_CO.paa"
  12255. }, "" },
  12256. { "Black", "cop", {
  12257. "\A3\Boat_F_Exp\Boat_Transport_02\Data\Boat_Transport_02_exterior_CO.paa"
  12258. }, "" }
  12259. };
  12260. };
  12261.  
  12262. // Apex DLC
  12263. class C_Offroad_02_unarmed_F {
  12264. vItemSpace = 50;
  12265. conditions = "";
  12266. price = 150000;
  12267. textures[] = {
  12268. { "Black", "civ", {
  12269. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_black_co.paa"
  12270. }, "" },
  12271. { "Blue", "civ", {
  12272. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_blue_co.paa"
  12273. }, "" },
  12274. { "Green", "civ", {
  12275. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_green_co.paa"
  12276. }, "" },
  12277. { "Orange", "civ", {
  12278. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_orange_co.paa"
  12279. }, "" },
  12280. { "Red", "civ", {
  12281. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_red_co.paa"
  12282. }, "" },
  12283. { "White", "civ", {
  12284. "\A3\Soft_F_Exp\Offroad_02\Data\offroad_02_ext_white_co.paa"
  12285. }, "" }
  12286. };
  12287. };
  12288.  
  12289. // Apex DLC
  12290. class C_Plane_Civil_01_F {
  12291. vItemSpace = 50;
  12292. conditions = "";
  12293. price = 2000000;
  12294. textures[] = {
  12295. { "Racing (Tan Interior)", "civ", {
  12296. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
  12297. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
  12298. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  12299. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  12300. }, "" },
  12301. { "Racing", "civ", {
  12302. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Racer_co.paa",
  12303. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Racer_co.paa",
  12304. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  12305. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  12306. }, "" },
  12307. { "Red Line (Tan Interior)", "civ", {
  12308. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
  12309. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
  12310. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  12311. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  12312. }, "" },
  12313. { "Red Line", "civ", {
  12314. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_RedLine_co.paa",
  12315. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_RedLine_co.paa",
  12316. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  12317. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  12318. }, "" },
  12319. { "Tribal (Tan Interior)", "civ", {
  12320. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
  12321. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
  12322. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  12323. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  12324. }, "" },
  12325. { "Tribal", "civ", {
  12326. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Tribal_co.paa",
  12327. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Tribal_co.paa",
  12328. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  12329. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  12330. }, "" },
  12331. { "Blue Wave (Tan Interior)", "civ", {
  12332. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
  12333. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
  12334. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_tan_co.paa",
  12335. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_tan_co.paa"
  12336. }, "" },
  12337. { "Blue Wave", "civ", {
  12338. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_01_Wave_co.paa",
  12339. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_ext_02_Wave_co.paa",
  12340. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_01_co.paa",
  12341. "A3\Air_F_Exp\Plane_Civil_01\Data\btt_int_02_co.paa"
  12342. }, "" }
  12343. };
  12344. };
  12345.  
  12346. // Apex DLC
  12347. class C_Scooter_Transport_01_F {
  12348. vItemSpace = 30;
  12349. conditions = "";
  12350. price = 1000;
  12351. textures[] = {
  12352. { "Black", "civ", {
  12353. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Black_CO.paa",
  12354. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Black_CO.paa"
  12355. }, "" },
  12356. { "Blue", "civ", {
  12357. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Blue_co.paa",
  12358. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Blue_co.paa"
  12359. }, "" },
  12360. { "Grey", "civ", {
  12361. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Grey_co.paa",
  12362. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Grey_co.paa"
  12363. }, "" },
  12364. { "Green", "civ", {
  12365. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Lime_co.paa",
  12366. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Lime_co.paa"
  12367. }, "" },
  12368. { "Red", "civ", {
  12369. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Red_CO.paa",
  12370. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_CO.paa"
  12371. }, "" },
  12372. { "White", "civ", {
  12373. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_CO.paa",
  12374. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_CO.paa"
  12375. }, "" },
  12376. { "Yellow", "civ", {
  12377. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_Yellow_CO.paa",
  12378. "\A3\Boat_F_Exp\Scooter_Transport_01\Data\Scooter_Transport_01_VP_Yellow_CO.paa"
  12379. }, "" }
  12380. };
  12381. };
  12382.  
  12383. class B_Heli_Transport_03_unarmed_F {
  12384. vItemSpace = 150;
  12385. conditions = "";
  12386. price = 50000;
  12387. textures[] = {};
  12388. };
  12389.  
  12390. class GeK_Ferry {
  12391. vItemSpace = 150;
  12392. conditions = "";
  12393. price = 459850;
  12394. textures[] = {};
  12395. };
  12396.  
  12397. class EC635_Unarmed {
  12398. vItemSpace = 72;
  12399. conditions = "";
  12400. price = 410200;
  12401. textures[] = {};
  12402. };
  12403.  
  12404. class A320_ch_AF {
  12405. vItemSpace = 90;
  12406. conditions = "";
  12407. price = 600000;
  12408. textures[] = {};
  12409. };
  12410. class chpush_back {
  12411. vItemSpace = 25;
  12412. conditions = "";
  12413. price = 23520;
  12414. textures[] = {};
  12415. };
  12416. class chciternvol_total {
  12417. vItemSpace = 90;
  12418. conditions = "";
  12419. price = 200000;
  12420. textures[] = {};
  12421. };
  12422. class chcitan_civ_fm {
  12423. vItemSpace = 70;
  12424. conditions = "";
  12425. price = 40000;
  12426. textures[] = {};
  12427. };
  12428. class chciternvol_bp {
  12429. vItemSpace = 90;
  12430. conditions = "";
  12431. price = 200000;
  12432. textures[] = {};
  12433. };
  12434.  
  12435. class C_Heli_Light_01_civil_F {
  12436. vItemSpace = 50;
  12437. conditions = "";
  12438. price = 359850;
  12439. textures[] = {};
  12440. };
  12441.  
  12442. class C_Rubberboat {
  12443. vItemSpace = 45;
  12444. conditions = "";
  12445. price = 5000;
  12446. textures[] = {
  12447. { "Noir", "civ", {
  12448. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  12449. }, "" },
  12450. { "Blanc", "civ", {
  12451. "#(argb,8,8,3)color(1,1,1,1)"
  12452. }, "" },
  12453. { "Gris", "civ", {
  12454. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  12455. }, "" },
  12456. { "Sable", "civ", {
  12457. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  12458. }, "" },
  12459. { "Rouge", "civ", {
  12460. "#(argb,8,8,3)color(1,0,0,1)"
  12461. }, "" },
  12462. { "Jaune", "civ", {
  12463. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  12464. }, "" },
  12465. { "Bleu", "civ", {
  12466. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  12467. }, "" },
  12468. { "Bleu Nuit", "civ", {
  12469. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  12470. }, "" },
  12471. { "Mauve", "civ", {
  12472. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  12473. }, "" },
  12474. { "Orange", "civ", {
  12475. "#(argb,8,8,3)color(1,0.251,0,1)"
  12476. }, "" },
  12477. { "Vert", "civ", {
  12478. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  12479. }, "" },
  12480. { "Rose", "civ", {
  12481. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  12482. }, "" },
  12483. { "Violet", "civ", {
  12484. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  12485. }, "" }
  12486. };
  12487. };
  12488.  
  12489. class B_Heli_Transport_01_F {
  12490. vItemSpace = 50;
  12491. conditions = "";
  12492. price = 50000;
  12493. textures[] = {
  12494. { "Noir", "civ", {
  12495. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  12496. }, "" },
  12497. { "Blanc", "civ", {
  12498. "#(argb,8,8,3)color(1,1,1,1)"
  12499. }, "" },
  12500. { "Gris", "civ", {
  12501. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  12502. }, "" },
  12503. { "Sable", "civ", {
  12504. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  12505. }, "" },
  12506. { "Rouge", "civ", {
  12507. "#(argb,8,8,3)color(1,0,0,1)"
  12508. }, "" },
  12509. { "Jaune", "civ", {
  12510. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  12511. }, "" },
  12512. { "Bleu", "civ", {
  12513. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  12514. }, "" },
  12515. { "Bleu Nuit", "civ", {
  12516. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  12517. }, "" },
  12518. { "Mauve", "civ", {
  12519. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  12520. }, "" },
  12521. { "Orange", "civ", {
  12522. "#(argb,8,8,3)color(1,0.251,0,1)"
  12523. }, "" },
  12524. { "Vert", "civ", {
  12525. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  12526. }, "" },
  12527. { "Rose", "civ", {
  12528. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  12529. }, "" },
  12530. { "Violet", "civ", {
  12531. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  12532. }, "" }
  12533. };
  12534. };
  12535.  
  12536. class B_Boat_Transport_01_F {
  12537. vItemSpace = 45;
  12538. conditions = "";
  12539. price = 30000;
  12540. textures[] = {
  12541. { "Noir", "civ", {
  12542. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  12543. }, "" },
  12544. { "Blanc", "civ", {
  12545. "#(argb,8,8,3)color(1,1,1,1)"
  12546. }, "" },
  12547. { "Gris", "civ", {
  12548. "#(argb,8,8,3)color(0.0925,0.0925,0.0925,1)"
  12549. }, "" },
  12550. { "Sable", "civ", {
  12551. "#(argb,8,8,3)color(1.5,1.6,0.9,0.2)"
  12552. }, "" },
  12553. { "Rouge", "civ", {
  12554. "#(argb,8,8,3)color(1,0,0,1)"
  12555. }, "" },
  12556. { "Jaune", "civ", {
  12557. "#(argb,8,8,3)color(0.643,0.663,0,1)"
  12558. }, "" },
  12559. { "Bleu", "civ", {
  12560. "#(argb,8,8,3)color(0.01,0.6,1,0.1)"
  12561. }, "" },
  12562. { "Bleu Nuit", "civ", {
  12563. "#(argb,8,8,3)color(0,0,0.5,0.1)"
  12564. }, "" },
  12565. { "Mauve", "civ", {
  12566. "#(argb,8,8,3)color(0.6,0,1,0.01)"
  12567. }, "" },
  12568. { "Orange", "civ", {
  12569. "#(argb,8,8,3)color(1,0.251,0,1)"
  12570. }, "" },
  12571. { "Vert", "civ", {
  12572. "#(argb,8,8,3)color(0.5,1,0.5,0.05)"
  12573. }, "" },
  12574. { "Rose", "civ", {
  12575. "#(argb,8,8,3)color(0.878,0.067,0.373,1)"
  12576. }, "" },
  12577. { "Violet", "civ", {
  12578. "#(argb,8,8,3)color(0.455,0.004,0.875,1)"
  12579. }, "" }
  12580. };
  12581. };
  12582. //Container Banque
  12583. class Land_CargoBox_V1_F {
  12584. vItemSpace = 5000;
  12585. conditions = "";
  12586. price = -1;
  12587. textures[] = {};
  12588. };
  12589. //Petit Container
  12590. class Box_IND_Grenades_F {
  12591. vItemSpace = 350;
  12592. conditions = "";
  12593. price = -1;
  12594. textures[] = {};
  12595. };
  12596. //Grand Container
  12597. class B_supplyCrate_F {
  12598. vItemSpace = 700;
  12599. conditions = "";
  12600. price = -1;
  12601. textures[] = {};
  12602. };
  12603. //Atelier de Culture
  12604. class Land_Sink_F {
  12605. vItemSpace = 10;
  12606. conditions = "";
  12607. price = -1;
  12608. textures[] = {};
  12609. };
  12610. //Atelier de Traitement
  12611. class Land_Workbench_01_F {
  12612. vItemSpace = 10;
  12613. conditions = "";
  12614. price = -1;
  12615. textures[] = {};
  12616. };
  12617. //Dealer de drogue
  12618. class Land_TripodScreen_01_large_F {
  12619. vItemSpace = 10;
  12620. conditions = "";
  12621. price = -1;
  12622. textures[] = {};
  12623. };
  12624.  
  12625. /*//Incubateur Cannabis
  12626. class Land_FoodContainer_01_F {
  12627. vItemSpace = 65;
  12628. conditions = "";
  12629. price = 12500;
  12630. textures[] = {};
  12631. };
  12632.  
  12633. //Incubateur Cocaïne
  12634. class Land_BarrelEmpty_grey_F {
  12635. vItemSpace = 65;
  12636. conditions = "";
  12637. price = 12500;
  12638. textures[] = {};
  12639. };
  12640.  
  12641. //Incubateur Heröine
  12642. class Land_BarrelEmpty_F {
  12643. vItemSpace = 65;
  12644. conditions = "";
  12645. price = 12500;
  12646. textures[] = {};
  12647. };*/
  12648.  
  12649. class C_Boat_Civil_01_F {
  12650. vItemSpace = 50;
  12651. conditions = "";
  12652. price = 75000;
  12653. textures[] = {};
  12654. };
  12655.  
  12656. class sab_boat {
  12657. vItemSpace = 50;
  12658. conditions = "";
  12659. price = 275320;
  12660. textures[] = {};
  12661. };
  12662.  
  12663. class C_Boat_Civil_01_police_F {
  12664. vItemSpace = 50;
  12665. conditions = "";
  12666. price = 20000;
  12667. textures[] = {};
  12668. };
  12669.  
  12670. class C_Offroad_01_F {
  12671. vItemSpace = 50;
  12672. conditions = "";
  12673. price = 12500;
  12674. textures[] = {
  12675. { "Red", "civ", {
  12676. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa",
  12677. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa"
  12678. }, "" },
  12679. { "Yellow", "civ", {
  12680. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa",
  12681. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa"
  12682. }, "" },
  12683. { "White", "civ", {
  12684. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa",
  12685. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa"
  12686. }, "" },
  12687. { "Blue", "civ", {
  12688. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa",
  12689. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa"
  12690. }, "" },
  12691. { "Dark Red", "civ", {
  12692. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa",
  12693. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa"
  12694. }, "" },
  12695. { "Blue / White", "civ", {
  12696. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa",
  12697. "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa"
  12698. }, "" },
  12699. { "Taxi", "civ", {
  12700. "#(argb,8,8,3)color(0.6,0.3,0.01,1)"
  12701. }, "" },
  12702. { "Police", "cop", {
  12703. "#(ai,64,64,1)Fresnel(1.3,7)"
  12704. }, "" }
  12705. };
  12706. };
  12707.  
  12708. class C_Kart_01_Blu_F {
  12709. vItemSpace = 20;
  12710. conditions = "";
  12711. price = 15000;
  12712. textures[] = {};
  12713. };
  12714. /*
  12715. To edit another information in this classes you can use this exemple.
  12716. class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{
  12717. vItemSpace = 40;
  12718. price = ;
  12719. };
  12720.  
  12721. will modify the virtual space and the price of the vehicle, but other information such as license and textures will pick up the vehicle declare at : Vehicle {};
  12722. */
  12723. class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{}; // Get all information of C_Kart_01_Blu_F
  12724. class C_Kart_01_Red_F : C_Kart_01_Blu_F{};
  12725. class C_Kart_01_Vrana_F : C_Kart_01_Blu_F{};
  12726.  
  12727. class C_Hatchback_01_sport_F {
  12728. vItemSpace = 45;
  12729. conditions = "";
  12730. price = 40000;
  12731. textures[] = {
  12732. { "Red", "civ", {
  12733. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
  12734. }, "" },
  12735. { "Dark Blue", "civ", {
  12736. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
  12737. }, "" },
  12738. { "Orange", "civ", {
  12739. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
  12740. }, "" },
  12741. { "Black / White", "civ", {
  12742. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
  12743. }, "" },
  12744. { "Beige", "civ", {
  12745. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
  12746. }, "" },
  12747. { "Green", "civ", {
  12748. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
  12749. }, "" },
  12750. { "Police", "cop", {
  12751. "#(ai,64,64,1)Fresnel(1.3,7)"
  12752. }, "" }
  12753. };
  12754. };
  12755.  
  12756. class I_Truck_02_covered_F {
  12757. vItemSpace = 250;
  12758. conditions = "";
  12759. price = 100000;
  12760. textures[] = {
  12761. { "Orange", "civ", {
  12762. "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
  12763. "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
  12764. }, "" },
  12765. { "Black", "cop", {
  12766. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  12767. }, "" }
  12768. };
  12769. };
  12770.  
  12771. class I_Truck_02_transport_F {
  12772. vItemSpace = 200;
  12773. conditions = "";
  12774. price = 75000;
  12775. textures[] = {
  12776. { "Orange", "civ", {
  12777. "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
  12778. "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
  12779. }, "" },
  12780. { "Black", "cop", {
  12781. "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
  12782. }, "" }
  12783. };
  12784. };
  12785.  
  12786. class O_Truck_03_covered_F {
  12787. vItemSpace = 300;
  12788. conditions = "";
  12789. price = 250000;
  12790. textures[] = {};
  12791. };
  12792.  
  12793. class NH90 {
  12794. vItemSpace = 300;
  12795. conditions = "";
  12796. price = 250000;
  12797. textures[] = {};
  12798. };
  12799.  
  12800. class C_Hatchback_01_F {
  12801. vItemSpace = 40;
  12802. conditions = "";
  12803. price = 9500;
  12804. textures[] = {
  12805. { "Beige", "civ", {
  12806. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"
  12807. }, "" },
  12808. { "Green", "civ", {
  12809. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"
  12810. }, "" },
  12811. { "Blue", "civ", {
  12812. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"
  12813. }, "" },
  12814. { "Dark Blue", "civ", {
  12815. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"
  12816. }, "" },
  12817. { "Yellow", "civ", {
  12818. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"
  12819. }, "" },
  12820. { "White", "civ", {
  12821. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"
  12822. }, "" },
  12823. { "Grey", "civ", {
  12824. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"
  12825. }, "" },
  12826. { "Black", "civ", {
  12827. "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"
  12828. }, "" }
  12829. };
  12830. };
  12831.  
  12832. class B_Heli_Light_01_stripped_F {
  12833. vItemSpace = 50;
  12834. conditions = "";
  12835. price = 275000;
  12836. textures[] = {
  12837. { "Rebel Digital", "reb", {
  12838. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
  12839. }, "" },
  12840. { "Gendarmerie", "cop", {
  12841. "\IvoraMod_Skin\textures\gendarmerie\mh9_gendarmerie.paa"
  12842. }, "" },
  12843. };
  12844. };
  12845.  
  12846. class B_Heli_Light_01_F {
  12847. vItemSpace = 50;
  12848. conditions = "";
  12849. price = 245000;
  12850. textures[] = {
  12851. { "Sheriff", "civ", {
  12852. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"
  12853. }, "" },
  12854. { "Civ Blue", "civ", {
  12855. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"
  12856. }, "" },
  12857. { "Civ Red", "civ", {
  12858. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"
  12859. }, "" },
  12860. { "Blueline", "civ", {
  12861. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"
  12862. }, "" },
  12863. { "Elliptical", "civ", {
  12864. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"
  12865. }, "" },
  12866. { "Furious", "civ", {
  12867. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"
  12868. }, "" },
  12869. { "Jeans Blue", "civ", {
  12870. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"
  12871. }, "" },
  12872. { "Speedy Redline", "civ", {
  12873. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"
  12874. }, "" },
  12875. { "Sunset", "civ", {
  12876. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"
  12877. }, "" },
  12878. { "Vrana", "civ", {
  12879. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"
  12880. }, "" },
  12881. { "Waves Blue", "civ", {
  12882. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"
  12883. }, "" },
  12884. { "Rebel Digital", "reb", {
  12885. "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
  12886. }, "" },
  12887. { "Digi Green", "reb", {
  12888. "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"
  12889. }, "" },
  12890. { "EMS White", "med", {
  12891. "#(argb,8,8,3)color(1,1,1,0.8)"
  12892. }, "" }
  12893. };
  12894. };
  12895.  
  12896. class O_Heli_Light_02_unarmed_F {
  12897. vItemSpace = 50;
  12898. conditions = "";
  12899. price = 750000;
  12900. textures[] = {
  12901. { "Armée", "adac", {
  12902. "\IvoraMod_Skin\textures\armee\Orca_Army.paa"
  12903. }, "" },
  12904. { "Black", "cop", {
  12905. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
  12906. }, "" },
  12907. { "White / Blue", "civ", {
  12908. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"
  12909. }, "" },
  12910. { "Digi Green", "civ", {
  12911. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
  12912. }, "" },
  12913. { "Desert Digi", "reb", {
  12914. "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"
  12915. }, "" },
  12916. { "EMS White", "med", {
  12917. "#(argb,8,8,3)color(1,1,1,0.8)"
  12918. }, "" }
  12919. };
  12920. };
  12921.  
  12922. class B_SDV_01_F {
  12923. vItemSpace = 1000;
  12924. conditions = "";
  12925. price = 1500000;
  12926. textures[] = {};
  12927. };
  12928. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement