Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2019
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Turret:
  2. name: "Burst Turret"
  3. upgrades:
  4. - "0;1-1.5;0.75;10"
  5. - "800;1.75-2.25;0.5;13"
  6. - "2500;2.75-4;0.25;16"
  7. sound_1: ENTITY_FIREWORK_ROCKET_BLAST;1;1.7
  8. Block:
  9. id: "COAL_BLOCK"
  10. name: "&aBurst Turret &6Block"
  11. lore:
  12. - "&7Fast speed turret with no extra abilities."
  13. - ""
  14. - "&8» &7Damage: &a%min%&7-&a%max%"
  15. - "&8» &7Cooldown: &a%cooldown% seconds"
  16. - "&8» &7Range: &a%range% blocks"
  17. Upgrade:
  18. id: "EMERALD"
  19. name: "&aBurst Turret &eUpgrade"
  20. lore:
  21. - "&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%"
  22. - "&7Damage: &a%current_min%&7-&a%current_max%&8 ➜ &a%next_min%&7-&a%next_max%"
  23. - "&7Cooldown: &a%current_cooldown%(s)&8 ➜ &a%next_cooldown%(s)"
  24. - "&7Range: &a%current_range% blocks&8 ➜ &a%next_range% blocks"
  25. - ""
  26. - "&7Price: &6%price%"
  27. - ""
  28. - "&8[Click to Upgrade]"
  29. LastUpgrade:
  30. id: "REDSTONE"
  31. name: "&aBurst Turret &eUpgrade"
  32. lore:
  33. - "&7Level: &a&l%current_level%"
  34. - "&7Damage: &a%current_min%&7-&a%current_max%"
  35. - "&7Cooldown: &a%current_cooldown%(s)"
  36. - "&7Range: &a%current_range% blocks"
  37. - ""
  38. - "&7No more Upgrades available"
  39. Ammunition:
  40. id: "GHAST_TEAR"
  41. name: "&6Burst Turret &7Ammunition"
  42. lore:
  43. - "&7Place this item in your turret inventory"
  44. - "&7to start shooting."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement