Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2019
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Turret:
  2. name: "Laser Turret"
  3. upgrades:
  4. - "0;5-7;2;15;0.5"
  5. - "800;9-13;1.75;17;1"
  6. - "2500;16-22;1.5;20;1.5"
  7. sound_1: BLOCK_FIRE_EXTINGUISH;1;2
  8. Block:
  9. id: "REDSTONE_BLOCK"
  10. name: "&aLaser Turret &6Block"
  11. lore:
  12. - "&7Medium speed turret that pushes the"
  13. - "&7enemy on every hit."
  14. - ""
  15. - "&8» &7Damage: &a%min%&7-&a%max%"
  16. - "&8» &7Cooldown: &a%cooldown% seconds"
  17. - "&8» &7Range: &a%range% blocks"
  18. - "&8» &7Push Power: &a%power% blocks"
  19. Upgrade:
  20. id: "EMERALD"
  21. name: "&aLaser Turret &eUpgrade"
  22. lore:
  23. - "&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%"
  24. - "&7Damage: &a%current_min%&7-&a%current_max%&8 ➜ &a%next_min%&7-&a%next_max%"
  25. - "&7Cooldown: &a%current_cooldown%(s)&8 ➜ &a%next_cooldown%(s)"
  26. - "&7Range: &a%current_range% blocks&8 ➜ &a%next_range% blocks"
  27. - "&7Push Power: &a%current_power% blocks&8 ➜ &a%next_power% blocks"
  28. - ""
  29. - "&7Price: &6%price%"
  30. - ""
  31. - "&8[Click to Upgrade]"
  32. LastUpgrade:
  33. id: "REDSTONE"
  34. name: "&aLaser Turret &eUpgrade"
  35. lore:
  36. - "&7Level: &a&l%current_level%"
  37. - "&7Damage: &a%current_min%&7-&a%current_max%"
  38. - "&7Cooldown: &a%current_cooldown%(s)"
  39. - "&7Range: &a%current_range% blocks"
  40. - "&7Push Power: &a%current_power% blocks"
  41. - ""
  42. - "&7No more Upgrades available"
  43. Ammunition:
  44. id: "MAGENTA_DYE"
  45. name: "&6Laser Turret &7Ammunition"
  46. lore:
  47. - "&7Place this item in your turret inventory"
  48. - "&7to start shooting."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement