Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. # Items
  2. voidHelm:
  3. Id: DIAMOND_HELMET
  4. Display: '&8Void Helmet'
  5. Lore:
  6. - '&8It came from below...'
  7. - ''
  8. - '&fSet bonus: Right-click to fire a'
  9. - '&f singularity'
  10. Skills:
  11. - addtag{t=voidHelm} @self ~onTimer:1
  12. - skill{s=voidSet} @self ~onRightClick
  13. Enchantments:
  14. - PROTECTION_ENVIRONMENTAL:5
  15. Attributes:
  16. Feet:
  17. Armor: 6
  18. Options:
  19. Unbreakable: true
  20. voidAxe:
  21. Id: DIAMOND_AXE
  22. Display: '&8Void Axe'
  23. Lore:
  24. - '&8'
  25. - ''
  26. - '&fRight click fires a projectile that deals'
  27. - '&c50 damage&f on its own, but is &cquadrupled&f to'
  28. - '&fentities &cinside of your singularity'
  29. Enchantments:
  30. - DAMAGE_ALL:5
  31. - FIRE_ASPECT:3
  32. Skills:
  33. - skill{s=voidProj} @TargetLocation ~onUse
  34. Options:
  35. Unbreakable: true
  36. # Skills
  37. voidSet:
  38. Conditions:
  39. - hastag{t=voidHelm} required
  40. - hastag{t=voidChest} required
  41. - hastag{t=voidLegs} required
  42. - hastag{t=voidBoots} required
  43. Skills:
  44. - removetag{t=voidHelm} @self
  45. - removetag{t=voidChest} @self
  46. - removetag{t=voidLegs} @self
  47. - removetag{t=voidBoots} @self
  48. - skill{s=voidSingularity} @TargetLocation
  49. voidSingularity:
  50. Skills:
  51. - projectile{onTick=singulTick;onHit=singulHit;onEnd=singulEnd;v=3;i=1;hR=1;vR=1;sE=false;hp=false;hnp=true}
  52. singulTick:
  53. Skills:
  54. - pull{v=6;to=true} @EIR{r=10}
  55. - effect:particles{p=spell_instant;amount=20;speed=0;hS=0.2;vS=0.2;color=#000000} @origin
  56. - effect:particleline{particle=flame;amount=1;fromOrigin=true}
  57. singulHit:
  58. Skills:
  59. - Aura{auraName=succed;oT=singulKill;d=100}
  60. singulEnd:
  61. Skills:
  62. - throw{v=10;vy=8} @EIR{r=1}
  63. singulKill:
  64. Conditions:
  65. - lastsignal{s=voidCombo} true
  66. Skills:
  67. - effect:explosion
  68. - damage{a=200} @EIR{r=1}
  69. voidProj:
  70. Cooldown: 5
  71. Skills:
  72. - projectile{oT=voidTick;oH=voidProc;v=16;hnp=true}
  73. voidTick:
  74. Skills:
  75. - effect:particles{p=crit_magic;amount=20;speed=0;hS=0.2;vS=0.2} @origin
  76. voidProc:
  77. Skills:
  78. - signal{s=voidCombo}
  79. - damage{a=50}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement