Advertisement
Guest User

Untitled

a guest
Mar 1st, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. SkillShopItemFirstTime:
  2. id: "327"
  3. name: "&aEruption &7[Skill]"
  4. lore:
  5. - "&7Launches a fire projectile towards where you are looking"
  6. - "&7at, hitting multiple enemies."
  7. - ""
  8. - "&8» &7Damage: &a%min%&7-&a%max%"
  9. - "&8» &7Cooldown: &a%cooldown% seconds"
  10. - ""
  11. - "&7Price: &e%price% Coins"
  12. slot: 11
  13. SkillShopItemUpgrade:
  14. id: "EMERALD"
  15. name: "&aEruption &eUpgrade"
  16. lore:
  17. - "&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%"
  18. - "&7Damage: &a%current_min%&7-&a%current_max%&8 ➜ &a%next_min%&7-&a%next_max%"
  19. - "&7Cooldown: &a%current_cooldown%(s)&8 ➜ &a%next_cooldown%(s)"
  20. - ""
  21. - "&7Max Enemies: &a%current_max_enemies%&8 ➜ &a%next_max_enemies%"
  22. - ""
  23. - "&7Price: &6%price%"
  24. - ""
  25. - "&8[Click to Upgrade]"
  26. Skill:
  27. id: "327"
  28. name: "&aEruption &7[Skill]"
  29. lore:
  30. - "&7Launches a fire projectile towards where you are looking"
  31. - "&7at, hitting up to &e%max_enemies% &7enemies."
  32. - ""
  33. - "&8» &7Damage: &a%min%&7-&a%max%"
  34. - "&8» &7Cooldown: &a%cooldown% seconds"
  35. - ""
  36. - "&8» &7Upgrade Level: %level%"
  37. upgrades:
  38. - "500;13-25;30;3"
  39. - "1500;29-43;27;4"
  40. - "4000;56-75;25;5"
  41. sound_1: FIRE_IGNITE;1;1.8
  42. sound_2: EXPLODE;2;0.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement