Advertisement
Guest User

Untitled

a guest
Aug 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. SkillShopItemFirstTime:
  2. id: "49"
  3. name: "&aTorpedo &7[Skill]"
  4. lore:
  5. - "&7Launches severals missiles towards where you are looking"
  6. - "&7at, exploding in the ground 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: 23
  13. SkillShopItemUpgrade:
  14. id: "EMERALD"
  15. name: "&aTorpedo &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. - "&7Number of Missiles: &a%current_missiles%&8 ➜ &a%next_missiles%"
  22. - ""
  23. - "&7Price: &6%price%"
  24. - ""
  25. - "&8[Click to Upgrade]"
  26. Skill:
  27. enabled: true
  28. id: "49"
  29. name: "&aTorpedo &7[Skill]"
  30. lore:
  31. - "&7Launches severals missiles towards where you are looking"
  32. - "&7at, exploding in the ground hitting multiple enemies."
  33. - ""
  34. - "&8» &7Damage: &a%min%&7-&a%max%"
  35. - "&8» &7Cooldown: &a%cooldown% seconds"
  36. - "&8» Number of Missiles: &a%missiles%"
  37. - ""
  38. - "&8» &7Upgrade Level: %level%"
  39. upgrades:
  40. - "500;6-11;40;4"
  41. - "1500;14-25;35;6"
  42. - "4000;27-47;30;8"
  43. sound_1: CREEPER_DEATH;2;0.3
  44. sound_2: EXPLODE;2;0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement