Advertisement
Guest User

Untitled

a guest
Feb 1st, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. {
  2. "treasures": [
  3. {
  4. "name": "regstuff",
  5. "treasureGroups": [
  6. {
  7. "name": "r1",
  8. "min": 1,
  9. "max": 1,
  10. "probability": 1.0,
  11. },
  12. {
  13. "name": "r2",
  14. "min": 1,
  15. "max": 1,
  16. "probability": 1.0,
  17. },
  18. {
  19. "name": "r3",
  20. "min": 1,
  21. "max": 1,
  22. "probability": 1.0,
  23. },
  24. ]
  25. },
  26. {
  27. "name": "r1",
  28. "material": "GOLD_NUGGET",
  29. "tagName": null,
  30. "min": 1,
  31. "max": 4,
  32. "probability": 0.008,
  33. "treasureGroups": "reg",
  34. "enchantments": null
  35. },
  36. {
  37. "name": "r2",
  38. "material": "APPLE",
  39. "tagName": null,
  40. "min": 1,
  41. "max": 4,
  42. "probability": 0.008,
  43. "treasureGroups": "reg",
  44. "enchantments": null
  45. },
  46. {
  47. "name": "r3",
  48. "material": "ARROW",
  49. "tagName": null,
  50. "min": 1,
  51. "max": 32,
  52. "probability": 0.008,
  53. "treasureGroups": "reg",
  54. "enchantments": null
  55. }
  56. ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement