Guest User

config/RoadBradley.json

a guest
Apr 13th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. {
  2. "Tank Route - Display every X checkpoint (Command)": 5,
  3. "Targeting - Target NPC": false,
  4. "Loot & Damage Share - Use Friends": false,
  5. "Loot & Damage Share - Use Clans": false,
  6. "Purchases - Used Purchase System (0 - None, 1 - Economics, 2 - ServerRewards)": 0,
  7. "Tank Info - Display Timed Bradley Info": false,
  8. "Tank Info - Timed Bradley Info Format": "-=BRADLEY=-\nTier: {0}",
  9. "Tank Info - Display Purchased Bradley Info": true,
  10. "Tank Info - Purchased Bradley Info Format": "-=BRADLEY=-\nTier: {0}\nOwner: {1}",
  11. "Tank Unstuck - Killed Entity Names": [],
  12. "Tank Routes - Spawns Per Maps": {
  13. "default": [
  14. "default"
  15. ]
  16. },
  17. "Tank Routes - Purchasable Road ID Blacklist Per Map": {
  18. "default": [
  19. 0
  20. ]
  21. },
  22. "Tank Routes - Spawn Configuration": {
  23. "default": {
  24. "Tank Route - Road IDs": [
  25. 1,
  26. 2,
  27. 3
  28. ],
  29. "Tank Route - Is route looped": false,
  30. "Tank Route - Use longest path": true,
  31. "Tank Route - Remove first and last checkpoints": 15,
  32. "Spawns - Announce Spawn": true,
  33. "Spawns - Respawn Time (in seconds)": 900,
  34. "Spawns - Min. Online Players": 0,
  35. "Spawns - Chance": {
  36. "Normal": 1
  37. }
  38. }
  39. },
  40. "Tank Routes - Purchasable": {
  41. "Normal": {
  42. "Purchases - Required Permission (leave blank, to disable)": "",
  43. "Purchases - Cooldown (in seconds, 0 to disable)": 3600,
  44. "Purchases - Max Daily (in seconds, 0 to disable)": 3,
  45. "Purchases - Time To Kill (in seconds, 0 to disable)": 600,
  46. "Purchases - Time To Come To Bradley (Kill Time + Coming Time)": 600,
  47. "Purchases - Limit Loot, Target and Damage To Team": true,
  48. "Purchases - Required Items": [
  49. {
  50. "Shortname": "scrap",
  51. "Amount": 100,
  52. "Skin": 0,
  53. "Display Name": ""
  54. },
  55. {
  56. "Shortname": "metal.fragments",
  57. "Amount": 1500,
  58. "Skin": 0,
  59. "Display Name": ""
  60. }
  61. ]
  62. }
  63. },
  64. "Tank Routes - Configuration": {
  65. "Normal": {
  66. "Tank Target - Max distance to target": 10.0,
  67. "Tank Target - Max clothing amount": 4.0,
  68. "Tank Target - Targeted items": [
  69. "rocket.launcher",
  70. "explosive.timed",
  71. "explosive.satchel"
  72. ],
  73. "Tank Options - Model Scale": 1.0,
  74. "Tank Options - Map Marker Type (None/Crate/Chinook/Cargoship)": "Crate",
  75. "Tank Options - Move Speed (0-1)": 1.0,
  76. "Tank Options - Health": 1000.0,
  77. "Tank Options - View Range": 50.0,
  78. "Turret Options - Fire Rate": 0.06,
  79. "Turret Options - Burst Length": 10,
  80. "Turret Options - Aim Cone": 3.0,
  81. "Turret Options - Bullet Damage": 15.0,
  82. "Bradley Debris - Health": 500.0,
  83. "Bradley Debris - Time To Cool Down": 60.0,
  84. "Loot - Crate Amount (If default loot preset)": 4,
  85. "Loot - Used Loot Preset (leave blank for default)": "",
  86. "Loot - Fire Lock Time (in seconds)": 60
  87. }
  88. },
  89. "Loot - Presets": {
  90. "custom": {
  91. "Loot - Min. Crates": 2,
  92. "Loot - Max. Crates": 4,
  93. "Loot - Min. Items Per Crate": 4,
  94. "Loot - Max. Items Per Crate": 5,
  95. "Loot - Loot Table": [
  96. {
  97. "Shortname": "explosive.timed",
  98. "Amount": 1,
  99. "Skin": 0,
  100. "Display Name": "",
  101. "Chance": 1,
  102. "Additional Items": []
  103. },
  104. {
  105. "Shortname": "metal.refined",
  106. "Amount": 1000,
  107. "Skin": 0,
  108. "Display Name": "",
  109. "Chance": 2,
  110. "Additional Items": []
  111. },
  112. {
  113. "Shortname": "rifle.ak",
  114. "Amount": 1,
  115. "Skin": 0,
  116. "Display Name": "",
  117. "Chance": 1,
  118. "Additional Items": [
  119. {
  120. "Shortname": "ammo.rifle",
  121. "Amount": 20,
  122. "Skin": 0,
  123. "Display Name": ""
  124. }
  125. ]
  126. }
  127. ]
  128. }
  129. }
  130. }
Advertisement
Add Comment
Please, Sign In to add comment