MasterAgares

vehiclesitems.txt

Oct 27th, 2023
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.69 KB | Gaming | 0 0
  1. module Base
  2. {
  3. /************************ Mechanic Items ************************/
  4. item Jack
  5. {
  6. DisplayCategory = Tool,
  7. Weight = 1.5,
  8. Type = Normal,
  9. DisplayName = Jack,
  10. Icon = CarJack,
  11. MechanicsItem = TRUE,
  12. WorldStaticModel = CarJack,
  13. }
  14.  
  15. item LugWrench
  16. {
  17. DisplayCategory = Tool,
  18. Weight = 1,
  19. Type = Normal,
  20. DisplayName = Lug Wrench,
  21. Icon = LugWrench,
  22. MechanicsItem = TRUE,
  23. WorldStaticModel = LugWrench,
  24. }
  25.  
  26. item TirePump
  27. {
  28. DisplayCategory = Tool,
  29. Weight = 2,
  30. Type = Normal,
  31. DisplayName = Tire Pump,
  32. Icon = TirePump,
  33. MechanicsItem = TRUE,
  34. WorldStaticModel = TirePump,
  35. }
  36.  
  37. item EngineParts
  38. {
  39. DisplayCategory = VehicleMaintenance,
  40. Weight = 0.4,
  41. Type = Normal,
  42. DisplayName = Spare Engine Parts,
  43. Icon = EngineParts,
  44. MetalValue = 30,
  45. MechanicsItem = TRUE,
  46. WorldStaticModel = EngineParts,
  47. }
  48.  
  49. item CarKey
  50. {
  51. DisplayCategory = Security,
  52. Weight = 0,
  53. Type = Key,
  54. DisplayName = Car Key,
  55. Icon = CarKey,
  56. MetalValue = 7,
  57. WorldStaticModel = CarKeys,
  58. }
  59.  
  60. item CarBatteryCharger
  61. {
  62. DisplayCategory = Tool,
  63. Weight = 2,
  64. Type = Normal,
  65. DisplayName = Car Battery Charger,
  66. Icon = CarBatteryCharger,
  67. MetalValue = 1,
  68. Tooltip = Tooltip_CarBatteryCharger,
  69. MechanicsItem = TRUE,
  70. WorldStaticModel = CarBatteryCharger,
  71. }
  72.  
  73. /************************ Tires/Brakes ************************/
  74. item OldTire1
  75. {
  76. DisplayCategory = VehicleMaintenance,
  77. Weight = 15.0,
  78. Type = Normal,
  79. DisplayName = Valu-Tire,
  80. Icon = CarTire,
  81. VehicleType = 1,
  82. MaxCapacity = 30,
  83. ChanceToSpawnDamaged = 70,
  84. ConditionMax = 100,
  85. ConditionLowerStandard = 0.04,
  86. ConditionLowerOffroad = 0.5,
  87. WheelFriction = 1.2,
  88. MechanicsItem = TRUE,
  89. WorldStaticModel = Wheel,
  90. }
  91.  
  92. item NormalTire1
  93. {
  94. DisplayCategory = VehicleMaintenance,
  95. Weight = 15.0,
  96. Type = Normal,
  97. DisplayName = Regular Tire,
  98. Icon = CarTire,
  99. VehicleType = 1,
  100. MaxCapacity = 35,
  101. ChanceToSpawnDamaged = 50,
  102. ConditionMax = 100,
  103. ConditionLowerStandard = 0.03,
  104. ConditionLowerOffroad = 0.4,
  105. WheelFriction = 1.4,
  106. MechanicsItem = TRUE,
  107. WorldStaticModel = Wheel,
  108. }
  109.  
  110. item ModernTire1
  111. {
  112. DisplayCategory = VehicleMaintenance,
  113. Weight = 15.0,
  114. Type = Normal,
  115. DisplayName = Performance Tire,
  116. Icon = CarTire,
  117. VehicleType = 1,
  118. MaxCapacity = 40,
  119. ChanceToSpawnDamaged = 30,
  120. WheelFriction = 1.6,
  121. ConditionMax = 100,
  122. ConditionLowerStandard = 0.02,
  123. ConditionLowerOffroad = 0.35,
  124. MechanicsItem = TRUE,
  125. WorldStaticModel = Wheel,
  126. }
  127.  
  128. item OldTire2
  129. {
  130. DisplayCategory = VehicleMaintenance,
  131. Weight = 15.0,
  132. Type = Normal,
  133. DisplayName = Valu-Tire,
  134. Icon = CarTire,
  135. VehicleType = 2,
  136. MaxCapacity = 30,
  137. ChanceToSpawnDamaged = 70,
  138. WheelFriction = 1.3,
  139. ConditionMax = 100,
  140. ConditionLowerStandard = 0.04,
  141. ConditionLowerOffroad = 0.35,
  142. MechanicsItem = TRUE,
  143. WorldStaticModel = Wheel,
  144. }
  145.  
  146. item NormalTire2
  147. {
  148. DisplayCategory = VehicleMaintenance,
  149. Weight = 15.0,
  150. Type = Normal,
  151. DisplayName = Regular Tire,
  152. Icon = CarTire,
  153. VehicleType = 2,
  154. MaxCapacity = 35,
  155. ChanceToSpawnDamaged = 50,
  156. WheelFriction = 1.5,
  157. ConditionMax = 100,
  158. ConditionLowerStandard = 0.03,
  159. ConditionLowerOffroad = 0.25,
  160. MechanicsItem = TRUE,
  161. WorldStaticModel = Wheel,
  162. }
  163.  
  164. item ModernTire2
  165. {
  166. DisplayCategory = VehicleMaintenance,
  167. Weight = 15.0,
  168. Type = Normal,
  169. DisplayName = Performance Tire,
  170. Icon = CarTire,
  171. VehicleType = 2,
  172. MaxCapacity = 40,
  173. ChanceToSpawnDamaged = 30,
  174. WheelFriction = 1.6,
  175. ConditionMax = 100,
  176. ConditionLowerStandard = 0.02,
  177. ConditionLowerOffroad = 0.15,
  178. MechanicsItem = TRUE,
  179. WorldStaticModel = Wheel,
  180. }
  181.  
  182. item OldTire3
  183. {
  184. DisplayCategory = VehicleMaintenance,
  185. Weight = 15.0,
  186. Type = Normal,
  187. DisplayName = Valu-Tire,
  188. Icon = CarTire,
  189. VehicleType = 3,
  190. MaxCapacity = 30,
  191. ConditionMax = 100,
  192. ChanceToSpawnDamaged = 70,
  193. ConditionLowerStandard = 0.08,
  194. ConditionLowerOffroad = 0.5,
  195. WheelFriction = 1.3,
  196. MechanicsItem = TRUE,
  197. WorldStaticModel = Wheel,
  198. }
  199.  
  200. item NormalTire3
  201. {
  202. DisplayCategory = VehicleMaintenance,
  203. Weight = 15.0,
  204. Type = Normal,
  205. DisplayName = Regular Tire,
  206. Icon = CarTire,
  207. VehicleType = 3,
  208. MaxCapacity = 35,
  209. ConditionMax = 100,
  210. ChanceToSpawnDamaged = 50,
  211. ConditionLowerStandard = 0.05,
  212. ConditionLowerOffroad = 0.4,
  213. WheelFriction = 1.6,
  214. MechanicsItem = TRUE,
  215. WorldStaticModel = Wheel,
  216. }
  217.  
  218. item ModernTire3
  219. {
  220. DisplayCategory = VehicleMaintenance,
  221. Weight = 15.0,
  222. Type = Normal,
  223. DisplayName = Performance Tire,
  224. Icon = CarTire,
  225. VehicleType = 3,
  226. MaxCapacity = 40,
  227. ConditionMax = 100,
  228. ChanceToSpawnDamaged = 30,
  229. ConditionLowerStandard = 0.02,
  230. ConditionLowerOffroad = 0.35,
  231. WheelFriction = 1.8,
  232. MechanicsItem = TRUE,
  233. WorldStaticModel = Wheel,
  234. }
  235.  
  236. item OldBrake1
  237. {
  238. DisplayCategory = VehicleMaintenance,
  239. Weight = 3.0,
  240. Type = Normal,
  241. DisplayName = Old Brake,
  242. Icon = CarBrakes,
  243. VehicleType = 1,
  244. MaxCapacity = 30,
  245. ConditionMax = 100,
  246. brakeForce = 17,
  247. ChanceToSpawnDamaged = 70,
  248. MechanicsItem = TRUE,
  249. WorldStaticModel = BrakeDisk,
  250. }
  251.  
  252. item NormalBrake1
  253. {
  254. DisplayCategory = VehicleMaintenance,
  255. Weight = 3.0,
  256. Type = Normal,
  257. DisplayName = Regular Brake,
  258. Icon = CarBrakes,
  259. VehicleType = 1,
  260. MaxCapacity = 35,
  261. ConditionMax = 100,
  262. brakeForce = 20,
  263. ChanceToSpawnDamaged = 50,
  264. MechanicsItem = TRUE,
  265. WorldStaticModel = BrakeDisk,
  266. }
  267.  
  268. item ModernBrake1
  269. {
  270. DisplayCategory = VehicleMaintenance,
  271. Weight = 3.0,
  272. Type = Normal,
  273. DisplayName = Performance Brake,
  274. Icon = CarBrakes,
  275. VehicleType = 1,
  276. MaxCapacity = 40,
  277. ConditionMax = 100,
  278. brakeForce = 25,
  279. ChanceToSpawnDamaged = 30,
  280. MechanicsItem = TRUE,
  281. WorldStaticModel = BrakeDisk,
  282. }
  283.  
  284. item OldBrake2
  285. {
  286. DisplayCategory = VehicleMaintenance,
  287. Weight = 3.0,
  288. Type = Normal,
  289. DisplayName = Old Brake,
  290. Icon = CarBrakes,
  291. VehicleType = 2,
  292. MaxCapacity = 30,
  293. ConditionMax = 100,
  294. brakeForce = 20,
  295. ChanceToSpawnDamaged = 70,
  296. MechanicsItem = TRUE,
  297. WorldStaticModel = BrakeDisk,
  298. }
  299.  
  300. item NormalBrake2
  301. {
  302. DisplayCategory = VehicleMaintenance,
  303. Weight = 3.0,
  304. Type = Normal,
  305. DisplayName = Regular Brake,
  306. Icon = CarBrakes,
  307. VehicleType = 2,
  308. MaxCapacity = 35,
  309. ConditionMax = 100,
  310. brakeForce = 23,
  311. ChanceToSpawnDamaged = 50,
  312. MechanicsItem = TRUE,
  313. WorldStaticModel = BrakeDisk,
  314. }
  315.  
  316. item ModernBrake2
  317. {
  318. DisplayCategory = VehicleMaintenance,
  319. Weight = 3.0,
  320. Type = Normal,
  321. DisplayName = Performance Brake,
  322. Icon = CarBrakes,
  323. VehicleType = 2,
  324. MaxCapacity = 40,
  325. ConditionMax = 100,
  326. brakeForce = 28,
  327. ChanceToSpawnDamaged = 30,
  328. MechanicsItem = TRUE,
  329. WorldStaticModel = BrakeDisk,
  330. }
  331.  
  332. item OldBrake3
  333. {
  334. DisplayCategory = VehicleMaintenance,
  335. Weight = 3.0,
  336. Type = Normal,
  337. DisplayName = Old Brake,
  338. Icon = CarBrakes,
  339. VehicleType = 3,
  340. MaxCapacity = 30,
  341. ConditionMax = 100,
  342. brakeForce = 20,
  343. ChanceToSpawnDamaged = 70,
  344. MechanicsItem = TRUE,
  345. WorldStaticModel = BrakeDisk,
  346. }
  347.  
  348. item NormalBrake3
  349. {
  350. DisplayCategory = VehicleMaintenance,
  351. Weight = 3.0,
  352. Type = Normal,
  353. DisplayName = Regular Brake,
  354. Icon = CarBrakes,
  355. VehicleType = 3,
  356. MaxCapacity = 35,
  357. ConditionMax = 100,
  358. brakeForce = 23,
  359. ChanceToSpawnDamaged = 50,
  360. MechanicsItem = TRUE,
  361. WorldStaticModel = BrakeDisk,
  362. }
  363.  
  364. item ModernBrake3
  365. {
  366. DisplayCategory = VehicleMaintenance,
  367. Weight = 3.0,
  368. Type = Normal,
  369. DisplayName = Performance Brake,
  370. Icon = CarBrakes,
  371. VehicleType = 3,
  372. MaxCapacity = 40,
  373. ConditionMax = 100,
  374. brakeForce = 27,
  375. ChanceToSpawnDamaged = 30,
  376. MechanicsItem = TRUE,
  377. WorldStaticModel = BrakeDisk,
  378. }
  379.  
  380. /************************ Suspension ************************/
  381.  
  382. item NormalSuspension1
  383. {
  384. DisplayCategory = VehicleMaintenance,
  385. Weight = 2.0,
  386. Type = Normal,
  387. DisplayName = Regular Suspension,
  388. Icon = CarSuspension,
  389. VehicleType = 1,
  390. ChanceToSpawnDamaged = 30,
  391. SuspensionDamping = 2.88,
  392. SuspensionCompression = 3.83,
  393. ConditionMax = 100,
  394. ConditionLowerStandard = 0.03,
  395. ConditionLowerOffroad = 0.4,
  396. MechanicsItem = TRUE,
  397. WorldStaticModel = Suspension,
  398. }
  399.  
  400. item ModernSuspension1
  401. {
  402. DisplayCategory = VehicleMaintenance,
  403. Weight = 3.0,
  404. Type = Normal,
  405. DisplayName = Performance Suspension,
  406. Icon = CarSuspension,
  407. VehicleType = 1,
  408. ChanceToSpawnDamaged = 20,
  409. SuspensionDamping = 2.88,
  410. SuspensionCompression = 3.83,
  411. ConditionMax = 100,
  412. ConditionLowerStandard = 0.02,
  413. ConditionLowerOffroad = 0.3,
  414. MechanicsItem = TRUE,
  415. WorldStaticModel = Suspension,
  416. }
  417.  
  418. item NormalSuspension2
  419. {
  420. DisplayCategory = VehicleMaintenance,
  421. Weight = 2.0,
  422. Type = Normal,
  423. DisplayName = Regular Suspension,
  424. Icon = CarSuspension,
  425. VehicleType = 2,
  426. ChanceToSpawnDamaged = 30,
  427. SuspensionDamping = 3.88,
  428. SuspensionCompression = 4.83,
  429. ConditionMax = 100,
  430. ConditionLowerStandard = 0.03,
  431. ConditionLowerOffroad = 0.15,
  432. MechanicsItem = TRUE,
  433. WorldStaticModel = Suspension,
  434. }
  435.  
  436. item ModernSuspension2
  437. {
  438. DisplayCategory = VehicleMaintenance,
  439. Weight = 3.0,
  440. Type = Normal,
  441. DisplayName = Performance Suspension,
  442. Icon = CarSuspension,
  443. VehicleType = 2,
  444. ChanceToSpawnDamaged = 20,
  445. SuspensionDamping = 3.88,
  446. SuspensionCompression = 4.83,
  447. ConditionMax = 100,
  448. ConditionLowerStandard = 0.02,
  449. ConditionLowerOffroad = 0.1,
  450. MechanicsItem = TRUE,
  451. WorldStaticModel = Suspension,
  452. }
  453.  
  454. item NormalSuspension3
  455. {
  456. DisplayCategory = VehicleMaintenance,
  457. Weight = 2.0,
  458. Type = Normal,
  459. DisplayName = Regular Suspension,
  460. Icon = CarSuspension,
  461. VehicleType = 3,
  462. ChanceToSpawnDamaged = 30,
  463. SuspensionDamping = 3.4,
  464. SuspensionCompression = 4.1,
  465. ConditionMax = 100,
  466. ConditionLowerStandard = 0.03,
  467. ConditionLowerOffroad = 0.4,
  468. MechanicsItem = TRUE,
  469. WorldStaticModel = Suspension,
  470. }
  471.  
  472. item ModernSuspension3
  473. {
  474. DisplayCategory = VehicleMaintenance,
  475. Weight = 3.0,
  476. Type = Normal,
  477. DisplayName = Performance Suspension,
  478. Icon = CarSuspension,
  479. VehicleType = 3,
  480. ChanceToSpawnDamaged = 20,
  481. SuspensionDamping = 3.4,
  482. SuspensionCompression = 4.1,
  483. ConditionMax = 100,
  484. ConditionLowerStandard = 0.02,
  485. ConditionLowerOffroad = 0.3,
  486. MechanicsItem = TRUE,
  487. WorldStaticModel = Suspension,
  488. }
  489.  
  490. /************************ Gas Tank ************************/
  491. item SmallGasTank1
  492. {
  493. DisplayCategory = VehicleMaintenance,
  494. Weight = 11.0,
  495. Type = Normal,
  496. DisplayName = Small Gas Tank,
  497. Icon = CarGastank,
  498. VehicleType = 1,
  499. MaxCapacity = 39,
  500. ConditionAffectsCapacity = true,
  501. ConditionMax = 100,
  502. ChanceToSpawnDamaged = 60,
  503. MechanicsItem = TRUE,
  504. WorldStaticModel = SmallGasTank,
  505. }
  506.  
  507. item NormalGasTank1
  508. {
  509. DisplayCategory = VehicleMaintenance,
  510. Weight = 13.0,
  511. Type = Normal,
  512. DisplayName = Standard Gas Tank,
  513. Icon = CarGastank,
  514. VehicleType = 1,
  515. MaxCapacity = 49,
  516. ConditionAffectsCapacity = true,
  517. ConditionMax = 100,
  518. ChanceToSpawnDamaged = 60,
  519. MechanicsItem = TRUE,
  520. WorldStaticModel = GasTank,
  521. }
  522.  
  523. item BigGasTank1
  524. {
  525. DisplayCategory = VehicleMaintenance,
  526. Weight = 15.0,
  527. Type = Normal,
  528. DisplayName = Big Gas Tank,
  529. Icon = CarGastank,
  530. VehicleType = 1,
  531. MaxCapacity = 59,
  532. ConditionAffectsCapacity = true,
  533. ConditionMax = 100,
  534. ChanceToSpawnDamaged = 60,
  535. MechanicsItem = TRUE,
  536. WorldStaticModel = BigGasTank,
  537. }
  538.  
  539. item SmallGasTank2
  540. {
  541. DisplayCategory = VehicleMaintenance,
  542. Weight = 14.0,
  543. Type = Normal,
  544. DisplayName = Small Gas Tank,
  545. Icon = CarGastank,
  546. VehicleType = 2,
  547. MaxCapacity = 55,
  548. ConditionAffectsCapacity = true,
  549. ConditionMax = 100,
  550. ChanceToSpawnDamaged = 60,
  551. MechanicsItem = TRUE,
  552. WorldStaticModel = SmallGasTank,
  553. }
  554.  
  555. item NormalGasTank2
  556. {
  557. DisplayCategory = VehicleMaintenance,
  558. Weight = 17.0,
  559. Type = Normal,
  560. DisplayName = Standard Gas Tank,
  561. Icon = CarGastank,
  562. VehicleType = 2,
  563. MaxCapacity = 65,
  564. ConditionAffectsCapacity = true,
  565. ConditionMax = 100,
  566. ChanceToSpawnDamaged = 60,
  567. MechanicsItem = TRUE,
  568. WorldStaticModel = GasTank,
  569. }
  570.  
  571. item BigGasTank2
  572. {
  573. DisplayCategory = VehicleMaintenance,
  574. Weight = 22.0,
  575. Type = Normal,
  576. DisplayName = Big Gas Tank,
  577. Icon = CarGastank,
  578. VehicleType = 2,
  579. MaxCapacity = 75,
  580. ConditionAffectsCapacity = true,
  581. ConditionMax = 100,
  582. ChanceToSpawnDamaged = 60,
  583. MechanicsItem = TRUE,
  584. WorldStaticModel = BigGasTank,
  585. }
  586.  
  587. item SmallGasTank3
  588. {
  589. DisplayCategory = VehicleMaintenance,
  590. Weight = 10.0,
  591. Type = Normal,
  592. DisplayName = Small Gas Tank,
  593. Icon = CarGastank,
  594. VehicleType = 3,
  595. MaxCapacity = 35,
  596. ConditionAffectsCapacity = true,
  597. ConditionMax = 100,
  598. ChanceToSpawnDamaged = 60,
  599. MechanicsItem = TRUE,
  600. WorldStaticModel = SmallGasTank,
  601. }
  602.  
  603. item NormalGasTank3
  604. {
  605. DisplayCategory = VehicleMaintenance,
  606. Weight = 12.0,
  607. Type = Normal,
  608. DisplayName = Standard Gas Tank,
  609. Icon = CarGastank,
  610. VehicleType = 3,
  611. MaxCapacity = 45,
  612. ConditionAffectsCapacity = true,
  613. ConditionMax = 100,
  614. ChanceToSpawnDamaged = 60,
  615. MechanicsItem = TRUE,
  616. WorldStaticModel = GasTank,
  617. }
  618.  
  619. item BigGasTank3
  620. {
  621. DisplayCategory = VehicleMaintenance,
  622. Weight = 14.0,
  623. Type = Normal,
  624. DisplayName = Big Gas Tank,
  625. Icon = CarGastank,
  626. VehicleType = 3,
  627. MaxCapacity = 55,
  628. ConditionAffectsCapacity = true,
  629. ConditionMax = 100,
  630. ChanceToSpawnDamaged = 60,
  631. MechanicsItem = TRUE,
  632. WorldStaticModel = BigGasTank,
  633. }
  634.  
  635.  
  636. /************************ Batteries ************************/
  637. item CarBattery1
  638. {
  639. DisplayCategory = VehicleMaintenance,
  640. Weight = 5,
  641. Type = Drainable,
  642. UseDelta = 0.00001,
  643. UseWhileEquipped = FALSE,
  644. DisplayName = Car Battery,
  645. Icon = CarBattery,
  646. MetalValue = 1,
  647. cantBeConsolided = TRUE,
  648. VehicleType = 1,
  649. ConditionMax = 100,
  650. ChanceToSpawnDamaged = 30,
  651. MechanicsItem = TRUE,
  652. WorldStaticModel = CarBattery,
  653. Tags = CarBattery,
  654. }
  655.  
  656. item CarBattery2
  657. {
  658. DisplayCategory = VehicleMaintenance,
  659. Weight = 5,
  660. Type = Drainable,
  661. UseDelta = 0.00001,
  662. UseWhileEquipped = FALSE,
  663. DisplayName = Car Battery,
  664. Icon = CarBattery,
  665. MetalValue = 1,
  666. cantBeConsolided = TRUE,
  667. VehicleType = 2,
  668. ConditionMax = 100,
  669. ChanceToSpawnDamaged = 30,
  670. MechanicsItem = TRUE,
  671. WorldStaticModel = CarBattery,
  672. Tags = CarBattery,
  673. }
  674.  
  675. item CarBattery3
  676. {
  677. DisplayCategory = VehicleMaintenance,
  678. Weight = 5,
  679. Type = Drainable,
  680. UseDelta = 0.00001,
  681. UseWhileEquipped = FALSE,
  682. DisplayName = Car Battery,
  683. Icon = CarBattery ,
  684. MetalValue = 1,
  685. cantBeConsolided = TRUE,
  686. VehicleType = 3,
  687. ConditionMax = 100,
  688. ChanceToSpawnDamaged = 30,
  689. MechanicsItem = TRUE,
  690. WorldStaticModel = CarBattery,
  691. Tags = CarBattery,
  692. }
  693.  
  694. /************************ Vegeta's son ************************/
  695. item SmallTrunk1
  696. {
  697. DisplayCategory = VehicleMaintenance,
  698. Weight = 30.0,
  699. Type = Normal,
  700. DisplayName = Small Trunk,
  701. Icon = CarTrunk,
  702. VehicleType = 1,
  703. MaxCapacity = 100, //edited
  704. ConditionAffectsCapacity = true,
  705. ConditionMax = 100,
  706. ChanceToSpawnDamaged = 30,
  707. MechanicsItem = TRUE,
  708. }
  709.  
  710. item NormalTrunk1
  711. {
  712. DisplayCategory = VehicleMaintenance,
  713. Weight = 35.0,
  714. Type = Normal,
  715. DisplayName = Standard Trunk,
  716. Icon = CarTrunk,
  717. VehicleType = 1,
  718. MaxCapacity = 140, //edited
  719. ConditionAffectsCapacity = true,
  720. ConditionMax = 100,
  721. ChanceToSpawnDamaged = 100,
  722. MechanicsItem = TRUE,
  723. }
  724.  
  725. item BigTrunk1
  726. {
  727. DisplayCategory = VehicleMaintenance,
  728. Weight = 40.0,
  729. Type = Normal,
  730. DisplayName = Big Trunk,
  731. Icon = CarTrunk,
  732. VehicleType = 1,
  733. MaxCapacity = 175, //edited
  734. ConditionAffectsCapacity = true,
  735. ConditionMax = 100,
  736. ChanceToSpawnDamaged = 10,
  737. MechanicsItem = TRUE,
  738. }
  739.  
  740. item SmallTrunk2
  741. {
  742. DisplayCategory = VehicleMaintenance,
  743. Weight = 40.0,
  744. Type = Normal,
  745. DisplayName = Small Trunk,
  746. Icon = CarTrunk,
  747. VehicleType = 2,
  748. MaxCapacity = 175, //edited
  749. ConditionAffectsCapacity = true,
  750. ConditionMax = 100,
  751. ChanceToSpawnDamaged = 30,
  752. MechanicsItem = TRUE,
  753. }
  754.  
  755. item NormalTrunk2
  756. {
  757. DisplayCategory = VehicleMaintenance,
  758. Weight = 45.0,
  759. Type = Normal,
  760. DisplayName = Standard Trunk,
  761. Icon = CarTrunk,
  762. VehicleType = 2,
  763. MaxCapacity = 215, //edited
  764. ConditionAffectsCapacity = true,
  765. ConditionMax = 100,
  766. ChanceToSpawnDamaged = 20,
  767. MechanicsItem = TRUE,
  768. }
  769.  
  770. item BigTrunk2
  771. {
  772. DisplayCategory = VehicleMaintenance,
  773. Weight = 50.0,
  774. Type = Normal,
  775. DisplayName = Big Trunk,
  776. Icon = CarTrunk,
  777. VehicleType = 2,
  778. MaxCapacity = 230, //edited
  779. ConditionAffectsCapacity = true,
  780. ConditionMax = 100,
  781. ChanceToSpawnDamaged = 10,
  782. MechanicsItem = TRUE,
  783. }
  784.  
  785. item SmallTrunk3
  786. {
  787. DisplayCategory = VehicleMaintenance,
  788. Weight = 20.0,
  789. Type = Normal,
  790. DisplayName = Small Trunk,
  791. Icon = CarTrunk,
  792. VehicleType = 3,
  793. MaxCapacity = 75, //edited
  794. ConditionAffectsCapacity = true,
  795. ConditionMax = 100,
  796. ChanceToSpawnDamaged = 30,
  797. MechanicsItem = TRUE,
  798. }
  799.  
  800. item NormalTrunk3
  801. {
  802. DisplayCategory = VehicleMaintenance,
  803. Weight = 25.0,
  804. Type = Normal,
  805. DisplayName = Standard Trunk,
  806. Icon = CarTrunk,
  807. VehicleType = 3,
  808. MaxCapacity = 115, //edited
  809. ConditionAffectsCapacity = true,
  810. ConditionMax = 100,
  811. ChanceToSpawnDamaged = 20,
  812. MechanicsItem = TRUE,
  813. }
  814.  
  815. item BigTrunk3
  816. {
  817. DisplayCategory = VehicleMaintenance,
  818. Weight = 30.0,
  819. Type = Normal,
  820. DisplayName = Big Trunk,
  821. Icon = CarTrunk,
  822. VehicleType = 3,
  823. MaxCapacity = 125, //edited
  824. ConditionAffectsCapacity = true,
  825. ConditionMax = 100,
  826. ChanceToSpawnDamaged = 10,
  827. MechanicsItem = TRUE,
  828. }
  829.  
  830. /************************ Windows ************************/
  831. item Windshield1
  832. {
  833. Weight = 8.0,
  834. Type = Normal,
  835. DisplayName = Windshield,
  836. Icon = CarWindshield,
  837. VehicleType = 1,
  838. ChanceToSpawnDamaged = 20,
  839. }
  840.  
  841. item RearWindshield1
  842. {
  843. Weight = 8.0,
  844. Type = Normal,
  845. DisplayName = Rear Windshield,
  846. Icon = CarWindshield,
  847. VehicleType = 1,
  848. ChanceToSpawnDamaged = 20,
  849. }
  850.  
  851. item FrontWindow1
  852. {
  853. Weight = 3.0,
  854. Type = Normal,
  855. DisplayName = Front Window,
  856. Icon = SideWindow,
  857. VehicleType = 1,
  858. ChanceToSpawnDamaged = 20,
  859. }
  860.  
  861. item RearWindow1
  862. {
  863. Weight = 3.0,
  864. Type = Normal,
  865. DisplayName = Rear Window,
  866. Icon = SideWindow,
  867. VehicleType = 1,
  868. ChanceToSpawnDamaged = 20,
  869. }
  870.  
  871. item Windshield2
  872. {
  873. Weight = 8.0,
  874. Type = Normal,
  875. DisplayName = Windshield,
  876. Icon = CarWindshield,
  877. VehicleType = 2,
  878. ChanceToSpawnDamaged = 20,
  879. }
  880.  
  881. item RearWindshield2
  882. {
  883. Weight = 8.0,
  884. Type = Normal,
  885. DisplayName = Rear Windshield,
  886. Icon = CarWindshield,
  887. VehicleType = 2,
  888. ChanceToSpawnDamaged = 20,
  889. }
  890.  
  891. item FrontWindow2
  892. {
  893. Weight = 3.0,
  894. Type = Normal,
  895. DisplayName = Front Window,
  896. Icon = SideWindow,
  897. VehicleType = 2,
  898. ChanceToSpawnDamaged = 20,
  899. }
  900.  
  901. item RearWindow2
  902. {
  903. Weight = 3.0,
  904. Type = Normal,
  905. DisplayName = Rear Window,
  906. Icon = SideWindow,
  907. VehicleType = 2,
  908. ChanceToSpawnDamaged = 20,
  909. }
  910.  
  911. item Windshield3
  912. {
  913. Weight = 8.0,
  914. Type = Normal,
  915. DisplayName = Windshield,
  916. Icon = CarWindshield,
  917. VehicleType = 3,
  918. ChanceToSpawnDamaged = 20,
  919. }
  920.  
  921. item RearWindshield3
  922. {
  923. Weight = 8.0,
  924. Type = Normal,
  925. DisplayName = Rear Windshield,
  926. Icon = CarWindshield,
  927. VehicleType = 3,
  928. ChanceToSpawnDamaged = 20,
  929. }
  930.  
  931. item FrontWindow3
  932. {
  933. Weight = 3.0,
  934. Type = Normal,
  935. DisplayName = Front Window,
  936. Icon = SideWindow,
  937. VehicleType = 3,
  938. ChanceToSpawnDamaged = 20,
  939. }
  940.  
  941. item RearWindow3
  942. {
  943. Weight = 3.0,
  944. Type = Normal,
  945. DisplayName = Rear Window,
  946. Icon = SideWindow,
  947. VehicleType = 3,
  948. ChanceToSpawnDamaged = 20,
  949. }
  950.  
  951. /************************ Doors ************************/
  952. item FrontCarDoor1
  953. {
  954. DisplayCategory = VehicleMaintenance,
  955. Weight = 10.0,
  956. Type = Normal,
  957. DisplayName = Front Door,
  958. Icon = CarDoorFront,
  959. VehicleType = 1,
  960. ChanceToSpawnDamaged = 20,
  961. ConditionMax = 100,
  962. MechanicsItem = TRUE,
  963. WorldStaticModel = CarDoor,
  964. }
  965.  
  966. item RearCarDoor1
  967. {
  968. DisplayCategory = VehicleMaintenance,
  969. Weight = 10.0,
  970. Type = Normal,
  971. DisplayName = Rear Door,
  972. Icon = CarDoorRear,
  973. VehicleType = 1,
  974. ChanceToSpawnDamaged = 20,
  975. ConditionMax = 100,
  976. MechanicsItem = TRUE,
  977. WorldStaticModel = CarDoor,
  978. }
  979.  
  980. item RearCarDoorDouble1
  981. {
  982. DisplayCategory = VehicleMaintenance,
  983. Weight = 20.0,
  984. Type = Normal,
  985. DisplayName = Double Rear Door,
  986. Icon = CarDoorRear,
  987. VehicleType = 1,
  988. ChanceToSpawnDamaged = 20,
  989. ConditionMax = 100,
  990. MechanicsItem = TRUE,
  991. WorldStaticModel = CarDoor,
  992. }
  993.  
  994. item FrontCarDoor2
  995. {
  996. DisplayCategory = VehicleMaintenance,
  997. Weight = 10.0,
  998. Type = Normal,
  999. DisplayName = Front Door,
  1000. Icon = CarDoorFront,
  1001. VehicleType = 2,
  1002. ChanceToSpawnDamaged = 20,
  1003. ConditionMax = 100,
  1004. MechanicsItem = TRUE,
  1005. WorldStaticModel = CarDoor,
  1006. }
  1007.  
  1008. item RearCarDoor2
  1009. {
  1010. DisplayCategory = VehicleMaintenance,
  1011. Weight = 10.0,
  1012. Type = Normal,
  1013. DisplayName = Rear Door,
  1014. Icon = CarDoorRear,
  1015. VehicleType = 2,
  1016. ChanceToSpawnDamaged = 20,
  1017. ConditionMax = 100,
  1018. MechanicsItem = TRUE,
  1019. WorldStaticModel = CarDoor,
  1020. }
  1021.  
  1022. item RearCarDoorDouble2
  1023. {
  1024. DisplayCategory = VehicleMaintenance,
  1025. Weight = 20.0,
  1026. Type = Normal,
  1027. DisplayName = Double Rear Door,
  1028. Icon = CarDoorRear,
  1029. VehicleType = 2,
  1030. ChanceToSpawnDamaged = 20,
  1031. ConditionMax = 100,
  1032. MechanicsItem = TRUE,
  1033. WorldStaticModel = CarDoor,
  1034. }
  1035.  
  1036. item FrontCarDoor3
  1037. {
  1038. DisplayCategory = VehicleMaintenance,
  1039. Weight = 10.0,
  1040. Type = Normal,
  1041. DisplayName = Front Door,
  1042. Icon = CarDoorFront,
  1043. VehicleType = 3,
  1044. ChanceToSpawnDamaged = 20,
  1045. ConditionMax = 100,
  1046. MechanicsItem = TRUE,
  1047. WorldStaticModel = CarDoor,
  1048. }
  1049.  
  1050. item RearCarDoor3
  1051. {
  1052. DisplayCategory = VehicleMaintenance,
  1053. Weight = 10.0,
  1054. Type = Normal,
  1055. DisplayName = Rear Door,
  1056. Icon = CarDoorRear,
  1057. VehicleType = 3,
  1058. ChanceToSpawnDamaged = 20,
  1059. ConditionMax = 100,
  1060. MechanicsItem = TRUE,
  1061. WorldStaticModel = CarDoor,
  1062. }
  1063.  
  1064. item RearCarDoorDouble3
  1065. {
  1066. DisplayCategory = VehicleMaintenance,
  1067. Weight = 20.0,
  1068. Type = Normal,
  1069. DisplayName = Double Rear Door,
  1070. Icon = CarDoorRear,
  1071. VehicleType = 3,
  1072. ChanceToSpawnDamaged = 20,
  1073. ConditionMax = 100,
  1074. MechanicsItem = TRUE,
  1075. WorldStaticModel = CarDoor,
  1076. }
  1077.  
  1078. /************************ Hood ************************/
  1079. item EngineDoor1
  1080. {
  1081. DisplayCategory = VehicleMaintenance,
  1082. Weight = 15.0,
  1083. Type = Normal,
  1084. DisplayName = Hood,
  1085. Icon = EngineDoor,
  1086. VehicleType = 1,
  1087. ChanceToSpawnDamaged = 25,
  1088. ConditionMax = 100,
  1089. MechanicsItem = TRUE,
  1090. WorldStaticModel = CarHood,
  1091. }
  1092.  
  1093. item EngineDoor2
  1094. {
  1095. DisplayCategory = VehicleMaintenance,
  1096. Weight = 15.0,
  1097. Type = Normal,
  1098. DisplayName = Hood,
  1099. Icon = EngineDoor,
  1100. VehicleType = 2,
  1101. ChanceToSpawnDamaged = 25,
  1102. ConditionMax = 100,
  1103. MechanicsItem = TRUE,
  1104. WorldStaticModel = CarHood,
  1105. }
  1106.  
  1107. item EngineDoor3
  1108. {
  1109. DisplayCategory = VehicleMaintenance,
  1110. Weight = 15.0,
  1111. Type = Normal,
  1112. DisplayName = Hood,
  1113. Icon = EngineDoor,
  1114. VehicleType = 3,
  1115. ChanceToSpawnDamaged = 25,
  1116. ConditionMax = 100,
  1117. MechanicsItem = TRUE,
  1118. WorldStaticModel = CarHood,
  1119. }
  1120.  
  1121.  
  1122. /************************ Trunk Lid ************************/
  1123. item TrunkDoor1
  1124. {
  1125. DisplayCategory = VehicleMaintenance,
  1126. Weight = 15.0,
  1127. Type = Normal,
  1128. DisplayName = Trunk Lid,
  1129. Icon = EngineDoor,
  1130. VehicleType = 1,
  1131. ChanceToSpawnDamaged = 25,
  1132. ConditionMax = 100,
  1133. MechanicsItem = TRUE,
  1134. WorldStaticModel = CarTrunkLid,
  1135. }
  1136.  
  1137. item TrunkDoor2
  1138. {
  1139. DisplayCategory = VehicleMaintenance,
  1140. Weight = 15.0,
  1141. Type = Normal,
  1142. DisplayName = Trunk Lid,
  1143. Icon = EngineDoor,
  1144. VehicleType = 2,
  1145. ChanceToSpawnDamaged = 25,
  1146. ConditionMax = 100,
  1147. MechanicsItem = TRUE,
  1148. WorldStaticModel = CarTrunkLid,
  1149. }
  1150.  
  1151. item TrunkDoor3
  1152. {
  1153. DisplayCategory = VehicleMaintenance,
  1154. Weight = 15.0,
  1155. Type = Normal,
  1156. DisplayName = Trunk Lid,
  1157. Icon = EngineDoor,
  1158. VehicleType = 3,
  1159. ChanceToSpawnDamaged = 25,
  1160. ConditionMax = 100,
  1161. MechanicsItem = TRUE,
  1162. WorldStaticModel = CarTrunkLid,
  1163. }
  1164.  
  1165. /************************ Glove Boxes ************************/
  1166. item GloveBox1
  1167. {
  1168. DisplayCategory = VehicleMaintenance,
  1169. Weight = 3.0,
  1170. Type = Normal,
  1171. DisplayName = Glove Box,
  1172. Icon = GloveBox,
  1173. VehicleType = 1,
  1174. MaxCapacity = 3,
  1175. ConditionMax = 100,
  1176. MechanicsItem = TRUE,
  1177. }
  1178.  
  1179. item GloveBox2
  1180. {
  1181. DisplayCategory = VehicleMaintenance,
  1182. Weight = 4.0,
  1183. Type = Normal,
  1184. DisplayName = Glove Box,
  1185. Icon = GloveBox,
  1186. VehicleType = 2,
  1187. MaxCapacity = 10,
  1188. ConditionMax = 100,
  1189. MechanicsItem = TRUE,
  1190. }
  1191.  
  1192. item GloveBox3
  1193. {
  1194. DisplayCategory = VehicleMaintenance,
  1195. Weight = 2.0,
  1196. Type = Normal,
  1197. DisplayName = Glove Box,
  1198. Icon = GloveBox,
  1199. VehicleType = 3,
  1200. MaxCapacity = 5,
  1201. ConditionMax = 100,
  1202. MechanicsItem = TRUE,
  1203. }
  1204.  
  1205. /************************ Seats ************************/
  1206. item NormalCarSeat1
  1207. {
  1208. DisplayCategory = VehicleMaintenance,
  1209. Weight = 15.0,
  1210. Type = Normal,
  1211. DisplayName = Standard Seat,
  1212. Icon = CarSeat,
  1213. VehicleType = 1,
  1214. MaxCapacity = 20,
  1215. ChanceToSpawnDamaged = 70,
  1216. }
  1217.  
  1218. item BigCarSeat1
  1219. {
  1220. DisplayCategory = VehicleMaintenance,
  1221. Weight = 20.0,
  1222. Type = Normal,
  1223. DisplayName = Big Seat,
  1224. Icon = CarSeat,
  1225. VehicleType = 1,
  1226. MaxCapacity = 30,
  1227. ChanceToSpawnDamaged = 50,
  1228. ConditionMax = 100,
  1229. MechanicsItem = TRUE,
  1230. WorldStaticModel = CarSeat,
  1231.  
  1232. }
  1233.  
  1234. item SportCarSeat1
  1235. {
  1236. DisplayCategory = VehicleMaintenance,
  1237. Weight = 10.0,
  1238. Type = Normal,
  1239. DisplayName = Sports Seat,
  1240. Icon = CarSeat,
  1241. VehicleType = 1,
  1242. MaxCapacity = 10,
  1243. ChanceToSpawnDamaged = 30,
  1244. ConditionMax = 100,
  1245. MechanicsItem = TRUE,
  1246. WorldStaticModel = CarSeat,
  1247. }
  1248.  
  1249. item NormalCarSeat2
  1250. {
  1251. DisplayCategory = VehicleMaintenance,
  1252. Weight = 15.0,
  1253. Type = Normal,
  1254. DisplayName = Standard Seat,
  1255. Icon = CarSeat,
  1256. VehicleType = 2,
  1257. MaxCapacity = 20,
  1258. ChanceToSpawnDamaged = 70,
  1259. ConditionMax = 100,
  1260. MechanicsItem = TRUE,
  1261. WorldStaticModel = CarSeat,
  1262. }
  1263.  
  1264. item BigCarSeat2
  1265. {
  1266. DisplayCategory = VehicleMaintenance,
  1267. Weight = 20.0,
  1268. Type = Normal,
  1269. DisplayName = Big Seat,
  1270. Icon = CarSeat,
  1271. VehicleType = 2,
  1272. MaxCapacity = 30,
  1273. ChanceToSpawnDamaged = 50,
  1274. ConditionMax = 100,
  1275. MechanicsItem = TRUE,
  1276. WorldStaticModel = CarSeat,
  1277. }
  1278.  
  1279. item SportCarSeat2
  1280. {
  1281. DisplayCategory = VehicleMaintenance,
  1282. Weight = 10.0,
  1283. Type = Normal,
  1284. DisplayName = Sports Seat,
  1285. Icon = CarSeat,
  1286. VehicleType = 2,
  1287. MaxCapacity = 10,
  1288. ChanceToSpawnDamaged = 30,
  1289. ConditionMax = 100,
  1290. MechanicsItem = TRUE,
  1291. WorldStaticModel = CarSeat,
  1292. }
  1293.  
  1294. item NormalCarSeat3
  1295. {
  1296. DisplayCategory = VehicleMaintenance,
  1297. Weight = 15.0,
  1298. Type = Normal,
  1299. DisplayName = Standard Seat,
  1300. Icon = CarSeat,
  1301. VehicleType = 3,
  1302. MaxCapacity = 20,
  1303. ChanceToSpawnDamaged = 70,
  1304. ConditionMax = 100,
  1305. MechanicsItem = TRUE,
  1306. WorldStaticModel = CarSeat,
  1307. }
  1308.  
  1309. item BigCarSeat3
  1310. {
  1311. DisplayCategory = VehicleMaintenance,
  1312. Weight = 20.0,
  1313. Type = Normal,
  1314. DisplayName = Big Seat,
  1315. Icon = CarSeat,
  1316. VehicleType = 3,
  1317. MaxCapacity = 30,
  1318. ChanceToSpawnDamaged = 50,
  1319. ConditionMax = 100,
  1320. MechanicsItem = TRUE,
  1321. WorldStaticModel = CarSeat,
  1322. }
  1323.  
  1324. item SportCarSeat3
  1325. {
  1326. DisplayCategory = VehicleMaintenance,
  1327. Weight = 10.0,
  1328. Type = Normal,
  1329. DisplayName = Sports Seat,
  1330. Icon = CarSeat,
  1331. VehicleType = 3,
  1332. MaxCapacity = 10,
  1333. ChanceToSpawnDamaged = 30,
  1334. ConditionMax = 100,
  1335. MechanicsItem = TRUE,
  1336. WorldStaticModel = CarSeat,
  1337. }
  1338.  
  1339. /************************ Muffler ************************/
  1340. item OldCarMuffler1
  1341. {
  1342. DisplayCategory = VehicleMaintenance,
  1343. Weight = 10.0,
  1344. Type = Normal,
  1345. DisplayName = Old Muffler,
  1346. Icon = CarMuffler,
  1347. VehicleType = 1,
  1348. EngineLoudness = 80,
  1349. ConditionMax = 100,
  1350. ConditionLowerStandard = 0.02,
  1351. ConditionLowerOffroad = 0.4,
  1352. MechanicsItem = TRUE,
  1353. WorldStaticModel = Muffler,
  1354. }
  1355.  
  1356. item NormalCarMuffler1
  1357. {
  1358. DisplayCategory = VehicleMaintenance,
  1359. Weight = 10.0,
  1360. Type = Normal,
  1361. DisplayName = Average Muffler,
  1362. Icon = CarMuffler,
  1363. VehicleType = 1,
  1364. EngineLoudness = 100,
  1365. ConditionMax = 100,
  1366. ConditionLowerStandard = 0.015,
  1367. ConditionLowerOffroad = 0.3,
  1368. MechanicsItem = TRUE,
  1369. WorldStaticModel = Muffler,
  1370. }
  1371.  
  1372. item ModernCarMuffler1
  1373. {
  1374. DisplayCategory = VehicleMaintenance,
  1375. Weight = 10.0,
  1376. Type = Normal,
  1377. DisplayName = Performance Muffler,
  1378. Icon = CarMuffler,
  1379. VehicleType = 1,
  1380. EngineLoudness = 120,
  1381. ConditionMax = 100,
  1382. ConditionLowerStandard = 0.01,
  1383. ConditionLowerOffroad = 0.25,
  1384. MechanicsItem = TRUE,
  1385. WorldStaticModel = Muffler,
  1386. }
  1387.  
  1388. item OldCarMuffler2
  1389. {
  1390. DisplayCategory = VehicleMaintenance,
  1391. Weight = 10.0,
  1392. Type = Normal,
  1393. DisplayName = Old Muffler,
  1394. Icon = CarMuffler,
  1395. VehicleType = 2,
  1396. EngineLoudness = 80,
  1397. ConditionMax = 100,
  1398. ConditionLowerStandard = 0.02,
  1399. ConditionLowerOffroad = 0.35,
  1400. MechanicsItem = TRUE,
  1401. WorldStaticModel = Muffler,
  1402. }
  1403.  
  1404. item NormalCarMuffler2
  1405. {
  1406. DisplayCategory = VehicleMaintenance,
  1407. Weight = 10.0,
  1408. Type = Normal,
  1409. DisplayName = Average Muffler,
  1410. Icon = CarMuffler,
  1411. VehicleType = 2,
  1412. EngineLoudness = 100,
  1413. ConditionMax = 100,
  1414. ConditionLowerStandard = 0.015,
  1415. ConditionLowerOffroad = 0.25,
  1416. MechanicsItem = TRUE,
  1417. WorldStaticModel = Muffler,
  1418. }
  1419.  
  1420. item ModernCarMuffler2
  1421. {
  1422. DisplayCategory = VehicleMaintenance,
  1423. Weight = 10.0,
  1424. Type = Normal,
  1425. DisplayName = Performance Muffler,
  1426. Icon = CarMuffler,
  1427. VehicleType = 2,
  1428. EngineLoudness = 120,
  1429. ConditionMax = 100,
  1430. ConditionLowerStandard = 0.01,
  1431. ConditionLowerOffroad = 0.15,
  1432. MechanicsItem = TRUE,
  1433. WorldStaticModel = Muffler,
  1434. }
  1435.  
  1436. item OldCarMuffler3
  1437. {
  1438. DisplayCategory = VehicleMaintenance,
  1439. Weight = 10.0,
  1440. Type = Normal,
  1441. DisplayName = Old Muffler,
  1442. Icon = CarMuffler,
  1443. VehicleType = 3,
  1444. EngineLoudness = 80,
  1445. ConditionMax = 100,
  1446. ConditionLowerStandard = 0.02,
  1447. ConditionLowerOffroad = 0.4,
  1448. MechanicsItem = TRUE,
  1449. WorldStaticModel = Muffler,
  1450. }
  1451.  
  1452. item NormalCarMuffler3
  1453. {
  1454. DisplayCategory = VehicleMaintenance,
  1455. Weight = 10.0,
  1456. Type = Normal,
  1457. DisplayName = Average Muffler,
  1458. Icon = CarMuffler,
  1459. VehicleType = 3,
  1460. EngineLoudness = 100,
  1461. ConditionMax = 100,
  1462. ConditionLowerStandard = 0.015,
  1463. ConditionLowerOffroad = 0.35,
  1464. MechanicsItem = TRUE,
  1465. WorldStaticModel = Muffler,
  1466. }
  1467.  
  1468. item ModernCarMuffler3
  1469. {
  1470. DisplayCategory = VehicleMaintenance,
  1471. Weight = 10.0,
  1472. Type = Normal,
  1473. DisplayName = Performance Muffler,
  1474. Icon = CarMuffler,
  1475. VehicleType = 3,
  1476. EngineLoudness = 120,
  1477. ConditionMax = 100,
  1478. ConditionLowerStandard = 0.01,
  1479. ConditionLowerOffroad = 0.3,
  1480. MechanicsItem = TRUE,
  1481. WorldStaticModel = Muffler,
  1482. }
  1483.  
  1484. /************************ Magazines ************************/
  1485.  
  1486. item MechanicMag1
  1487. {
  1488. Weight = 0.1,
  1489. Type = Literature,
  1490. DisplayName = Laines Auto Manual - Standard Models,
  1491. Icon = MagazineMechanic1,
  1492. TeachedRecipes = Basic Mechanics,
  1493. ReplaceOnUse = MechanicMag1,
  1494. Tooltip = Tooltip_item_MechanicMag1,
  1495. }
  1496.  
  1497. item MechanicMag2
  1498. {
  1499. Weight = 0.1,
  1500. Type = Literature,
  1501. DisplayName = Laines Auto Manual - Commercial Models,
  1502. Icon = MagazineMechanic2,
  1503. TeachedRecipes = Intermediate Mechanics,
  1504. ReplaceOnUse = MechanicMag2,
  1505. Tooltip = Tooltip_item_MechanicMag2,
  1506. }
  1507.  
  1508. item MechanicMag3
  1509. {
  1510. Weight = 0.1,
  1511. Type = Literature,
  1512. DisplayName = Laines Auto Manual - Performance Models,
  1513. Icon = MagazineMechanic3,
  1514. TeachedRecipes = Advanced Mechanics,
  1515. ReplaceOnUse = MechanicMag3,
  1516. Tooltip = Tooltip_item_MechanicMag3,
  1517. }
  1518.  
  1519. item BookMechanic1
  1520. {
  1521. NumberOfPages = 220,
  1522. Weight = 0.8,
  1523. Type = Literature,
  1524. DisplayName = Mechanics for Beginners,
  1525. Icon = Book11,
  1526. SkillTrained = Mechanics,
  1527. LvlSkillTrained = 1,
  1528. NumLevelsTrained = 2,
  1529. }
  1530.  
  1531. item BookMechanic2
  1532. {
  1533. NumberOfPages = 260,
  1534. Weight = 0.8,
  1535. Type = Literature,
  1536. DisplayName = Mechanics for Intermediates,
  1537. Icon = Book11,
  1538. SkillTrained = Mechanics,
  1539. LvlSkillTrained = 3,
  1540. NumLevelsTrained = 2,
  1541. }
  1542.  
  1543. item BookMechanic3
  1544. {
  1545. NumberOfPages = 300,
  1546. Weight = 0.8,
  1547. Type = Literature,
  1548. DisplayName = Advanced Mechanics,
  1549. Icon = Book11,
  1550. SkillTrained = Mechanics,
  1551. LvlSkillTrained = 5,
  1552. NumLevelsTrained = 2,
  1553. }
  1554.  
  1555. item BookMechanic4
  1556. {
  1557. NumberOfPages = 340,
  1558. Weight = 0.8,
  1559. Type = Literature,
  1560. DisplayName = Expert Mechanics,
  1561. Icon = Book11,
  1562. SkillTrained = Mechanics,
  1563. LvlSkillTrained = 7,
  1564. NumLevelsTrained = 2,
  1565. }
  1566.  
  1567. item BookMechanic5
  1568. {
  1569. NumberOfPages = 380,
  1570. Weight = 0.8,
  1571. Type = Literature,
  1572. DisplayName = Master Mechanics,
  1573. Icon = Book11,
  1574. SkillTrained = Mechanics,
  1575. LvlSkillTrained = 9,
  1576. NumLevelsTrained = 2,
  1577. }
  1578. }
  1579.  
Advertisement
Add Comment
Please, Sign In to add comment