nabe0929

Untitled

Jun 20th, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. #ネクロマンサー
  2. Necromancer:
  3. Type: Wither_Skeleton
  4. Display: '&5&lNecromancer'
  5. Health: 180
  6. Damage: 3
  7. Equipment:
  8. - gold_helmet:4
  9. - gold_hoe:0
  10. Options:
  11. KnockbackResistance: 0.7
  12. MovementSpeed: 0.25
  13. Skills:
  14. - addtag{t=Enemy} @self ~onSpawn
  15. - addtag{t=Boss} @self ~onSpawn
  16. - addtag{t=Necromancer} @self ~onSpawn
  17. - skill{s=TripleShot} @target ~onTimer:120
  18. - skill{s=HormingShot} @target ~onTimer:100 0.3
  19. - skill{s=ThreadQuake} @target ~onTimer:300 0.2
  20. - skill{s=CurseSpell} @self ~onTimer:300 0.5
  21. - skill{s=Drain} @self ~onKillPlayer
  22. - skill{s=Teleport} @PIR{r=30} ~onDeath
  23. - modifytargetscore{objective=timer;action=add;value=1} @self ~onTimer:20
  24. - skill{s=TimerKill} @PIR{r=30} ~onTimer:20
  25. - command{c="mm i give <target.name> Necromancer"} @PIR{r=30} ~onDeath
  26. - command{c="mm i give <target.name> DeadAsh"} @PIR{r=30} ~onDeath 0.5
  27. - command{c="mm i give <target.name> NecroSoul"} @PIR{r=30} ~onDeath 0.05
  28. - command{c="mm i give <target.name> RefineIngot"} @PIR{r=30} ~onDeath 0.01
  29. - command{c="xp 10 <target.name>"} @PIR{r=30} ~onDeath
  30. - command{c="execute <target.name> ~ ~ ~ xp 5 @p[r=1,c=1,score_expBoost1_min=1]"} @PIR{r=30} ~onDeath
  31. - command{c="execute <target.name> ~ ~ ~ xp 10 @p[r=1,c=1,score_expBoost2_min=1]"} @PIR{r=30} ~onDeath
  32. #真紅の騎士
  33. CrimsonKnight:
  34. Type: Skeleton
  35. Display: '&4&lCrimson Knight'
  36. Health: 260
  37. Damage: 5
  38. Equipment:
  39. - crimson_helmet:4
  40. - crimson_chestplate:3
  41. - crimson_leggings:2
  42. - crimson_boots:1
  43. - gold_sword:0
  44. Options:
  45. KnockbackResistance: 1
  46. MovementSpeed: 0.2
  47. Skills:
  48. - addtag{t=Enemy} @self ~onSpawn
  49. - addtag{t=Boss} @self ~onSpawn
  50. - addtag{t=CrimsonKnight} @self ~onSpawn
  51. - skill{s=WarpSlash} @target ~onTimer:120
  52. - skill{s=BloodyThrust} @target ~onTimer:140 0.6
  53. - skill{s=TwentyRush} @target ~onTimer:10 0.05
  54. - skill{s=Teleport} @PIR{r=30} ~onDeath
  55. - modifytargetscore{objective=timer;action=add;value=1} @self ~onTimer:20
  56. - skill{s=TimerKill} @PIR{r=30} ~onTimer:20
  57. - command{c="mm i give <target.name> CrimsonKnight"} @PIR{r=30} ~onDeath
  58. - command{c="mm i give <target.name> HotBlood"} @PIR{r=30} ~onDeath 0.5
  59. - command{c="mm i give <target.name> CrimsonSoul"} @PIR{r=30} ~onDeath 0.07
  60. - command{c="mm i give <target.name> RefineIngot"} @PIR{r=30} ~onDeath 0.01
  61. - command{c="xp 20 <target.name>"} @PIR{r=30} ~onDeath
  62. - command{c="execute <target.name> ~ ~ ~ xp 10 @p[r=1,c=1,score_expBoost1_min=1]"} @PIR{r=30} ~onDeath
  63. - command{c="execute <target.name> ~ ~ ~ xp 20 @p[r=1,c=1,score_expBoost2_min=1]"} @PIR{r=30} ~onDeath
Add Comment
Please, Sign In to add comment