Advertisement
nabe0929

Untitled

Jun 20th, 2018
1,341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. #全般
  2. Teleport:
  3. Skills:
  4. - message{m="&c&l10秒後に初期地点へテレポートします..."}
  5. - delay 200
  6. - teleportto{location=0,4,0}
  7. Suicide:
  8. Skills:
  9. - suicide
  10. TimerKill:
  11. Conditions:
  12. - score{objective=timer;value=>300} true
  13. Skills:
  14. - settargetscore{objective=timer;value=0} @PIR{r=15} ~onTimer:20
  15. - message{m="&c&l5分経過しました。強制的に帰還します。"}
  16. - damage{a=9999}
  17. #ネクロマンサー
  18. TripleShot:
  19. Skills:
  20. - shootskull{y=1;v=0.5} @target <50%
  21. - shootfireball{y=1;v=0.5} @target 50%
  22. - delay 10
  23. - shootskull{y=1;v=0.5} @target <50%
  24. - shootfireball{y=1;v=0.5} @target >50%
  25. - delay 10
  26. - shootskull{y=1;v=0.5} @target <50%
  27. - shootfireball{y=1;v=0.5} @target >50%
  28. HormingShot:
  29. Skills:
  30. - missile{ot=HormingShot-Tick;oh=HormingShot-Hit;v=4;i=1;hR=1;vR=1;in=0.75;hnp=true} @PIR{r=15}
  31. HormingShot-Tick:
  32. Skills:
  33. - effect:particles{p=flame;a=1} @origin
  34. HormingShot-Hit:
  35. Skills:
  36. - effect:particles{p=lava;a=50;hS=1;vS=1} @origin
  37. - effect:sound{s=entity.generic.explode;v=1;p=0} @origin
  38. - damage{a=5} @target
  39. - ignite{ticks=100} @target
  40. ThreadQuake:
  41. Skills:
  42. - effect:particles{particle=note;amount=60;hS=1;vS=1;speed=5} @self
  43. - sound{s=block.anvil.land;p=2} @self
  44. - pull{velocity=10} @PIR{r=15}
  45. - delay 10
  46. - effect:particlering{particle=blockcrack_4_0;radius=4;points=32;amount=300;hS=1;vS=0} @self
  47. - damage{amount=6} @PIR{r=3}
  48. CurseSpell:
  49. Skills:
  50. - effect:particles{particle=reddust;amount=300;hS=3;vS=3;speed=5;color=#888888} @self
  51. - potion{type=SLOW;duration=200;lvl=1} @PIR{r=5}
  52. - potion{type=WITHER;duration=200;lvl=1} @PIR{r=5}
  53. Drain:
  54. Skills:
  55. - effect:particles{particle=reddust;amount=300;hS=3;vS=3;speed=5;color=#666666} @self
  56. - effect:particles{particle=reddust;amount=500;hS=3;vS=3;speed=5;color=#880088} @self
  57. - heal{a=20} @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement