Advertisement
Guest User

types.xml

a guest
May 24th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. //START DBO_CARS _ JEEP
  2.  
  3. <type name="dbojeep">
  4. <nominal>0</nominal>
  5. <lifetime>3888000</lifetime>
  6. <restock>1800</restock>
  7. <min>0</min>
  8. <quantmin>-1</quantmin>
  9. <quantmax>-1</quantmax>
  10. <cost>100</cost>
  11. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  12. </type>
  13. <type name="dbojeep4s">
  14. <nominal>0</nominal>
  15. <lifetime>3888000</lifetime>
  16. <restock>1800</restock>
  17. <min>0</min>
  18. <quantmin>-1</quantmin>
  19. <quantmax>-1</quantmax>
  20. <cost>100</cost>
  21. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  22. </type>
  23. <type name="dbojeepAS">
  24. <nominal>0</nominal>
  25. <lifetime>3888000</lifetime>
  26. <restock>1800</restock>
  27. <min>0</min>
  28. <quantmin>-1</quantmin>
  29. <quantmax>-1</quantmax>
  30. <cost>100</cost>
  31. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  32. </type>
  33.  
  34. <type name="jeepWheel">
  35. <nominal>3</nominal>
  36. <lifetime>2700</lifetime>
  37. <restock>0</restock>
  38. <min>2</min>
  39. <quantmin>-1</quantmin>
  40. <quantmax>-1</quantmax>
  41. <cost>100</cost>
  42. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  43. <category name="tools"/>
  44. <tag name="floor"/>
  45. <usage name="Industrial"/>
  46. </type>
  47. <type name="jeepWheel_destroyed">
  48. <lifetime>1800</lifetime>
  49. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
  50. </type>
  51. <type name="jeepHood">
  52. <nominal>10</nominal>
  53. <lifetime>2700</lifetime>
  54. <restock>0</restock>
  55. <min>5</min>
  56. <quantmin>-1</quantmin>
  57. <quantmax>-1</quantmax>
  58. <cost>100</cost>
  59. <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  60. <category name="tools"/>
  61. <tag name="floor"/>
  62. <usage name="Industrial"/>
  63. </type>
  64.  
  65.  
  66. //END DBO_CARS _ JEEP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement