Advertisement
SoniaK

Illusioner

Dec 15th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. mob: illusioner attack-damage:50 health:600 hand:"iron_sword sharpness:5"
  2.  
  3. model-engine-id: ""
  4. model-engine-animation: ""
  5.  
  6. display-name: "&9Illusioner &7| &c%health%♥ &7| &e%time%"
  7.  
  8. influence: 40
  9.  
  10. custom-ai:
  11. enabled: true
  12.  
  13. target-goals:
  14. - key: minecraft:hurt_by
  15. priority: 0
  16. args:
  17. blacklist: [ ]
  18. - key: minecraft:nearest_attackable
  19. priority: 1
  20. args:
  21. target:
  22. - player
  23. checkVisibility: false
  24. checkCanNavigate: true
  25. reciprocalChance: 300
  26. - key: minecraft:nearest_attackable
  27. priority: 2
  28. args:
  29. target:
  30. - iron_golem
  31. - villager
  32. checkVisibility: false
  33. checkCanNavigate: true
  34. reciprocalChance: 300
  35.  
  36. ai-goals:
  37. - key: minecraft:float
  38. priority: 0
  39. - key: minecraft:illusioner_mirror_spell
  40. priority: 1
  41. - key: minecraft:melee_attack
  42. priority: 2
  43. args:
  44. speed: 1.6
  45. pauseWhenMobIdle: false
  46. - key: minecraft:random_stroll
  47. priority: 8
  48. args:
  49. speed: 0.6
  50. interval: 80
  51. canDespawn: false
  52. - key: minecraft:look_at_player
  53. priority: 9
  54. args:
  55. range: 6
  56. chance: 1
  57.  
  58. effects:
  59. - id: run_chain
  60. args:
  61. chain: blind
  62. self_as_victim: true
  63. chance: 20
  64. triggers:
  65. - static_20
  66.  
  67. conditions: [ ]
  68.  
  69. lifespan: 120
  70.  
  71. defence:
  72. prevent-mounts: true
  73. explosion-immune: true
  74. fire-immune: true
  75. drowning-immune: true
  76. suffocation-immune: true
  77.  
  78. melee-damage-multiplier: 1
  79. projectile-damage-multiplier: 0.8
  80.  
  81. teleportation:
  82. enabled: true
  83. interval: 200
  84. range: 20
  85.  
  86. rewards:
  87. xp:
  88. minimum: 20000
  89. maximum: 40000
  90.  
  91. top-damager-commands:
  92. 1:
  93. - chance: 100 # As a percentage
  94. commands:
  95. - eco give %player% 10000
  96. 2: [ ]
  97. 3: [ ]
  98.  
  99. nearby-player-commands:
  100. radius: 10
  101. commands: [ ]
  102.  
  103. drops: []
  104.  
  105. target:
  106. mode: closest
  107. range: 40
  108.  
  109. boss-bar:
  110. enabled: true
  111. color: blue
  112. style: notched_20
  113. radius: 120
  114.  
  115. spawn:
  116. conditions: [ ]
  117. autospawn:
  118. interval: -1
  119. locations: []
  120. totem:
  121. enabled: false
  122. top: carved_pumpkin
  123. middle: beacon
  124. bottom: diamond_block
  125. not-in-worlds: [ ]
  126. egg:
  127. enabled: true
  128. item: dolphin_spawn_egg unbreaking:1 hide_enchants
  129. name: "&9Illusioner&f Spawn Egg"
  130. lore:
  131. - ""
  132. - "&8&oPlace on the ground to"
  133. - "&8&osummon an &9Illusioner"
  134. craftable: true
  135. recipe:
  136. - ""
  137. - fermented_spider_eye 64
  138. - ""
  139. - fermented_spider_eye 64
  140. - ecoitems:boss_core ? nether_star
  141. - fermented_spider_eye 64
  142. - ""
  143. - fermented_spider_eye 64
  144. - ""
  145.  
  146. commands:
  147. spawn: [ ]
  148. kill: [ ]
  149. despawn: [ ]
  150. injure: [ ]
  151.  
  152. messages:
  153. spawn:
  154. - message:
  155. - ""
  156. - "&fAn &9&lIllusioner&r&f has been spawned!"
  157. - "&fCome fight it at &9%x%&f, &9%y%&f, &9%z%&f!"
  158. - ""
  159. radius: -1
  160.  
  161. kill:
  162. - message:
  163. - ""
  164. - "&fThe &9&lIllusioner&r&f has been killed!"
  165. - "&fMost Damage:"
  166. - "&f - &9%damage_1_player%&f (%damage_1% Damage)"
  167. - "&f - &9%damage_2_player%&f (%damage_2% Damage)"
  168. - "&f - &9%damage_3_player%&f (%damage_3% Damage)"
  169. - ""
  170. radius: -1
  171. despawn:
  172. - message:
  173. - ""
  174. - "&fYou ran out of time to kill the &9&lIllusioner&r&f!"
  175. - ""
  176. radius: -1
  177. injure: [ ]
  178.  
  179. sounds:
  180. spawn:
  181. - sound: entity_illusioner_mirror_move
  182. pitch: 0.5
  183. volume: 100
  184. - sound: entity_wither_spawn
  185. pitch: 2
  186. volume: 100
  187.  
  188. kill:
  189. - sound: entity_evoker_prepare_wololo
  190. pitch: 0.8
  191. volume: 100
  192. - sound: entity_illusioner_prepare_blindness
  193. pitch: 1
  194. volume: 100
  195. - sound: entity_wither_death
  196. pitch: 2
  197. volume: 100
  198.  
  199. despawn:
  200. - sound: entity_ender_dragon_ambient
  201. pitch: 0.6
  202. volume: 50
  203. - sound: entity_enderman_death
  204. pitch: 0.8
  205. volume: 50
  206.  
  207. injure:
  208. - sound: entity_illusioner_cast_spell
  209. pitch: 2
  210. volume: 10
  211.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement