Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ###################
  2. # #
  3. # Warzone Loot #
  4. # #
  5. ###################
  6.  
  7. # Minimum amount of loot in a chest
  8. minimumloot: 1
  9. # Maximum loot in a chest
  10. maximumloot: 3
  11.  
  12. # Drops in a loot chest
  13. normalDrops:
  14. # Custom drop with lore and display name
  15. item1:
  16. # Item name
  17. name: "&cDeath's Eye"
  18. # Lore
  19. lore:
  20. - "&aAn eye rumored to kill"
  21. - "&aany soul who dares to"
  22. - "&adisturb it."
  23. # Item ID
  24. id: "381"
  25. # Amount to drop
  26. amount: 1
  27. # Chance of drop (out of 100)
  28. chance: 50
  29. # Custom drop with only items
  30. gapples:
  31. # Item ID
  32. id: "322:1"
  33. # Amount to drop
  34. amount: 120
  35. # Chance of drop (out of 100)
  36. chance: 25
  37. # Random book
  38. gapples:
  39. # Item ID
  40. id: "randombook_bow"
  41. # Amount to drop
  42. amount: 1
  43. # Power level
  44. power: 1
  45. # Chance of drop (out of 100)
  46. chance: 10
  47.  
  48. # Drops in a washup loot chest
  49. enhancedDrops:
  50. # Custom drop with lore and display name
  51. item1:
  52. # Item name
  53. name: "&cDeath's Eye"
  54. # Lore
  55. lore:
  56. - "&aAn eye rumored to kill"
  57. - "&aany soul who dares to"
  58. - "&adisturb it."
  59. # Item ID
  60. id: "381"
  61. # Amount to drop
  62. amount: 1
  63. # Chance of drop (out of 100)
  64. chance: 100
  65. # Custom drop with only items
  66. gapples:
  67. # Item ID
  68. id: "322:1"
  69. # Amount to drop
  70. amount: 120
  71. # Chance of drop (out of 100)
  72. chance: 75
  73. # Random book
  74. gapples:
  75. # Item ID
  76. id: "randombook_bow"
  77. # Amount to drop
  78. amount: 1
  79. # Power level
  80. power: 1
  81. # Chance of drop (out of 100)
  82. chance: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement