Advertisement
Guest User

BradleyControl Example Updated

a guest
Sep 1st, 2017
3,755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. {
  2. "options": {
  3. "bradleyEnabled": true,
  4. "bradleyAverage": 3,
  5. "respawnDelay": -1.0,
  6. "despawnDelay": -1.0,
  7. "startHealth": 1000.0,
  8. "maxTurretRange": 100.0,
  9. "gunAccuracy": 1.0,
  10. "gunDamage": 1.0,
  11. "speed": 1.0,
  12. "targetsNakeds": false,
  13. "ammoDoesDamage": true,
  14. "maxLootCrates": 3,
  15. "customLootTables": true,
  16. "enableNapalm": true,
  17. "napamWaterRequired": -1,
  18. "lootAccessDelay": -1.0,
  19. "enableGibs": true,
  20. "gibsHotDelay": -1.0,
  21. "gibsHealth": 1000.0
  22. },
  23. "lootTables": {
  24. "bradleyCrate": {
  25. "ammo.rocket.basic": [
  26. "2",
  27. "0",
  28. "1"
  29. ],
  30. "ammo.rocket.fire": [
  31. "2",
  32. "0",
  33. "2"
  34. ],
  35. "ammo.rocket.hv": [
  36. "2",
  37. "0",
  38. "2"
  39. ],
  40. "explosive.timed": [
  41. "2",
  42. "0",
  43. "1"
  44. ],
  45. "explosive.satchel": [
  46. "4",
  47. "860423633",
  48. "1"
  49. ],
  50. "grenade.f1": [
  51. "6",
  52. "1117908964",
  53. "1"
  54. ],
  55. "ammo.rifle": [
  56. "120",
  57. "0",
  58. "3"
  59. ],
  60. "ammo.pistol": [
  61. "60",
  62. "0",
  63. "3"
  64. ],
  65. "ammo.rifle.incendiary": [
  66. "80",
  67. "0",
  68. "3"
  69. ],
  70. "ammo.rifle.explosive": [
  71. "50",
  72. "0",
  73. "3"
  74. ],
  75. "ammo.rifle.hv": [
  76. "75",
  77. "0",
  78. "3"
  79. ],
  80. "ammo.pistol.fire": [
  81. "100",
  82. "0",
  83. "3"
  84. ],
  85. "ammo.pistol.hv": [
  86. "100",
  87. "0",
  88. "3"
  89. ],
  90. "lmg.m249": [
  91. "1",
  92. "0",
  93. "1"
  94. ],
  95. "pistol.m92": [
  96. "1",
  97. "0",
  98. "2"
  99. ],
  100. "rifle.ak": [
  101. "1",
  102. "1120754666",
  103. "2"
  104. ],
  105. "rifle.bolt": [
  106. "1",
  107. "1116940640",
  108. "2"
  109. ],
  110. "smg.2": [
  111. "1",
  112. "1115623613",
  113. "2"
  114. ],
  115. "smg.mp5": [
  116. "1",
  117. "0",
  118. "2"
  119. ],
  120. "smg.thompson": [
  121. "1",
  122. "928501490",
  123. "2"
  124. ],
  125. "weapon.mod.holosight": [
  126. "1",
  127. "0",
  128. "2"
  129. ],
  130. "weapon.mod.silencer": [
  131. "1",
  132. "0",
  133. "3"
  134. ],
  135. "weapon.mod.flashlight": [
  136. "1",
  137. "0",
  138. "3"
  139. ],
  140. "weapon.mod.lasersight": [
  141. "1",
  142. "0",
  143. "2"
  144. ],
  145. "weapon.mod.small.scope": [
  146. "1",
  147. "0",
  148. "3"
  149. ],
  150. "targeting.computer": [
  151. "1",
  152. "0",
  153. "3"
  154. ],
  155. "cctv.camera": [
  156. "1",
  157. "0",
  158. "3"
  159. ],
  160. "fun.guitar": [
  161. "1",
  162. "811725124",
  163. "3"
  164. ],
  165. "door.hinged.toptier": [
  166. "1",
  167. "1120456417",
  168. "2"
  169. ]
  170. }
  171. },
  172. "targetable": {
  173. "mostClothing": 2,
  174. "targetable": [
  175. "hazmatsuit",
  176. "explosive.timed",
  177. "rocket.launcher"
  178. ],
  179. "nonTargetable": [
  180. "bone.club",
  181. "knife.bone",
  182. "bow.hunting",
  183. "longsword",
  184. "mace",
  185. "machete",
  186. "salvaged.cleaver",
  187. "salvaged.sword",
  188. "spear.stone",
  189. "spear.wooden"
  190. ]
  191. }
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement