Advertisement
Guest User

Untitled

a guest
Jul 10th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. SkillShopItemFirstTime:
  2. id: "95:3"
  3. name: "&aWater Glyph &7[Skill]"
  4. lore:
  5. - "&7Generates a static circular glyph around the player."
  6. - "&7Players inside it, will be constantly healed."
  7. - ""
  8. - "&8» &7Heal: &a%heal% hearts"
  9. - "&8» &7Cooldown: &a%cooldown% seconds"
  10. - ""
  11. - "&7Price: &e%price% Coins"
  12. slot: 22
  13. SkillShopItemUpgrade:
  14. id: "EMERALD"
  15. name: "&aWater Glyph &eUpgrade"
  16. lore:
  17. - "&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%"
  18. - "&7Heal: &a%current_heal%&8 ➜ &a%next_heal%"
  19. - "&7Cooldown: &a%current_cooldown%(s)&8 ➜ &a%next_cooldown%(s)"
  20. - ""
  21. - "&7Duration: &a%current_duration%(s)&8 ➜ &a%next_duration%(s)"
  22. - "&7Radius: &a%current_radius% blocks&8 ➜ &a%next_radius% blocks"
  23. - ""
  24. - "&7Price: &6%price%"
  25. - ""
  26. - "&8[Click to Upgrade]"
  27. Skill:
  28. enabled: true
  29. id: "95:3"
  30. name: "&aWater Glyph &7[Skill]"
  31. lore:
  32. - "&7Generates a static circular glyph around the player."
  33. - "&7Players inside it, will be constantly healed."
  34. - ""
  35. - "&8» &7Heal: &a%heal%"
  36. - "&8» &7Cooldown: &a%cooldown% seconds"
  37. - "&8» Duration: &a%duration% seconds"
  38. - "&8» Radius: &a%radius% blocks"
  39. - ""
  40. - "&8» &7Upgrade Level: %level%"
  41. upgrades:
  42. - "500;2;60;6;5"
  43. - "1500;4;55;7;6"
  44. - "4000;6;50;8;7"
  45. sound_1: DRINK;2;1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement