Advertisement
Hipopotofobia

Alchemist Menu Updated

Aug 7th, 2019
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. title: "Alchemist"
  2. rows: 5
  3.  
  4. fill:
  5. material: WHITE_STAINED_GLASS_PANE
  6. display-name: "&r"
  7.  
  8. left-slot: 11
  9. right-slot: 15
  10. preview-slot: 22
  11. accept-slot: 31
  12.  
  13. book:
  14. success-rate-formula: "({left_success_rate} + {right_success_rate}) / 4"
  15. destroy-rate-formula: "({left_destroy_rate} + {right_destroy_rate}) / 4 + {max_destroy_rate}"
  16. eco-cost-formula: "0"
  17. exp-cost-formula: "({group_order_index} + 1) * {final_success_rate}"
  18.  
  19. dust:
  20. percentage-formula: "({left_percentage} + {right_percentage}) / 2"
  21. eco-cost-formula: "0"
  22. exp-cost-formula: "({group_order_index} + 1) * {final_success_rate}"
  23.  
  24. contents:
  25. preview:
  26. material: GRAY_STAINED_GLASS_PANE
  27. display-name: "&eITEM PREVIEW"
  28. lore:
  29. - "&7A preview of the item that you"
  30. - "&7will receive from the alchemist"
  31. - "&7will be displayed here."
  32. accept-before:
  33. material: RED_DYE
  34. display-name: "&cWaiting for you..."
  35. lore:
  36. - "&7The alchemist is waiting"
  37. - "&7for your enchange..."
  38. accept-after:
  39. material: LIME_DYE
  40. display-name: "&eClick to confirm"
  41. lore:
  42. - "&cCost: {exp_cost} EXP"
  43. - ""
  44. - "&7Click to confirm the exchange"
  45. - "&7after which you will receive"
  46. - "&7the item displayed above."
  47. explanation:
  48. material: PAINTING
  49. display-name: "&8[&eThe Alchemist&8]"
  50. lore:
  51. - "&7The alchemist will exchange:"
  52. - ""
  53. - "&8- &f2x enchantment books"
  54. - "&7(of the same type and level) &ffor"
  55. - "&fthe same enchantment book"
  56. - "&7(of a higher level)"
  57. - ""
  58. - "&8- &f2x magic dust"
  59. - "&7(of the same rarity) &ffor"
  60. - "&fthe same dust"
  61. - "&7(of a higher percentage)"
  62. slot: 4
  63. corners:
  64. material: BLUE_STAINED_GLASS_PANE
  65. display-name: "&r"
  66. slot: "0,1,7,8,9,17,27,35,36,37,43,44"
  67. edge:
  68. material: LIGHT_BLUE_STAINED_GLASS_PANE
  69. display-name: "&r"
  70. slot: "2,3,5,6,18,26,38,39,40,41,42"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement