Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ########################################################
  2. TRASH:
  3. name: '&7Tier: &6✯&7✯✯✯✯'
  4. unidentification:
  5. range: 6
  6. name: 'Trash'
  7. prefix: '&8'
  8. item-glow:
  9. hint: true
  10. color: 'GRAY'
  11. deconstruct-item: {}
  12. ########################################################
  13. COMMON:
  14. name: '&7Tier: &6✯✯&7✯✯✯'
  15. unidentification:
  16. name: 'Common'
  17. prefix: '&f'
  18. range: 6
  19. item-glow:
  20. hint: true
  21. color: WHITE
  22. deconstruct-item: {}
  23. ##########################################################
  24. UNCOMMON:
  25. name: '&7Tier: &6✯✯✯&7✯✯'
  26. unidentification:
  27. name: 'Uncommon'
  28. prefix: '&a'
  29. range: 6
  30. item-glow:
  31. hint: true
  32. color: GREEN
  33. deconstruct-item: {}
  34. ########################################################
  35.  
  36. ########################################################
  37. RARE:
  38. name: '&7Tier: &6✯✯✯&7✯'
  39. unidentification:
  40. name: 'Rare'
  41. prefix: '&b'
  42. range: 6
  43. item-glow:
  44. hint: true
  45. color: BLUE
  46. deconstruct-item:
  47.  
  48. sucess:
  49. coef: 1
  50. items:
  51. MATERIAL:
  52. DUNGEONESSENCE: 100,1-1,0
  53.  
  54. lose:
  55. coef: 3
  56. items:
  57. MATERIAL:
  58. WEAPON_POWDER: 100,1-1,0
  59.  
  60. triggers:
  61. - 'exp smithing 25'
  62.  
  63. ########################################################
  64. LEGENDARY:
  65. name: '&7Tier: &6✯✯✯✯✯'
  66. unidentification:
  67. name: 'Legendary'
  68. prefix: '&6'
  69. range: 6
  70. item-glow:
  71. hint: true
  72. color: GOLDEN
  73. deconstruct-item: {}
  74. ########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement