Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.79 KB | None | 0 0
  1. class VirtualItems {
  2. //Virtual Items
  3.  
  4. //Misc
  5. class pickaxe {
  6. variable = "pickaxe";
  7. displayName = "STR_Item_Pickaxe";
  8. weight = 2;
  9. buyPrice = 750;
  10. sellPrice = 350;
  11. illegal = false;
  12. edible = -1;
  13. icon = "Data\Texturen\Icons\ico_pickaxe.paa";
  14. };
  15.  
  16. class defibrillator {
  17. variable = "defibrillator";
  18. displayName = "STR_Item_Defibrillator";
  19. weight = 4;
  20. buyPrice = 900;
  21. sellPrice = 450;
  22. illegal = false;
  23. edible = -1;
  24. icon = "Data\Texturen\Icons\ico_defibrillator.paa";
  25. };
  26.  
  27. class bal {
  28. variable = "bal";
  29. displayName = "STR_Item_bal";
  30. weight = 4;
  31. buyPrice = 900;
  32. sellPrice = 450;
  33. illegal = false;
  34. edible = -1;
  35. icon = "Data\Texturen\Icons\ico_defibrillator.paa";
  36. };
  37. class TN {
  38. variable = "TN";
  39. displayName = "STR_Item_TN";
  40. weight = 1;
  41. buyPrice = 900;
  42. sellPrice = 450;
  43. illegal = false;
  44. edible = -1;
  45. icon = "Data\Texturen\Icons\ico_defibrillator.paa";
  46. };
  47. class ffts {
  48. variable = "ffts";
  49. displayName = "STR_Item_ffts";
  50. weight = 4;
  51. buyPrice = 900;
  52. sellPrice = 450;
  53. illegal = false;
  54. edible = -1;
  55. icon = "Data\Texturen\Icons\ico_defibrillator.paa";
  56. };
  57.  
  58. class toolkit {
  59. variable = "toolkit";
  60. displayName = "STR_Item_Toolkit";
  61. weight = 4;
  62. buyPrice = 350;
  63. sellPrice = 100;
  64. illegal = false;
  65. edible = -1;
  66. icon = "\a3\weapons_f\items\data\UI\gear_toolkit_ca.paa";
  67. };
  68.  
  69. class fuelEmpty {
  70. variable = "fuelEmpty";
  71. displayName = "STR_Item_FuelE";
  72. weight = 2;
  73. buyPrice = 20;
  74. sellPrice = 10;
  75. illegal = false;
  76. edible = -1;
  77. icon = "Data\Texturen\Icons\ico_fuelEmpty.paa";
  78. };
  79.  
  80. class protestschild {
  81. variable = "protestschild";
  82. displayName = "STR_Item_CAM";
  83. weight = 2;
  84. buyPrice = 2000;
  85. sellPrice = 10;
  86. illegal = false;
  87. edible = -1;
  88. icon = "Data\Texturen\Icons\city.paa";
  89. };
  90.  
  91. class zipties {
  92. variable = "zipties";
  93. displayName = "STR_Item_ZipTies";
  94. weight = 0;
  95. buyPrice = 1200;
  96. sellPrice = -1;
  97. illegal = true;
  98. edible = -1;
  99. icon = "Data\Texturen\Icons\ziptie.paa";
  100. };
  101.  
  102. class schrank {
  103. variable = "schrank";
  104. displayName = "STR_Item_schrank";
  105. weight = 1;
  106. buyPrice = 2500;
  107. sellPrice = 0;
  108. illegal = true;
  109. edible = -1;
  110. icon = "Data\Texturen\Icons\city.paa";
  111. };
  112. class stuhl {
  113. variable = "stuhl";
  114. displayName = "STR_Item_stuhl";
  115. weight = 1;
  116. buyPrice = 2500;
  117. sellPrice = 0;
  118. illegal = true;
  119. edible = -1;
  120. icon = "Data\Texturen\Icons\city.paa";
  121. };
  122. class laptop {
  123. variable = "laptop";
  124. displayName = "STR_Item_laptop";
  125. weight = 1;
  126. buyPrice = 2500;
  127. sellPrice = 0;
  128. illegal = true;
  129. edible = -1;
  130. icon = "Data\Texturen\Icons\city.paa";
  131. };
  132. class glotze {
  133. variable = "glotze";
  134. displayName = "STR_Item_glotze";
  135. weight = 1;
  136. buyPrice = 2500;
  137. sellPrice = 0;
  138. illegal = true;
  139. edible = -1;
  140. icon = "Data\Texturen\Icons\city.paa";
  141. };
  142.  
  143. class tisch {
  144. variable = "tisch";
  145. displayName = "STR_Item_tisch";
  146. weight = 5;
  147. buyPrice = 7500;
  148. sellPrice = 0;
  149. illegal = false;
  150. edible = -1;
  151. icon = "Data\Texturen\Icons\ico_storageSmall.paa";
  152. };
  153.  
  154. class ptisch {
  155. variable = "ptisch";
  156. displayName = "STR_Item_ptisch";
  157. weight = 1;
  158. buyPrice = 2500;
  159. sellPrice = 0;
  160. illegal = true;
  161. edible = -1;
  162. icon = "Data\Texturen\Icons\city.paa";
  163. };
  164.  
  165. class tsd {
  166. variable = "tsd";
  167. displayName = "STR_Item_tsd";
  168. weight = 1;
  169. buyPrice = 1;
  170. sellPrice = 1;
  171. illegal = true;
  172. edible = -1;
  173. icon = "Data\Texturen\Icons\city.paa";
  174. };
  175. class GGC {
  176. variable = "GGC";
  177. displayName = "STR_Item_GGC";
  178. weight = 1;
  179. buyPrice = 1;
  180. sellPrice = 1;
  181. illegal = true;
  182. edible = -1;
  183. icon = "Data\Texturen\Icons\city.paa";
  184. };
  185. class tabletten {
  186. variable = "tabletten";
  187. displayName = "STR_Item_Tabletten";
  188. weight = 1;
  189. buyPrice = 1;
  190. sellPrice = 1;
  191. illegal = true;
  192. edible = -1;
  193. icon = "Data\Texturen\Icons\tabletten.paa";
  194. };
  195. class Morphium {
  196. variable = "Morphium";
  197. displayName = "STR_Item_Morphium";
  198. weight = 1;
  199. buyPrice = 1;
  200. sellPrice = 1;
  201. illegal = true;
  202. edible = -1;
  203. icon = "Data\Texturen\Icons\Morphium.paa";
  204. };
  205.  
  206. class pflaster {
  207. variable = "pflaster";
  208. displayName = "STR_Item_pflaster";
  209. weight = 1;
  210. buyPrice = 1;
  211. sellPrice = 1;
  212. illegal = false;
  213. edible = -1;
  214. icon = "Data\Texturen\Icons\Morphium.paa";
  215. };
  216.  
  217. class abrissbirne {
  218. variable = "abrissbirne";
  219. displayName = "STR_Item_abrissbirne";
  220. weight = 1;
  221. buyPrice = 1;
  222. sellPrice = 1;
  223. illegal = false;
  224. edible = -1;
  225. icon = "Data\Texturen\Icons\Morphium.paa";
  226. };
  227.  
  228. class ctischk {
  229. variable = "ctischk";
  230. displayName = "STR_Item_ctischk";
  231. weight = 1;
  232. buyPrice = 2500;
  233. sellPrice = 0;
  234. illegal = true;
  235. edible = -1;
  236. icon = "Data\Texturen\Icons\city.paa";
  237. };
  238. class ctisch {
  239. variable = "ctisch";
  240. displayName = "STR_Item_ctisch";
  241. weight = 1;
  242. buyPrice = 2500;
  243. sellPrice = 0;
  244. illegal = true;
  245. edible = -1;
  246. icon = "Data\Texturen\Icons\city.paa";
  247. };
  248.  
  249. class werkbank {
  250. variable = "werkbank";
  251. displayName = "STR_Item_werkbank";
  252. weight = 1;
  253. buyPrice = 2500;
  254. sellPrice = 0;
  255. illegal = true;
  256. edible = -1;
  257. icon = "Data\Texturen\Icons\city.paa";
  258. };
  259. class gartentisch {
  260. variable = "gartentisch";
  261. displayName = "STR_Item_gartentisch";
  262. weight = 1;
  263. buyPrice = 2500;
  264. sellPrice = 0;
  265. illegal = true;
  266. edible = -1;
  267. icon = "Data\Texturen\Icons\city.paa";
  268. };
  269.  
  270. class holzstuhl {
  271. variable = "holzstuhl";
  272. displayName = "STR_Item_holzstuhl";
  273. weight = 1;
  274. buyPrice = 2500;
  275. sellPrice = 0;
  276. illegal = true;
  277. edible = -1;
  278. icon = "Data\Texturen\Icons\city.paa";
  279. };
  280.  
  281.  
  282. class fuelFull {
  283. variable = "fuelFull";
  284. displayName = "STR_Item_FuelF";
  285. weight = 5;
  286. buyPrice = 850;
  287. sellPrice = 0;
  288. illegal = false;
  289. edible = -1;
  290. icon = "Data\Texturen\Icons\ico_fuel.paa";
  291. };
  292.  
  293. class spikeStrip {
  294. variable = "spikeStrip";
  295. displayName = "STR_Item_SpikeStrip";
  296. weight = 15;
  297. buyPrice = 2500;
  298. sellPrice = 0;
  299. illegal = true;
  300. edible = -1;
  301. icon = "Data\Texturen\Icons\ico_spikeStrip.paa";
  302. };
  303. class holz_roh {
  304. variable = "holz_roh";
  305. displayName = "STR_Shops_holz_roh";
  306. weight = 5;
  307. buyPrice = 0;
  308. sellPrice = 0;
  309. illegal = false;
  310. edible = -1;
  311. icon = "Data\Texturen\Icons\ico_spikeStrip.paa";
  312. };
  313. class holz_planken {
  314. variable = "holz_planken";
  315. displayName = "STR_Shops_holz_planken";
  316. weight = 3;
  317. buyPrice = 4000;
  318. sellPrice = 2000;
  319. illegal = false;
  320. edible = -1;
  321. economy = 1;
  322. icon = "Data\Texturen\Icons\ico_spikeStrip.paa";
  323. };
  324.  
  325. class lockpick {
  326. variable = "lockpick";
  327. displayName = "STR_Item_Lockpick";
  328. weight = 1;
  329. buyPrice = 150;
  330. sellPrice = 75;
  331. illegal = true;
  332. edible = -1;
  333. icon = "Data\Texturen\Icons\ico_lockpick.paa";
  334. };
  335.  
  336. class goldbar {
  337. variable = "goldBar";
  338. displayName = "STR_Item_GoldBar";
  339. weight = 12;
  340. buyPrice = 10000000;
  341. sellPrice = 95000;
  342. illegal = true;
  343. edible = -1;
  344. icon = "Data\Texturen\Icons\ico_goldBar.paa";
  345. };
  346.  
  347. class blastingcharge {
  348. variable = "blastingCharge";
  349. displayName = "STR_Item_BCharge";
  350. weight = 15;
  351. buyPrice = 35000;
  352. sellPrice = 10000;
  353. illegal = true;
  354. edible = -1;
  355. icon = "Data\Texturen\Icons\ico_blastingCharge.paa";
  356. };
  357.  
  358. class boltcutter {
  359. variable = "boltCutter";
  360. displayName = "STR_Item_BCutter";
  361. weight = 5;
  362. buyPrice = 7500;
  363. sellPrice = 1000;
  364. illegal = true;
  365. edible = -1;
  366. icon = "Data\Texturen\Icons\ico_boltCutter.paa";
  367. };
  368.  
  369. class defusekit {
  370. variable = "defuseKit";
  371. displayName = "STR_Item_DefuseKit";
  372. weight = 2;
  373. buyPrice = 2500;
  374. sellPrice = 2000;
  375. illegal = true;
  376. edible = -1;
  377. icon = "Data\Texturen\Icons\ico_defuseKit.paa";
  378. };
  379. class brenn {
  380. variable = "brenn";
  381. displayName = "STR_Item_brenn";
  382. weight = 5;
  383. buyPrice = 2500;
  384. sellPrice = 2000;
  385. illegal = true;
  386. edible = -1;
  387. icon = "Data\Texturen\Icons\brenn.paa";
  388. };
  389.  
  390. class storagesmall {
  391. variable = "storageSmall";
  392. displayName = "STR_Item_StorageBS";
  393. weight = 5;
  394. buyPrice = 150000;
  395. sellPrice = 50000;
  396. illegal = false;
  397. edible = -1;
  398. icon = "Data\Texturen\Icons\ico_storageSmall.paa";
  399. };
  400.  
  401. //Mined Items
  402. class oil_unprocessed {
  403. variable = "oilUnprocessed";
  404. displayName = "STR_Item_OilU";
  405. weight = 7;
  406. buyPrice = 100000;
  407. sellPrice = -1;
  408. illegal = false;
  409. edible = -1;
  410. icon = "Data\Texturen\Icons\ico_oilUnprocessed.paa";
  411. };
  412.  
  413. class oil_processed {
  414. variable = "oil_processed";
  415. displayName = "STR_Item_OilP";
  416. weight = 6;
  417. buyPrice = 100000;
  418. sellPrice = 3200;
  419. illegal = false;
  420. edible = -1;
  421. economy = 1;
  422. icon = "Data\Texturen\Icons\ico_oilProcessed.paa";
  423. };
  424.  
  425. class copper_unrefined {
  426. variable = "copperUnrefined";
  427. displayName = "STR_Item_CopperOre";
  428. weight = 4;
  429. buyPrice = 100000;
  430. sellPrice = -1;
  431. illegal = false;
  432. edible = -1;
  433. icon = "Data\Texturen\Icons\ico_copperOre.paa";
  434. };
  435.  
  436. class copper_refined {
  437. variable = "copper_refined";
  438. displayName = "STR_Item_CopperIngot";
  439. weight = 3;
  440. buyPrice = 100000;
  441. sellPrice = 1500;
  442. illegal = false;
  443. edible = -1;
  444. economy = 1;
  445. icon = "Data\Texturen\Icons\ico_copper.paa";
  446. };
  447.  
  448. class iron_unrefined {
  449. variable = "ironUnrefined";
  450. displayName = "STR_Item_IronOre";
  451. weight = 5;
  452. buyPrice = 100000;
  453. sellPrice = -1;
  454. illegal = false;
  455. edible = -1;
  456. icon = "Data\Texturen\Icons\ico_ironOre.paa";
  457. };
  458.  
  459. class iron_refined {
  460. variable = "iron_refined";
  461. displayName = "STR_Item_IronIngot";
  462. weight = 3;
  463. buyPrice = 100000;
  464. sellPrice = 3200;
  465. illegal = false;
  466. edible = -1;
  467. economy = 1;
  468. icon = "Data\Texturen\Icons\ico_iron.paa";
  469. };
  470.  
  471. class salt_unrefined {
  472. variable = "saltUnrefined";
  473. displayName = "STR_Item_Salt";
  474. weight = 3;
  475. buyPrice = 100000;
  476. sellPrice = -1;
  477. illegal = false;
  478. edible = -1;
  479. icon = "Data\Texturen\Icons\ico_saltUnprocessed.paa";
  480. };
  481.  
  482. class salt_refined {
  483. variable = "salt_refined";
  484. displayName = "STR_Item_SaltR";
  485. weight = 1;
  486. buyPrice = 100000;
  487. sellPrice = 1450;
  488. illegal = false;
  489. edible = -1;
  490. economy = 1;
  491. icon = "Data\Texturen\Icons\ico_saltProcessed.paa";
  492. };
  493.  
  494. class sand {
  495. variable = "sand";
  496. displayName = "STR_Item_Sand";
  497. weight = 3;
  498. buyPrice = 100000;
  499. sellPrice = -1;
  500. illegal = false;
  501. edible = -1;
  502. icon = "Data\Texturen\Icons\ico_sand.paa";
  503. };
  504.  
  505. class glass {
  506. variable = "glass";
  507. displayName = "STR_Item_Glass";
  508. weight = 1;
  509. buyPrice = 100000;
  510. sellPrice = 1450;
  511. illegal = false;
  512. edible = -1;
  513. economy = 1;
  514. icon = "Data\Texturen\Icons\ico_glass.paa";
  515. };
  516.  
  517. class diamond_uncut {
  518. variable = "diamondUncut";
  519. displayName = "STR_Item_DiamondU";
  520. weight = 4;
  521. buyPrice = 100000;
  522. sellPrice = 750;
  523. illegal = false;
  524. edible = -1;
  525. icon = "Data\Texturen\Icons\ico_diamondUncut.paa";
  526. };
  527.  
  528. class diamond_cut {
  529. variable = "diamond_cut";
  530. displayName = "STR_Item_DiamondC";
  531. weight = 2;
  532. buyPrice = 100000;
  533. sellPrice = 2000;
  534. illegal = false;
  535. edible = -1;
  536. economy = 1;
  537. icon = "Data\Texturen\Icons\ico_diamondCut.paa";
  538. };
  539.  
  540. class rock {
  541. variable = "rock";
  542. displayName = "STR_Item_Rock";
  543. weight = 6;
  544. buyPrice = 100000;
  545. sellPrice = -1;
  546. illegal = false;
  547. edible = -1;
  548. icon = "Data\Texturen\Icons\ico_rock.paa";
  549. };
  550.  
  551. class cement {
  552. variable = "cement";
  553. displayName = "STR_Item_CementBag";
  554. weight = 5;
  555. buyPrice = 100000;
  556. sellPrice = 1950;
  557. illegal = false;
  558. edible = -1;
  559. economy = 1;
  560. icon = "Data\Texturen\Icons\ico_cement.paa";
  561. };
  562.  
  563. //Drugs
  564. class heroin_unprocessed {
  565. variable = "heroinUnprocessed";
  566. displayName = "STR_Item_HeroinU";
  567. weight = 6;
  568. buyPrice = 100000;
  569. sellPrice = -1;
  570. illegal = true;
  571. edible = -1;
  572. icon = "Data\Texturen\Icons\ico_heroinUnprocessed.paa";
  573. processedItem = "heroin_processed";
  574. };
  575.  
  576. class heroin_processed {
  577. variable = "heroin_processed";
  578. displayName = "STR_Item_HeroinP";
  579. weight = 4;
  580. buyPrice = 10000;
  581. sellPrice = 2560;
  582. illegal = true;
  583. edible = -1;
  584. economy = 1;
  585. icon = "Data\Texturen\Icons\ico_heroinProcessed.paa";
  586. };
  587.  
  588. class cannabis {
  589. variable = "cannabis";
  590. displayName = "STR_Item_Cannabis";
  591. weight = 4;
  592. buyPrice = 100000;
  593. sellPrice = -1;
  594. illegal = true;
  595. edible = -1;
  596. icon = "Data\Texturen\Icons\ico_cannabis.paa";
  597. processedItem = "marijuana";
  598. };
  599.  
  600. class marijuana {
  601. variable = "marijuana";
  602. displayName = "STR_Item_Marijuana";
  603. weight = 3;
  604. buyPrice = 10000;
  605. sellPrice = 2350;
  606. illegal = true;
  607. edible = -1;
  608. economy = 1;
  609. icon = "Data\Texturen\Icons\ico_marijuana.paa";
  610. };
  611.  
  612. class cocaine_unprocessed {
  613. variable = "cocaineUnprocessed";
  614. displayName = "STR_Item_CocaineU";
  615. weight = 6;
  616. buyPrice = 100000;
  617. sellPrice = -1;
  618. illegal = true;
  619. edible = -1;
  620. icon = "Data\Texturen\Icons\ico_cocaineUnprocessed.paa";
  621. processedItem = "cocaine_processed";
  622. };
  623.  
  624. class cocaine_processed {
  625. variable = "cocaine_processed";
  626. displayName = "STR_Item_CocaineP";
  627. weight = 4;
  628. buyPrice = 100000;
  629. sellPrice = 5000;
  630. illegal = true;
  631. edible = -1;
  632. economy = 1;
  633. icon = "Data\Texturen\Icons\ico_cocaineProcessed.paa";
  634. };
  635.  
  636. //Drink
  637. class redgull {
  638. variable = "redgull";
  639. displayName = "STR_Item_RedGull";
  640. weight = 1;
  641. buyPrice = 1500;
  642. sellPrice = 200;
  643. illegal = false;
  644. edible = 100;
  645. icon = "Data\Texturen\Icons\ico_redgull.paa";
  646. };
  647.  
  648. class coffee {
  649. variable = "coffee";
  650. displayName = "STR_Item_Coffee";
  651. weight = 1;
  652. buyPrice = 10;
  653. sellPrice = 5;
  654. illegal = false;
  655. edible = 100;
  656. icon = "Data\Texturen\Icons\ico_coffee.paa";
  657. };
  658.  
  659. class waterBottle {
  660. variable = "waterBottle";
  661. displayName = "STR_Item_WaterBottle";
  662. weight = 1;
  663. buyPrice = 10;
  664. sellPrice = 5;
  665. illegal = false;
  666. edible = 100;
  667. icon = "Data\Texturen\Icons\ico_waterBottle.paa";
  668. };
  669.  
  670. //Food
  671. class apple {
  672. variable = "apple";
  673. displayName = "STR_Item_Apple";
  674. weight = 1;
  675. buyPrice = 65;
  676. sellPrice = 50;
  677. illegal = false;
  678. edible = 10;
  679. icon = "Data\Texturen\Icons\ico_apple.paa";
  680. };
  681.  
  682. class peach {
  683. variable = "peach";
  684. displayName = "STR_Item_Peach";
  685. weight = 1;
  686. buyPrice = 68;
  687. sellPrice = 55;
  688. illegal = false;
  689. edible = 10;
  690. icon = "Data\Texturen\Icons\ico_peach.paa";
  691. };
  692.  
  693. class tbacon {
  694. variable = "tbacon";
  695. displayName = "STR_Item_TBacon";
  696. weight = 1;
  697. buyPrice = 75;
  698. sellPrice = 25;
  699. illegal = false;
  700. edible = 40;
  701. icon = "Data\Texturen\Icons\ico_tBacon.paa";
  702. };
  703.  
  704. class donuts {
  705. variable = "donuts";
  706. displayName = "STR_Item_Donuts";
  707. weight = 1;
  708. buyPrice = 120;
  709. sellPrice = 60;
  710. illegal = false;
  711. edible = 30;
  712. icon = "Data\Texturen\Icons\ico_donuts.paa";
  713. };
  714.  
  715. class rabbit_raw {
  716. variable = "rabbitRaw";
  717. displayName = "STR_Item_RabbitRaw";
  718. weight = 2;
  719. buyPrice = 100000;
  720. sellPrice = 95;
  721. illegal = false;
  722. edible = -1;
  723. icon = "Data\Texturen\Icons\ico_rabbitRaw.paa";
  724. };
  725.  
  726. class rabbit {
  727. variable = "rabbit";
  728. displayName = "STR_Item_Rabbit";
  729. weight = 1;
  730. buyPrice = 150;
  731. sellPrice = 115;
  732. illegal = false;
  733. edible = 20;
  734. icon = "Data\Texturen\Icons\ico_rabbit.paa";
  735. };
  736.  
  737. class salema_raw {
  738. variable = "salemaRaw";
  739. displayName = "STR_Item_SalemaRaw";
  740. weight = 2;
  741. buyPrice = 100000;
  742. sellPrice = 45;
  743. illegal = false;
  744. edible = -1;
  745. icon = "Data\Texturen\Icons\ico_salemaRaw.paa";
  746. };
  747.  
  748. class salema {
  749. variable = "salema";
  750. displayName = "STR_Item_Salema";
  751. weight = 1;
  752. buyPrice = 75;
  753. sellPrice = 55;
  754. illegal = false;
  755. edible = 30;
  756. icon = "Data\Texturen\Icons\ico_cookedFish.paa";
  757. };
  758.  
  759. class ornate_raw {
  760. variable = "ornateRaw";
  761. displayName = "STR_Item_OrnateRaw";
  762. weight = 2;
  763. buyPrice = 100000;
  764. sellPrice = 40;
  765. illegal = false;
  766. edible = -1;
  767. icon = "Data\Texturen\Icons\ico_ornateRaw.paa";
  768. };
  769.  
  770. class ornate {
  771. variable = "ornate";
  772. displayName = "STR_Item_Ornate";
  773. weight = 1;
  774. buyPrice = 175;
  775. sellPrice = 150;
  776. illegal = false;
  777. edible = 25;
  778. icon = "Data\Texturen\Icons\ico_cookedFish.paa";
  779. };
  780.  
  781. class mackerel_raw {
  782. variable = "mackerelRaw";
  783. displayName = "STR_Item_MackerelRaw";
  784. weight = 4;
  785. buyPrice = 100000;
  786. sellPrice = 175;
  787. illegal = false;
  788. edible = -1;
  789. icon = "Data\Texturen\Icons\ico_mackerelRaw.paa";
  790. };
  791.  
  792. class mackerel {
  793. variable = "mackerel";
  794. displayName = "STR_Item_Mackerel";
  795. weight = 2;
  796. buyPrice = 250;
  797. sellPrice = 200;
  798. illegal = false;
  799. edible = 30;
  800. icon = "Data\Texturen\Icons\ico_cookedFish.paa";
  801. };
  802.  
  803. class tuna_raw {
  804. variable = "tunaRaw";
  805. displayName = "STR_Item_TunaRaw";
  806. weight = 6;
  807. buyPrice = 100000;
  808. sellPrice = 700;
  809. illegal = false;
  810. edible = -1;
  811. icon = "Data\Texturen\Icons\ico_tunaRaw.paa";
  812. };
  813.  
  814. class tuna {
  815. variable = "tuna";
  816. displayName = "STR_Item_Tuna";
  817. weight = 3;
  818. buyPrice = 1250;
  819. sellPrice = 1000;
  820. illegal = false;
  821. edible = 100;
  822. icon = "Data\Texturen\Icons\ico_cookedFish.paa";
  823. };
  824.  
  825. class mullet_raw {
  826. variable = "mulletRaw";
  827. displayName = "STR_Item_MulletRaw";
  828. weight = 4;
  829. buyPrice = 100000;
  830. sellPrice = 250;
  831. illegal = false;
  832. edible = -1;
  833. icon = "Data\Texturen\Icons\ico_mulletRaw.paa";
  834. };
  835.  
  836. class mullet {
  837. variable = "mullet";
  838. displayName = "STR_Item_Mullet";
  839. weight = 2;
  840. buyPrice = 600;
  841. sellPrice = 400;
  842. illegal = false;
  843. edible = 80;
  844. icon = "Data\Texturen\Icons\ico_cookedFish.paa";
  845. };
  846.  
  847. class catshark_raw {
  848. variable = "catsharkRaw";
  849. displayName = "STR_Item_CatSharkRaw";
  850. weight = 6;
  851. buyPrice = 100000;
  852. sellPrice = 300;
  853. illegal = false;
  854. edible = -1;
  855. icon = "Data\Texturen\Icons\ico_catsharkRaw.paa";
  856. };
  857.  
  858. class catshark {
  859. variable = "catshark";
  860. displayName = "STR_Item_CatShark";
  861. weight = 3;
  862. buyPrice = 750;
  863. sellPrice = 500;
  864. illegal = false;
  865. edible = 100;
  866. icon = "Data\Texturen\Icons\ico_cookedFish.paa";
  867. };
  868.  
  869. class turtle_raw {
  870. variable = "turtleRaw";
  871. displayName = "STR_Item_TurtleRaw";
  872. weight = 6;
  873. buyPrice = 100000;
  874. sellPrice = 3000;
  875. illegal = true;
  876. edible = -1;
  877. icon = "Data\Texturen\Icons\ico_turtleRaw.paa";
  878. };
  879.  
  880. class turtle_soup {
  881. variable = "turtleSoup";
  882. displayName = "STR_Item_TurtleSoup";
  883. weight = 2;
  884. buyPrice = 1000;
  885. sellPrice = 750;
  886. illegal = false;
  887. edible = 100;
  888. icon = "Data\Texturen\Icons\ico_turtleSoup.paa";
  889. };
  890.  
  891. class hen_raw {
  892. variable = "henRaw";
  893. displayName = "STR_Item_HenRaw";
  894. weight = 1;
  895. buyPrice = 200;
  896. sellPrice = 65;
  897. illegal = false;
  898. edible = -1;
  899. icon = "Data\Texturen\Icons\ico_wholeChickenRaw.paa";
  900. };
  901.  
  902. class hen {
  903. variable = "hen";
  904. displayName = "STR_Item_Hen";
  905. weight = 1;
  906. buyPrice = 115;
  907. sellPrice = 85;
  908. illegal = false;
  909. edible = 65;
  910. icon = "Data\Texturen\Icons\ico_wholeChicken.paa";
  911. };
  912.  
  913. class rooster_raw {
  914. variable = "roosterRaw";
  915. displayName = "STR_Item_RoosterRaw";
  916. weight = 1;
  917. buyPrice = 20;
  918. sellPrice = 65;
  919. illegal = false;
  920. edible = -1;
  921. icon = "Data\Texturen\Icons\ico_chickenDrumstickRaw.paa";
  922. };
  923.  
  924. class rooster {
  925. variable = "rooster";
  926. displayName = "STR_Item_Rooster";
  927. weight = 115;
  928. buyPrice = 90;
  929. sellPrice = 85;
  930. illegal = false;
  931. edible = 45;
  932. icon = "Data\Texturen\Icons\ico_chickenDrumstick.paa";
  933. };
  934.  
  935. class sheep_raw {
  936. variable = "sheepRaw";
  937. displayName = "STR_Item_SheepRaw";
  938. weight = 2;
  939. buyPrice = 20;
  940. sellPrice = 95;
  941. illegal = false;
  942. edible = -1;
  943. icon = "Data\Texturen\Icons\ico_lambChopRaw.paa";
  944. };
  945.  
  946. class sheep {
  947. variable = "sheep";
  948. displayName = "STR_Item_Sheep";
  949. weight = 2;
  950. buyPrice = 155;
  951. sellPrice = 115;
  952. illegal = false;
  953. edible = 100;
  954. icon = "Data\Texturen\Icons\ico_lambChop.paa";
  955. };
  956.  
  957. class goat_raw {
  958. variable = "goatRaw";
  959. displayName = "STR_Item_GoatRaw";
  960. weight = 2;
  961. buyPrice = 20;
  962. sellPrice = 115;
  963. illegal = false;
  964. edible = -1;
  965. icon = "Data\Texturen\Icons\ico_muttonLegRaw.paa";
  966. };
  967.  
  968. class goat {
  969. variable = "goat";
  970. displayName = "STR_Item_Goat";
  971. weight = 2;
  972. buyPrice = 175;
  973. sellPrice = 135;
  974. illegal = false;
  975. edible = 100;
  976. icon = "Data\Texturen\Icons\ico_muttonLeg.paa";
  977. };
  978. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement