Advertisement
DanSpedey

Untitled

Nov 9th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #Configuration for the chest item ratios
  2. #this system works by levels. Level 1 aka lvl1
  3. #is the most common stuff whereas lvl5 is the least
  4. #common. You can set what will spawn at each level below.
  5. #The ratio setting determines how likley the next level is
  6. #to spawn in. a ratio of 2 means that it is twice as unlikley
  7. #for the next level to spawn in.
  8. ##FORMAT
  9. # <itemid>,<max amount per slot>
  10.  
  11. #DONT TOUCH THIS
  12. version: 0
  13.  
  14. chest:
  15. ratio: 2
  16. lvl1:
  17. - 268,1
  18. - 298,1
  19. - 299,1
  20. - 300,1
  21. - 301,1
  22. - 319,3
  23. - 349,3
  24. - 260,3
  25. - 262,5
  26. lvl2:
  27. - 268,1
  28. - 314,1
  29. - 266,1
  30. - 315,1
  31. - 316,1
  32. - 317,1
  33. - 320,3
  34. - 281,4
  35. - 260,2
  36. - 363,4
  37. - 364,2
  38. - 365,4
  39. - 366,2
  40. - 368,2
  41. - 282,1
  42. lvl3:
  43. - 283,1
  44. - 103,4
  45. - 306,1
  46. - 307,1
  47. - 308,1
  48. - 309,1
  49. - 265,1
  50. - 302,1
  51. - 303,1
  52. - 305,1
  53. - 322,2
  54. - 259,1
  55. - 283,1
  56. lvl4:
  57. - 267,1
  58. lvl5:
  59. - 276,1
  60. - 310,1
  61. - 311,1
  62. - 312,1
  63. - 313,1
  64. - 354,2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement