Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. SkillShopItemFirstTime:
  2. id: "174"
  3. name: "&aIce Wall &7[Skill]"
  4. lore:
  5. - "&7Every enemy attacking you will be freezed for"
  6. - "&7a period of time, while damage is reduced."
  7. - ""
  8. - "&8» &7Duration: &a%duration% seconds"
  9. - "&8» &7Cooldown: &a%cooldown% seconds"
  10. - ""
  11. - "&7Price: &e%price% Coins"
  12. slot: 21
  13. SkillShopItemUpgrade:
  14. id: "EMERALD"
  15. name: "&aIce Wall &eUpgrade"
  16. lore:
  17. - "&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%"
  18. - "&7Duration: &a%current_duration%(s)&8 ➜ &a%next_duration%(s)"
  19. - "&7Cooldown: &a%current_cooldown%(s)&8 ➜ &a%next_cooldown%(s)"
  20. - ""
  21. - "&7Damage Reduction: &a%current_reduction%%&8 ➜ &a%next_reduction%%"
  22. - "&7Freezing Duration: &a%current_freezing%(s)&8 ➜ &a%next_freezing%(s)"
  23. - ""
  24. - "&7Price: &6%price%"
  25. - ""
  26. - "&8[Click to Upgrade]"
  27. Skill:
  28. id: "174"
  29. name: "&aIce Wall &7[Skill]"
  30. lore:
  31. - "&7Every enemy attacking you will freeze for"
  32. - "&7a period of time, while damage is reduced."
  33. - ""
  34. - "&8» &7Duration: &a%duration% seconds"
  35. - "&8» &7Cooldown: &a%cooldown% seconds"
  36. - "&8» Damage Reduction: &a%reduction%%"
  37. - "&8» Freezing Duration: &a%freezing% seconds"
  38. - ""
  39. - "&8» &7Upgrade Level: %level%"
  40. upgrades:
  41. - "500;7;60;50;3"
  42. - "1500;10;55;75;4"
  43. - "4000;15;50;100;5"
  44. sound_1: CREEPER_HISS;2;0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement