iiAmAko

Untitled

Aug 8th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. {
  2. "Barrel": {
  3. "barrelTypes": "loot-barrel-1|loot_barrel_1",
  4. "enableBarrels": true,
  5. "giveXpBarrel": true,
  6. "maxItemsPerBarrel": 6,
  7. "maxXpScaleBarrel": 1.0,
  8. "minItemsPerBarrel": 3,
  9. "minXpScaleBarrel": 1.0,
  10. "refreshBarrels": true
  11. },
  12. "Chances": {
  13. "baseItemRarity": -1
  14. },
  15. "Crate": {
  16. "crateTypes": "crate_normal_2_medical",
  17. "enableCrates": true,
  18. "giveXpCrate": true,
  19. "maxItemsPerCrate": 6,
  20. "maxXpScaleCrate": 1.0,
  21. "minItemsPerCrate": 3,
  22. "minXpScaleCrate": 1.0,
  23. "refreshCrates": true
  24. },
  25. "Generic": {
  26. "delayPluginInit": 3,
  27. "dropWeaponsWithAmmo": true,
  28. "enforceBlacklist": false,
  29. "listUpdatesOnLoaded": true,
  30. "listUpdatesOnRefresh": false,
  31. "pluginEnabled": true,
  32. "refreshMinutes": 30,
  33. "removeStackedContainers": false
  34. },
  35. "HeliCrate": {
  36. "excludeHeliCrate": true,
  37. "giveXpHeliCrate": true,
  38. "m249RarityIndex": 2,
  39. "maxItemsPerHeliCrate": 4,
  40. "maxXpScaleHeliCrate": 1.0,
  41. "minItemsPerHeliCrate": 2,
  42. "minXpScaleHeliCrate": 1.0,
  43. "useCustomTableHeli": true
  44. },
  45. "SupplyDrop": {
  46. "giveXpSupplyDrop": true,
  47. "includeSupplyDrop": false,
  48. "maxItemsPerSupplyDrop": 6,
  49. "maxXpScaleSupplyDrop": 1.0,
  50. "minItemsPerSupplyDrop": 3,
  51. "minXpScaleSupplyDrop": 1.0,
  52. "useCustomTableSupply": true
  53. }
  54. }
Add Comment
Please, Sign In to add comment