Advertisement
Danny1212

Untitled

Sep 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.35 KB | None | 0 0
  1. class VirtualItems {
  2.  
  3. //Misc
  4. class valium {
  5. variable = "valium";
  6. displayName = "STR_Item_Valium";
  7. weight = 2;
  8. buyPrice = 0;
  9. sellPrice = -1;
  10. illegal = false;
  11. edible = -1;
  12. icon = "icons\vItems\ico_valium.paa";
  13. };
  14. class morfina {
  15. variable = "morfina";
  16. displayName = "STR_Item_Morfina";
  17. weight = 2;
  18. buyPrice = 0;
  19. sellPrice = -1;
  20. illegal = false;
  21. edible = -1;
  22. icon = "icons\vItems\ico_morfina.paa";
  23. };
  24. class sacco {
  25. variable = "sacco";
  26. displayName = "STR_Item_Sacco";
  27. weight = 2;
  28. buyPrice = 1000;
  29. sellPrice = -1;
  30. illegal = true;
  31. edible = -1;
  32. icon = "icons\vItems\ico_sacco.paa";
  33. };
  34. class fascette {
  35. variable = "fascette";
  36. displayName = "STR_Item_ZipTies";
  37. weight = 2;
  38. buyPrice = 500;
  39. sellPrice = -1;
  40. illegal = true;
  41. edible = -1;
  42. icon = "icons\vItems\ico_zipties.paa";
  43. };
  44. class toolTrolley {
  45. variable = "toolTrolley";
  46. displayName = "STR_Item_ToolTrolley";
  47. weight = 4;
  48. buyPrice = 25;
  49. sellPrice = -1;
  50. illegal = false;
  51. edible = -1;
  52. icon = "icons\vItems\ico_tec.paa";
  53. };
  54. class pickaxe {
  55. variable = "pickaxe";
  56. displayName = "STR_Item_Pickaxe";
  57. weight = 2;
  58. buyPrice = 120;
  59. sellPrice = 60;
  60. illegal = false;
  61. edible = -1;
  62. icon = "icons\vItems\ico_pickaxe.paa";
  63. };
  64. class defibrillator {
  65. variable = "defibrillator";
  66. displayName = "STR_Item_Defibrillator";
  67. weight = 1;
  68. buyPrice = 0;
  69. sellPrice = -1;
  70. illegal = false;
  71. edible = -1;
  72. icon = "icons\vItems\ico_defibrillator.paa";
  73. };
  74. class toolkit {
  75. variable = "toolkit";
  76. displayName = "STR_Item_Toolkit";
  77. weight = 6;
  78. buyPrice = 150;
  79. sellPrice = 75;
  80. illegal = false;
  81. edible = -1;
  82. icon = "\a3\weapons_f\items\data\UI\gear_toolkit_ca.paa";
  83. };
  84. class fuelEmpty {
  85. variable = "fuelEmpty";
  86. displayName = "STR_Item_FuelE";
  87. weight = 2;
  88. buyPrice = -1;
  89. sellPrice = -1;
  90. illegal = false;
  91. edible = -1;
  92. icon = "icons\vItems\ico_fuelEmpty.paa";
  93. };
  94. class fuelFull {
  95. variable = "fuelFull";
  96. displayName = "STR_Item_FuelF";
  97. weight = 4;
  98. buyPrice = 250;
  99. sellPrice = 50;
  100. illegal = false;
  101. edible = -1;
  102. icon = "icons\vItems\ico_fuel.paa";
  103. };
  104. class spikeStrip {
  105. variable = "spikeStrip";
  106. displayName = "STR_Item_SpikeStrip";
  107. weight = 11;
  108. buyPrice = 0;
  109. sellPrice = -1;
  110. illegal = true;
  111. edible = -1;
  112. icon = "icons\vItems\ico_spikeStrip.paa";
  113. };
  114. class lockpick {
  115. variable = "lockpick";
  116. displayName = "STR_Item_Lockpick";
  117. weight = 2;
  118. buyPrice = 700;
  119. sellPrice = 75;
  120. illegal = true;
  121. edible = -1;
  122. icon = "icons\vItems\ico_lockpick.paa";
  123. };
  124. class goldbar {
  125. variable = "goldBar";
  126. displayName = "STR_Item_GoldBar";
  127. weight = 12;
  128. buyPrice = -1;
  129. sellPrice = 8000;
  130. illegal = true;
  131. edible = -1;
  132. icon = "icons\vItems\ico_goldBar.paa";
  133. };
  134. class blastingcharge {
  135. variable = "blastingCharge";
  136. displayName = "STR_Item_BCharge";
  137. weight = 12;
  138. buyPrice = 1500;
  139. sellPrice = 100;
  140. illegal = true;
  141. edible = -1;
  142. icon = "icons\vItems\ico_blastingCharge.paa";
  143. };
  144. class speedbomb {
  145. variable = "speedbomb";
  146. displayName = "STR_Item_SpeedBomb";
  147. weight = 10;
  148. buyPrice = -1;
  149. sellPrice = -1;
  150. illegal = true;
  151. edible = -1;
  152. icon = "icons\vItems\ico_speedbomb.paa";
  153. };
  154. class boltcutter {
  155. variable = "boltCutter";
  156. displayName = "STR_Item_BCutter";
  157. weight = 5;
  158. buyPrice = 750;
  159. sellPrice = 100;
  160. illegal = true;
  161. edible = -1;
  162. icon = "icons\vItems\ico_boltCutter.paa";
  163. };
  164. class defusekit {
  165. variable = "defuseKit";
  166. displayName = "STR_Item_DefuseKit";
  167. weight = 2;
  168. buyPrice = 800;
  169. sellPrice = 200;
  170. illegal = true;
  171. edible = -1;
  172. icon = "icons\vItems\ico_defuseKit.paa";
  173. };
  174. class storagesmall {
  175. variable = "storageSmall";
  176. displayName = "STR_Item_StorageBS";
  177. weight = 5;
  178. buyPrice = 7500;
  179. sellPrice = 5000;
  180. illegal = false;
  181. edible = -1;
  182. icon = "icons\vItems\ico_storageSmall.paa";
  183. };
  184. class storagebig {
  185. variable = "storageBig";
  186. displayName = "STR_Item_StorageBL";
  187. weight = 10;
  188. buyPrice = 15000;
  189. sellPrice = 12500;
  190. illegal = false;
  191. edible = -1;
  192. icon = "icons\vItems\ico_storageBig.paa";
  193. };
  194. class interceptionChip {
  195. variable = "interceptionChip";
  196. displayName = "STR_Item_interceptionChip";
  197. weight = 10;
  198. buyPrice = 0;
  199. sellPrice = 0;
  200. illegal = true;
  201. edible = -1;
  202. icon = "icons\vItems\ico_interceptionChip.paa";
  203. };
  204.  
  205. //Mined Items
  206. class tungsteno_unrefined {
  207. variable = "tungstenoUnrefined";
  208. displayName = "STR_Item_TungstenoU";
  209. weight = 4;
  210. buyPrice = -1;
  211. sellPrice = -1;
  212. illegal = true;
  213. edible = -1;
  214. icon = "icons\vItems\ico_iron_ore.paa";
  215. processedItem = "tungsteno_refined";
  216. };
  217. class tungsteno_refined {
  218. variable = "tungstenoRefined";
  219. displayName = "STR_Item_TungstenoR";
  220. weight = 3;
  221. buyPrice = -1;
  222. sellPrice = 470;
  223. illegal = true;
  224. edible = -1;
  225. icon = "icons\vItems\ico_iron.paa";
  226. };
  227. class piombo_unrefined {
  228. variable = "piomboUnrefined";
  229. displayName = "STR_Item_PiomboU";
  230. weight = 4;
  231. buyPrice = -1;
  232. sellPrice = -1;
  233. illegal = false;
  234. edible = -1;
  235. icon = "icons\vItems\ico_iron_ore.paa";
  236. };
  237. class piombo_refined {
  238. variable = "piomboRefined";
  239. displayName = "STR_Item_PiomboR";
  240. weight = 3;
  241. buyPrice = -1;
  242. sellPrice = 370;
  243. illegal = false;
  244. edible = -1;
  245. icon = "icons\vItems\ico_iron.paa";
  246. };
  247. class zolfo_unrefined {
  248. variable = "zolfoUnrefined";
  249. displayName = "STR_Item_ZolfoU";
  250. weight = 4;
  251. buyPrice = -1;
  252. sellPrice = -1;
  253. illegal = false;
  254. edible = -1;
  255. icon = "icons\vItems\ico_zolfo_ore.paa";
  256. };
  257. class zolfo_refined {
  258. variable = "zolfoRefined";
  259. displayName = "STR_Item_ZolfoR";
  260. weight = 3;
  261. buyPrice = -1;
  262. sellPrice = 350;
  263. illegal = false;
  264. edible = -1;
  265. icon = "icons\vItems\ico_zolfo.paa";
  266. };
  267. class luppolo_unrefined {
  268. variable = "luppoloUnrefined";
  269. displayName = "STR_Item_LuppoloU";
  270. weight = 4;
  271. buyPrice = -1;
  272. sellPrice = -1;
  273. illegal = false;
  274. edible = -1;
  275. icon = "icons\vItems\ico_luppolo.paa";
  276. };
  277. class luppolo_refined {
  278. variable = "luppoloRefined";
  279. displayName = "STR_Item_LuppoloR";
  280. weight = 3;
  281. buyPrice = -1;
  282. sellPrice = 250;
  283. illegal = false;
  284. edible = -1;
  285. icon = "icons\vItems\ico_beer.paa";
  286. };
  287. class carbone_unrefined {
  288. variable = "carboneUnrefined";
  289. displayName = "STR_Item_CarboneU";
  290. weight = 4;
  291. buyPrice = -1;
  292. sellPrice = -1;
  293. illegal = false;
  294. edible = -1;
  295. icon = "icons\vItems\ico_coal.paa";
  296. };
  297. class carbone_refined {
  298. variable = "carboneRefined";
  299. displayName = "STR_Item_CarboneR";
  300. weight = 3;
  301. buyPrice = -1;
  302. sellPrice = 200;
  303. illegal = false;
  304. edible = -1;
  305. icon = "icons\vItems\ico_coal_raf.paa";
  306. };
  307. class uranium_unrefined {
  308. variable = "uraniumUnrefined";
  309. displayName = "STR_Item_UranioG";
  310. weight = 4;
  311. buyPrice = -1;
  312. sellPrice = -1;
  313. illegal = true;
  314. edible = -1;
  315. icon = "icons\vItems\ico_uranium.paa";
  316. processedItem = "uranium_refined";
  317. };
  318. class uranium_refined {
  319. variable = "uranioRefined";
  320. displayName = "STR_Item_UranioR";
  321. weight = 3;
  322. buyPrice = -1;
  323. sellPrice = 580;
  324. illegal = true;
  325. edible = -1;
  326. icon = "icons\vItems\ico_uranium_barrel.paa";
  327. };
  328. class iron_unrefined {
  329. variable = "ironUnrefined";
  330. displayName = "STR_Item_IronU";
  331. weight = 4;
  332. buyPrice = -1;
  333. sellPrice = -1;
  334. illegal = false;
  335. edible = -1;
  336. icon = "icons\vItems\ico_iron_ore.paa";
  337. };
  338. class iron_refined {
  339. variable = "ironRefined";
  340. displayName = "STR_Item_IronR";
  341. weight = 3;
  342. buyPrice = -1;
  343. sellPrice = 135;
  344. illegal = false;
  345. edible = -1;
  346. icon = "icons\vItems\ico_iron.paa";
  347. };
  348. class tabacco {
  349. variable = "tabacco";
  350. displayName = "STR_Item_Tabacco";
  351. weight = 4;
  352. buyPrice = -1;
  353. sellPrice = -1;
  354. illegal = false;
  355. edible = -1;
  356. icon = "icons\vItems\ico_tabacco.paa";
  357. };
  358. class sigaretta {
  359. variable = "sigaretta";
  360. displayName = "STR_Item_Sigaretta";
  361. weight = 3;
  362. buyPrice = -1;
  363. sellPrice = 350;
  364. illegal = false;
  365. edible = -1;
  366. icon = "icons\vItems\ico_sigarette.paa";
  367. };
  368. class cotone_refined {
  369. variable = "cotoneRefined";
  370. displayName = "STR_Item_CotoneR";
  371. weight = 3;
  372. buyPrice = -1;
  373. sellPrice = 100;
  374. illegal = false;
  375. edible = -1;
  376. icon = "icons\vItems\ico_cloth.paa";
  377. };
  378. class cotone_unrefined {
  379. variable = "cotoneUnrefined";
  380. displayName = "STR_Item_CotoneU";
  381. weight = 4;
  382. buyPrice = -1;
  383. sellPrice = -1;
  384. illegal = false;
  385. edible = -1;
  386. icon = "icons\vItems\ico_cotton.paa";
  387. };
  388. class rocciaUnrefined {
  389. variable = "rocciaUnrefined";
  390. displayName = "STR_Item_RocciaU";
  391. weight = 4;
  392. buyPrice = -1;
  393. sellPrice = -1;
  394. illegal = false;
  395. edible = -1;
  396. icon = "icons\vItems\ico_rocciaUnprocessed.paa";
  397. };
  398. class roccia {
  399. variable = "roccia";
  400. displayName = "STR_Item_Roccia";
  401. weight = 3;
  402. buyPrice = -1;
  403. sellPrice = 5;
  404. illegal = false;
  405. edible = -1;
  406. icon = "icons\vItems\ico_rocciaProcessed.paa";
  407. };
  408.  
  409. //Drugs
  410. class cannabis {
  411. variable = "cannabis";
  412. displayName = "STR_Item_Cannabis";
  413. weight = 4;
  414. buyPrice = -1;
  415. sellPrice = -1;
  416. illegal = true;
  417. edible = -1;
  418. icon = "icons\vItems\ico_cannabis.paa";
  419. processedItem = "marijuana";
  420. };
  421. class marijuana {
  422. variable = "marijuana";
  423. displayName = "STR_Item_Marijuana";
  424. weight = 3;
  425. buyPrice = 1000;
  426. sellPrice = 650;
  427. illegal = true;
  428. edible = -1;
  429. icon = "icons\vItems\ico_marijuana.paa";
  430. };
  431. class poppy {
  432. variable = "poppy";
  433. displayName = "STR_Item_HeroinU";
  434. weight = 4;
  435. buyPrice = -1;
  436. sellPrice = -1;
  437. illegal = true;
  438. edible = -1;
  439. icon = "icons\vItems\ico_heroinUnprocessed.paa";
  440. processedItem = "heroin";
  441. };
  442. class heroin {
  443. variable = "heroin";
  444. displayName = "STR_Item_HeroinP";
  445. weight = 3;
  446. buyPrice = -1;
  447. sellPrice = 800;
  448. illegal = true;
  449. edible = -1;
  450. icon = "icons\vItems\ico_heroinProcessed.paa";
  451. };
  452. class cocaine_unprocessed {
  453. variable = "cocaineUnprocessed";
  454. displayName = "STR_Item_CocaineU";
  455. weight = 4;
  456. buyPrice = -1;
  457. sellPrice = -1;
  458. illegal = true;
  459. edible = -1;
  460. icon = "icons\vItems\ico_cocaineUnprocessed.paa";
  461. processedItem = "cocaine_processed";
  462. };
  463. class cocaine_processed {
  464. variable = "cocaineProcessed";
  465. displayName = "STR_Item_CocaineP";
  466. weight = 3;
  467. buyPrice = -1;
  468. sellPrice = 700;
  469. illegal = true;
  470. edible = -1;
  471. icon = "icons\vItems\ico_cocaineProcessed.paa";
  472. };
  473. class palladio {
  474. variable = "palladio";
  475. displayName = "STR_Item_Palladio";
  476. weight = 3;
  477. buyPrice = -1;
  478. sellPrice = 300;
  479. illegal = false;
  480. edible = -1;
  481. icon = "icons\vItems\ico_iron.paa";
  482. };
  483. class palladioUnrefined {
  484. variable = "palladioUnrefined";
  485. displayName = "STR_Item_PalladioU";
  486. weight = 4;
  487. buyPrice = -1;
  488. sellPrice = -1;
  489. illegal = false;
  490. edible = -1;
  491. icon = "icons\vItems\ico_palladium.paa";
  492. };
  493.  
  494. //Drink
  495. class redgull {
  496. variable = "redgull";
  497. displayName = "STR_Item_RedGull";
  498. weight = 1;
  499. buyPrice = 150;
  500. sellPrice = 20;
  501. illegal = false;
  502. edible = 100;
  503. icon = "icons\vItems\ico_redgull.paa";
  504. };
  505. class coffee {
  506. variable = "coffee";
  507. displayName = "STR_Item_Coffee";
  508. weight = 1;
  509. buyPrice = 1;
  510. sellPrice = -1;
  511. illegal = false;
  512. edible = 100;
  513. icon = "icons\vItems\ico_coffee.paa";
  514. };
  515. class waterBottle {
  516. variable = "waterBottle";
  517. displayName = "STR_Item_WaterBottle";
  518. weight = 1;
  519. buyPrice = 1;
  520. sellPrice = -1;
  521. illegal = false;
  522. edible = 100;
  523. icon = "icons\vItems\ico_waterBottle.paa";
  524. };
  525.  
  526. //Food
  527. class apple {
  528. variable = "apple";
  529. displayName = "STR_Item_Apple";
  530. weight = 1;
  531. buyPrice = 6;
  532. sellPrice = 5;
  533. illegal = false;
  534. edible = 10;
  535. icon = "icons\vItems\ico_apple.paa";
  536. };
  537. class peach {
  538. variable = "peach";
  539. displayName = "STR_Item_Peach";
  540. weight = 1;
  541. buyPrice = 6;
  542. sellPrice = 5;
  543. illegal = false;
  544. edible = 10;
  545. icon = "icons\vItems\ico_peach.paa";
  546. };
  547. class tbacon {
  548. variable = "tbacon";
  549. displayName = "STR_Item_TBacon";
  550. weight = 1;
  551. buyPrice = 7;
  552. sellPrice = 2;
  553. illegal = false;
  554. edible = 40;
  555. icon = "icons\vItems\ico_tBacon.paa";
  556. };
  557. class donuts {
  558. variable = "donuts";
  559. displayName = "STR_Item_Donuts";
  560. weight = 1;
  561. buyPrice = 12;
  562. sellPrice = 6;
  563. illegal = false;
  564. edible = 30;
  565. icon = "icons\vItems\ico_donuts.paa";
  566. };
  567. class rabbit {
  568. variable = "rabbit";
  569. displayName = "STR_Item_Rabbit";
  570. weight = 1;
  571. buyPrice = 7;
  572. sellPrice = 6;
  573. illegal = false;
  574. edible = 20;
  575. icon = "icons\vItems\ico_rabbit.paa";
  576. };
  577. class salema_raw {
  578. variable = "salemaRaw";
  579. displayName = "STR_Item_SalemaRaw";
  580. weight = 2;
  581. buyPrice = -1;
  582. sellPrice = 52;
  583. illegal = false;
  584. edible = -1;
  585. icon = "icons\vItems\ico_salemaRaw.paa";
  586. };
  587. class salema {
  588. variable = "salema";
  589. displayName = "STR_Item_Salema";
  590. weight = 2;
  591. buyPrice = 130;
  592. sellPrice = 52;
  593. illegal = false;
  594. edible = 30;
  595. icon = "icons\vItems\ico_cookedFish.paa";
  596. };
  597. class ornate_raw {
  598. variable = "ornateRaw";
  599. displayName = "STR_Item_OrnateRaw";
  600. weight = 2;
  601. buyPrice = -1;
  602. sellPrice = 38;
  603. illegal = false;
  604. edible = -1;
  605. icon = "icons\vItems\ico_ornateRaw.paa";
  606. };
  607. class ornate {
  608. variable = "ornate";
  609. displayName = "STR_Item_Ornate";
  610. weight = 2;
  611. buyPrice = 100;
  612. sellPrice = 38;
  613. illegal = false;
  614. edible = 25;
  615. icon = "icons\vItems\ico_cookedFish.paa";
  616. };
  617. class mackerel_raw {
  618. variable = "mackerelRaw";
  619. displayName = "STR_Item_MackerelRaw";
  620. weight = 4;
  621. buyPrice = -1;
  622. sellPrice = 55;
  623. illegal = false;
  624. edible = -1;
  625. icon = "icons\vItems\ico_mackerelRaw.paa";
  626. };
  627. class mackerel {
  628. variable = "mackerel";
  629. displayName = "STR_Item_Mackerel";
  630. weight = 2;
  631. buyPrice = 150;
  632. sellPrice = 55;
  633. illegal = false;
  634. edible = 30;
  635. icon = "icons\vItems\ico_cookedFish.paa";
  636. };
  637. class tuna_raw {
  638. variable = "tunaRaw";
  639. displayName = "STR_Item_TunaRaw";
  640. weight = 6;
  641. buyPrice = -1;
  642. sellPrice = 175;
  643. illegal = false;
  644. edible = -1;
  645. icon = "icons\vItems\ico_tunaRaw.paa";
  646. };
  647. class tuna {
  648. variable = "tuna";
  649. displayName = "STR_Item_Tuna";
  650. weight = 4;
  651. buyPrice = 300;
  652. sellPrice = 175;
  653. illegal = false;
  654. edible = 100;
  655. icon = "icons\vItems\ico_cookedFish.paa";
  656. };
  657. class mullet_raw {
  658. variable = "mulletRaw";
  659. displayName = "STR_Item_MulletRaw";
  660. weight = 4;
  661. buyPrice = -1;
  662. sellPrice = 45;
  663. illegal = false;
  664. edible = -1;
  665. icon = "icons\vItems\ico_mulletRaw.paa";
  666. };
  667. class mullet {
  668. variable = "mullet";
  669. displayName = "STR_Item_Mullet";
  670. weight = 2;
  671. buyPrice = 200;
  672. sellPrice = 45;
  673. illegal = false;
  674. edible = 80;
  675. icon = "icons\vItems\ico_cookedFish.paa";
  676. };
  677. class catshark_raw {
  678. variable = "catsharkRaw";
  679. displayName = "STR_Item_CatSharkRaw";
  680. weight = 6;
  681. buyPrice = -1;
  682. sellPrice = 84;
  683. illegal = false;
  684. edible = -1;
  685. icon = "icons\vItems\ico_catsharkRaw.paa";
  686. };
  687. class catshark {
  688. variable = "catshark";
  689. displayName = "STR_Item_CatShark";
  690. weight = 2;
  691. buyPrice = 270;
  692. sellPrice = 84;
  693. illegal = false;
  694. edible = 100;
  695. icon = "icons\vItems\ico_cookedFish.paa";
  696. };
  697. class turtle_raw {
  698. variable = "turtleRaw";
  699. displayName = "STR_Item_TurtleRaw";
  700. weight = 6;
  701. buyPrice = -1;
  702. sellPrice = 1300;
  703. illegal = true;
  704. edible = -1;
  705. icon = "icons\vItems\ico_turtleRaw.paa";
  706. };
  707. class turtle_soup {
  708. variable = "turtleSoup";
  709. displayName = "STR_Item_TurtleSoup";
  710. weight = 2;
  711. buyPrice = 250;
  712. sellPrice = 100;
  713. illegal = false;
  714. edible = 100;
  715. icon = "icons\vItems\ico_turtleSoup.paa";
  716. };
  717. class bottledBeer {
  718. variable = "bottledBeer";
  719. displayName = "STR_Item_Beer";
  720. weight = 4;
  721. buyPrice = 10;
  722. sellPrice = 5;
  723. illegal = false;
  724. edible = 50;
  725. icon = "icons\vItems\ico_beer.paa";
  726. };
  727. class bottledWhiskey {
  728. variable = "bottledWhiskey";
  729. displayName = "STR_Item_Whiskey";
  730. weight = 4;
  731. buyPrice = 15;
  732. sellPrice = 9;
  733. illegal = false;
  734. edible = 50;
  735. icon = "icons\vItems\ico_whiskey.paa";
  736. };
  737. class bottledMoonshine {
  738. variable = "bootledMoonshine";
  739. displayName = "STR_Item_Moonshine";
  740. weight = 4;
  741. buyPrice = 100;
  742. sellPrice = 50;
  743. illegal = false;
  744. edible = 50;
  745. icon = "icons\vItems\ico_moonshine.paa";
  746. };
  747. class tea {
  748. variable = "tea";
  749. displayName = "STR_Item_Tea";
  750. weight = 2;
  751. buyPrice = 2;
  752. sellPrice = -1;
  753. illegal = false;
  754. edible = 25;
  755. icon = "icons\vItems\ico_tea.paa";
  756. };
  757. class kebab {
  758. variable = "kebab";
  759. displayName = "STR_Item_Kebab";
  760. weight = 4;
  761. buyPrice = 5;
  762. sellPrice = 2;
  763. illegal = false;
  764. edible = 50;
  765. icon = "icons\vItems\ico_kebab.paa";
  766. };
  767. class lollipop {
  768. variable = "lollipop";
  769. displayName = "STR_Item_Lollipop";
  770. weight = 3;
  771. buyPrice = 0;
  772. sellPrice = -1;
  773. illegal = false;
  774. edible = 20;
  775. icon = "icons\vItems\ico_lollipop.paa";
  776. };
  777.  
  778. // Risorse
  779. class microchips {
  780. variable = "microchips";
  781. displayName = "STR_Item_Microchips";
  782. weight = 3;
  783. buyPrice = -1;
  784. sellPrice = 550;
  785. illegal = false;
  786. edible = -1;
  787. icon = "icons\vItems\ico_chip.paa";
  788. };
  789. class steel_refined {
  790. variable = "steel_refined";
  791. displayName = "STR_Item_Steel";
  792. weight = 3;
  793. buyPrice = -1;
  794. sellPrice = -1;
  795. illegal = false;
  796. edible = -1;
  797. icon = "icons\vItems\ico_metal.paa";
  798. };
  799. class polvere {
  800. variable = "polvere";
  801. displayName = "STR_Item_Polvere";
  802. weight = 3;
  803. buyPrice = -1;
  804. sellPrice = -1;
  805. illegal = true;
  806. edible = -1;
  807. icon = "icons\vItems\ico_polvere.paa";
  808. };
  809. class chitina {
  810. variable = "chitina";
  811. displayName = "STR_Item_Chitina";
  812. weight = 3;
  813. buyPrice = -1;
  814. sellPrice = -1;
  815. illegal = true;
  816. edible = -1;
  817. icon = "icons\vItems\ico_chitina.paa";
  818. };
  819. class kevlar {
  820. variable = "kevlar";
  821. displayName = "STR_Item_Kevlar";
  822. weight = 3;
  823. buyPrice = -1;
  824. sellPrice = -1;
  825. illegal = true;
  826. edible = -1;
  827. icon = "icons\vItems\ico_kevlar.paa";
  828. };
  829. class vernice {
  830. variable = "vernice";
  831. displayName = "STR_Item_Vernice";
  832. weight = 1;
  833. buyPrice = 1000;
  834. sellPrice = -1;
  835. illegal = false;
  836. edible = -1;
  837. icon = "icons\vItems\ico_vernice.paa";
  838. };
  839. class verniceSmall {
  840. variable = "verniceSmall";
  841. displayName = "STR_Item_VerniceSmall";
  842. weight = 1;
  843. buyPrice = 200;
  844. sellPrice = -1;
  845. illegal = false;
  846. edible = -1;
  847. icon = "icons\vItems\ico_vernice.paa";
  848. };
  849. class bossoli {
  850. variable = "bossoli";
  851. displayName = "STR_Item_Bossoli";
  852. weight = 1;
  853. buyPrice = 50;
  854. sellPrice = -1;
  855. illegal = true;
  856. edible = -1;
  857. icon = "icons\vItems\ico_bossoli.paa";
  858. };
  859. class goldNugget {
  860. variable = "goldNugget";
  861. displayName = "STR_Item_GoldNugget";
  862. weight = 3;
  863. buyPrice = -1;
  864. sellPrice = 2000;
  865. illegal = true;
  866. edible = -1;
  867. icon = "icons\vItems\ico_goldNugget.paa";
  868. };
  869. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement