Advertisement
Guest User

Untitled

a guest
Aug 30th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. 怪物:
  2. WhiteBeard:
  3. Type: zombie
  4. Display: '&f&l白鬍子'
  5. Health: 10000
  6. Damage: 200
  7. armor: 50
  8. KillMessages:
  9. - '<target.name> &c&l被 <mob.name> &c&l活活&4&l打死!'
  10. - '<target.name> &c&l被 <mob.name> &c&l打成肉餅!'
  11. BossBar:
  12. Enabled: true
  13. Title: '<mob.name> &8[&d<mob.hp>/<mob.mhp>&8]'
  14. Range: 100
  15. Color: WHITE
  16. Style: SEGMENTED_20
  17. Drops:
  18. - exp 20
  19. - money 1 1000-10000 1
  20. Options:
  21. Despawn: false
  22. AlwaysShowName: true
  23. MovementSpeed: 0.2
  24. PreventOtherDrops: true
  25. KnockbackResistance: 1
  26. MaxCombatDistance: 10
  27. AITargetSelectors:
  28. - 0 clear
  29. - 1 Players
  30. - 2 Attacker
  31. Disguise:
  32. Type: player
  33. Skin: 'whitebeard'
  34. Player: '&f&l白鬍子'
  35. Burning: false
  36. Blocking: false
  37. Invisible: false
  38. ShowName: false
  39. Sneaking: false
  40. Sprinting: false
  41. ModifyBoundingBox: false
  42. Skills:
  43. - skill{s=spawn} @self ~onSpawn
  44. - skill{s=onehitdeath} @target ~onDamaged 0.05
  45. - skill{s=headbreak} @PlayersInRadius{r=10} onTimer:1
  46. 技能:
  47. spawn:
  48. Cooldown: 0
  49. Skills:
  50. - effect:blockmask{m=22;r=6;d=100}
  51. - effect:particlebox{particle=splash;amount=300;radius=3}
  52. - sound{s=entity.enderdragon.ambient} @PlayersInRadius{r=15}
  53. onehitdeath:
  54. Cooldown: 0
  55. Skills:
  56. - damage{amount=1000000;ignoreArmor=true}
  57. - message{m="&6&l系統 &e&l» &c&l你被 <mob.name> &c&l致命一擊"}
  58. headbreak:
  59. Cooldown: 60
  60. Skills:
  61. - message{m="&6&l<mob.name> &e&l» &f&l真&7 ● &c&l碎顱之擊"}
  62. - delay 20
  63. - pull{v=10;to=true}
  64. - delay 20
  65. - pull{v=10;to=true}
  66. - effect:spin{duration=60;velocity=20}
  67. - delay 60
  68. - pull{v=10;to=true}
  69. - potion{type=SLOW;duration=600;level=4}
  70. - potion{type=CONFUSION;duration=400;level=4}
  71. - potion{type=BLINDNESS;duration=200;level=4}
  72. - message{m="&6&l系統 &e&l» &c&l你的頭被扭傷了!"}
  73. - potion{type=WEAKNESS;duration=200;level=4}
  74. - throw{velocity=20;velocityY=10}
  75. - explosion{y=5}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement