Advertisement
Guest User

Untitled

a guest
May 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. {
  2. "pairs": [
  3. {
  4. "chance": 100,
  5. "items": [
  6. {
  7. "type": "SULPHUR",
  8. "chance": 100,
  9. "min": 0,
  10. "max": 2,
  11. "looting": true
  12. }
  13. ]
  14. },
  15. {
  16. "killer": [
  17. "SKELETON",
  18. "STRAY"
  19. ],
  20. "chance": 100,
  21. "items": [
  22. {
  23. "type": "GOLD_RECORD",
  24. "chance": 8.33
  25. },
  26. {
  27. "type": "GREEN_RECORD",
  28. "chance": 8.33
  29. },
  30. {
  31. "type": "RECORD_3",
  32. "chance": 8.33
  33. },
  34. {
  35. "type": "RECORD_4",
  36. "chance": 8.33
  37. },
  38. {
  39. "type": "RECORD_5",
  40. "chance": 8.33
  41. },
  42. {
  43. "type": "RECORD_6",
  44. "chance": 8.33
  45. },
  46. {
  47. "type": "RECORD_7",
  48. "chance": 8.33
  49. },
  50. {
  51. "type": "RECORD_8",
  52. "chance": 8.33
  53. },
  54. {
  55. "type": "RECORD_9",
  56. "chance": 8.34
  57. },
  58. {
  59. "type": "RECORD_10",
  60. "chance": 8.34
  61. },
  62. {
  63. "type": "RECORD_11",
  64. "chance": 8.34
  65. },
  66. {
  67. "type": "RECORD_12",
  68. "chance": 8.34
  69. }
  70. ]
  71. }
  72. ]
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement