Guest User

Untitled

a guest
Nov 3rd, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Turret:
  2. name: "Siege Turret"
  3. upgrades:
  4. - "0;4-9;3;8;1.5"
  5. - "800;8-15;2.5;11;2.5"
  6. - "2500;13-20;2;14;3.5"
  7. sound_1: ENTITY_CREEPER_DEATH;1;0.3
  8. sound_2: ENTITY_GENERIC_EXPLODE;1;0.4
  9. Block:
  10. id: "IRON_BLOCK"
  11. name: "&aSiege Turret &6Block"
  12. lore:
  13. - "&7Slow speed turret that damages multiple"
  14. - "&7enemies on every hit."
  15. - ""
  16. - "&8» &7Damage: &a%min%&7-&a%max%"
  17. - "&8» &7Cooldown: &a%cooldown% seconds"
  18. - "&8» &7Range: &a%range% blocks"
  19. - "&8» &7Radius: &a%radius% blocks"
  20. Upgrade:
  21. id: "EMERALD"
  22. name: "&aSiege Turret &eUpgrade"
  23. lore:
  24. - "&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%"
  25. - "&7Damage: &a%current_min%&7-&a%current_max%&8 ➜ &a%next_min%&7-&a%next_max%"
  26. - "&7Cooldown: &a%current_cooldown%(s)&8 ➜ &a%next_cooldown%(s)"
  27. - "&7Range: &a%current_range% blocks&8 ➜ &a%next_range% blocks"
  28. - "&7Radius: &a%current_radius% blocks&8 ➜ &a%next_radius% blocks"
  29. - ""
  30. - "&7Price: &6%price%"
  31. - ""
  32. - "&8[Click to Upgrade]"
  33. LastUpgrade:
  34. id: "REDSTONE"
  35. name: "&aSiege Turret &eUpgrade"
  36. lore:
  37. - "&7Level: &a&l%current_level%"
  38. - "&7Damage: &a%current_min%&7-&a%current_max%"
  39. - "&7Cooldown: &a%current_cooldown%(s)"
  40. - "&7Range: &a%current_range% blocks"
  41. - "&7Radius: &a%current_radius% blocks"
  42. - ""
  43. - "&7No more Upgrades available"
  44. Ammunition:
  45. id: "GUNPOWDER"
  46. name: "&6Siege Turret &7Ammunition"
  47. lore:
  48. - "&7Place this item in your turret inventory"
  49. - "&7to start shooting."
Add Comment
Please, Sign In to add comment