Advertisement
Alstro20

rewards.json

Jul 17th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [
  2. {
  3. "content": "modcurrency:coin:0",
  4. "unitWorth": 1,
  5. "weight": 10,
  6. "amount": {
  7. "min": 1,
  8. "max": 4
  9. }
  10. },
  11. {
  12. "content": "modcurrency:coin:1",
  13. "unitWorth": 5,
  14. "weight": 10,
  15. "amount": {
  16. "min": 1,
  17. "max": 2
  18. }
  19. },
  20. {
  21. "content": "modcurrency:coin:2",
  22. "unitWorth": 10,
  23. "weight": 10,
  24. "amount": {
  25. "min": 1,
  26. "max": 2
  27. }
  28. },
  29. {
  30. "content": "modcurrency:coin:3",
  31. "unitWorth": 25,
  32. "weight": 10,
  33. "amount": {
  34. "min": 1,
  35. "max": 3
  36. }
  37. },
  38. {
  39. "content": "modcurrency:coin:4",
  40. "unitWorth": 100,
  41. "weight": 10,
  42. "amount": {
  43. "min": 1,
  44. "max": 1
  45. }
  46. },
  47. {
  48. "content": "modcurrency:coin:5",
  49. "unitWorth": 200,
  50. "weight": 10,
  51. "amount": {
  52. "min": 1,
  53. "max": 4
  54. }
  55. },
  56. {
  57. "content": "modcurrency:banknote:1",
  58. "unitWorth": 500,
  59. "weight": 10,
  60. "amount": {
  61. "min": 1,
  62. "max": 1
  63. }
  64. },
  65. {
  66. "content": "modcurrency:banknote:2",
  67. "unitWorth": 1000,
  68. "weight": 10,
  69. "amount": {
  70. "min": 1,
  71. "max": 1
  72. }
  73. },
  74. {
  75. "content": "modcurrency:banknote:3",
  76. "unitWorth": 2000,
  77. "weight": 10,
  78. "amount": {
  79. "min": 1,
  80. "max": 2
  81. }
  82. },
  83. {
  84. "content": "modcurrency:banknote:4",
  85. "unitWorth": 5000,
  86. "weight": 10,
  87. "amount": {
  88. "min": 1,
  89. "max": 1
  90. }
  91. },
  92. {
  93. "content": "modcurrency:banknote:5",
  94. "unitWorth": 10000,
  95. "weight": 10,
  96. "amount": {
  97. "min": 1,
  98. "max": 2
  99. }
  100. }
  101. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement