Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #
  4.  
  5. CursedHuntsman:
  6. Type: WITHER_SKELETON
  7. Display: '&C&LCursed Huntsman'
  8. Health: 30000
  9. Damage: 16
  10. Armor: 8
  11. BossBar:
  12. Enabled: true
  13. Title: 'The Cursed Huntsman'
  14. Range: 100
  15. Color: RED
  16. Style: SEGMENTED_12
  17. Faction: Hunters
  18. Options:
  19. AlwaysShowName: true
  20. Collidable: true
  21. Despawn: false
  22. FollowRange: 10
  23. KnockbackResistance: 0.1
  24. MaxCombatDistance: 7
  25. PreventItemPickup: true
  26. PreventLeashing: true
  27. PreventMobKillDrops: true
  28. PreventOtherDrops: true
  29. PreventRandomEquipment: true
  30. PreventRenaming: true
  31. RepeatAllSkills: true
  32. MovementSpeed: 0.4
  33. Modules:
  34. ThreatTable: true
  35. AIGoalSelectors:
  36. - 0 clear
  37. - 1 meleeattack
  38. - 2 movetowardstarget
  39. - 3 randomstroll
  40. AITargetSelectors:
  41. - 0 clear
  42. - 1 players
  43. - 2 attacker
  44. Drops:
  45. - exp 40 1
  46. DamageModifiers:
  47. - BLOCK_EXPLOSION 0
  48. - ENTITY_EXPLOSION 0
  49. - LIGHTNING 0
  50. - POISON 0
  51. - WITHER 0
  52. - THORNS 0
  53. Equipment:
  54. - wither_skeleton_skull HEAD
  55. - golden_sword HAND
  56. - bow OFFHAND
  57. KillMessages:
  58. - '<target.name> was banished by the Cursed Huntsman.'
  59. Disguise:
  60. Type: Player
  61. Player: '&C&LCursed Huntsman'
  62. Skin: Rhava
  63. Skills:
  64. - skill{s=huntcharge} @target ~onTimer:160 0.3
  65. - skills{s=huntvolley} @target ~onTimer:200 0.3
  66. - skills{s=summonhounds} @self ~onSignal:SUMMON
  67. - skills{s=removeskull} @self
  68. - skills{s=throwskull} @target ~onTimer:400 0.3
  69. - skills{s=smitethem} @target ~onTimer:160 0.3
  70. - skills{s=yoink} @target ~onTimer:200 0.3
  71.  
  72. HellHound:
  73. Type: Wolf
  74. Display: '&4Hell Hound'
  75. Health: 200
  76. Damage: 5
  77. Armor: 5
  78. BossBar:
  79. Enabled: false
  80. Faction: Hunters
  81. Options:
  82. MovementSpeed: 0.3
  83. PreventLeashing: true
  84. Angry: true
  85. Tameable: false
  86. AIGoalSelectors:
  87. - 0 clear
  88. - 1 meleeattack
  89. - 2 randomstroll
  90. AITargetSelectors:
  91. - 0 clear
  92. - 1 players
  93. - 2 attacker
  94. DamageModifiers:
  95. - BLOCK_EXPLOSION 0
  96. - ENTITY_EXPLOSION 0
  97. - LIGHTNING 0
  98. - POISON 0
  99. - WITHER 0
  100. - THORNS 0
  101. - MAGIC 1.5
  102. KillMessages:
  103. - '<targer.name><&sq> throat was ripped out by a Hell Hound.'
  104. Skills:
  105. - skills{s=hfeed} @self ~onTimer:600 0.3
  106. - skills{s=hspin} @self ~onTimer:800 0.3
  107. - skills{s=hpounce} @self ~onTimer:300 0.3
  108.  
  109. CursedSteed:
  110. Type: ZOMBIE_HORSE
  111. Display: ' '
  112. Health: 30000
  113. Damage: 1
  114. Armor: 100
  115. BossBar:
  116. Enabled: false
  117. Faction: Hunters
  118. Options:
  119. HorseArmor: iron
  120. Saddled: true
  121. Tamed: false
  122. Invincible: true
  123. Interactable: false
  124. MovementSpeed: 0.4
  125. PreventLeashing: true
  126. Silent: true
  127. AIGoalSelectors:
  128. - 0 clear
  129. - 1 meleeattack
  130. - 2 randomstroll
  131. AITargetSelectors:
  132. - 0 clear
  133. - 1 players
  134. - 2 attacker
  135. Skills:
  136. - skills{s=darksteed} @self ~onTimer:400 0.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement