Advertisement
Fishykarp

HEAVY LOBSTER

Mar 24th, 2020 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. HeavyLobster:
  2. Type: SKELETON
  3. Display: '&6&lHeavy Lobster &a[Lvl. 60]'
  4. Health: 5260
  5. Damage: 10
  6. Faction: Evil
  7. Disguise:
  8. Type: SPIDER
  9. ShowName: true
  10. ModifyBoundingBox: true
  11. AIGoalSelectors:
  12. - 0 clear
  13. - 1 meleeattack
  14. - 2 float
  15. AITargetSelectors:
  16. - 1 players
  17. - 2 specificfaction Good
  18. Skills:
  19. - skill{s=SafezoneRemove} @Self ~onTimer:100 1
  20. - skill{s=healthbarM} @PIR{r=10} ~onDamaged
  21. - skill{s=healthbarM1} @PIR{r=12} ~onDeath
  22. - skill{s=HeavyLobsterFloat} @target ~onTimer:200
  23. - summon{type=WindUpLobster;amount=4;radius=1} @Self ~onTimer:260
  24. Options:
  25. MovementSpeed: 0.23
  26. KnockbackResistance: 1
  27. FollowRange: 15
  28. PreventOtherDrops: true
  29. AlwaysShowName: true
  30. Equipment:
  31. - LeatherCap:4
  32. - HeavyLobsterClaw:0
  33. Drops:
  34.  
  35. WindUpLobster:
  36. Type: SKELETON
  37. Display: '&6Wind-Up Lobster &a[Lvl. 54]'
  38. Health: 324
  39. Damage: 120
  40. Faction: Evil
  41. Disguise:
  42. Type: CAVE_SPIDER
  43. ShowName: true
  44. ModifyBoundingBox: true
  45. AIGoalSelectors:
  46. - 0 clear
  47. - 1 meleeattack
  48. - 2 float
  49. AITargetSelectors:
  50. - 1 players
  51. - 2 specificfaction Good
  52. Skills:
  53. - skill{s=WindUpLobsterSpawn} ~onSpawn 1
  54. - skill{s=SafezoneRemove} @Self ~onTimer:100 1
  55. - skill{s=healthbarM} @PIR{r=10} ~onDamaged
  56. - skill{s=healthbarM1} @PIR{r=12} ~onDeath
  57. Options:
  58. MovementSpeed: 0.34
  59. KnockbackResistance: 0.1
  60. FollowRange: 30
  61. PreventOtherDrops: true
  62. AlwaysShowName: true
  63. Equipment:
  64. - LeatherCap:4
  65. - WindUpLobsterClaw:0
  66. Drops:
  67.  
  68. HeavyLobsterClaw:
  69. Id: 269
  70. Options:
  71. Unbreakable: true
  72. Lore:
  73. - 'Damage: +10'
  74.  
  75. WindUpLobsterClaw:
  76. Id: 269
  77. Options:
  78. Unbreakable: true
  79. Lore:
  80. - 'Damage: +120'
  81.  
  82. ##Skills
  83.  
  84. WindUpLobsterSpawn:
  85. Skills:
  86. - message{m="&6Click-Click-Click-Click-Click-Click-Click-Click!"} @PIR{r=10}
  87. - DELAY 160
  88. - message{m="&6!Clack!"} @PIR{r=10}
  89. - potion{type=JUMP;duration=1200;level=255} @self
  90. - potion{type=SLOW;duration=1200;level=255} @self
  91. - DELAY 1200
  92. - suicide
  93.  
  94. HeavyLobsterFloat:
  95. Skills:
  96. - missile{onTick=HeavyLobsterFloat-Tick;onHit=HeavyLobsterFloat-Hit;v=16;i=1;hR=1;vR=1}
  97. HeavyLobsterFloat-Tick:
  98. Skills:
  99. - effect:particles{p=reddust;color=#599AD6;amount=20;speed=0;hS=0.2;vS=0.2} @origin
  100. HeavyLobsterFloat-Hit:
  101. Skills:
  102. - damage{a=20}
  103. - sudoskill{s=HeavyLobsterSudo}
  104.  
  105. HeavyLobsterFloat:
  106. Skills:
  107. - command{c="cast Levitation"} @self
  108.  
  109. ##Spells:
  110.  
  111. Levitation:
  112. spell-class: ".MultiSpell"
  113. always-granted: true
  114. can-cast-by-command: true
  115. bindable: false
  116. modifiers:
  117. - buffactive LevitationBuff castinstead LevitationBuff
  118. spells:
  119. - LevitationBuff
  120. - LevitationMulti
  121. LevitationBuff:
  122. spell-class: ".buff.DummySpell"
  123. duration: 8
  124. toggle: false
  125. LevitationMulti:
  126. spell-class: ".MultiSpell"
  127. modifiers:
  128. - buffactive LevitationBuff required
  129. spells:
  130. - LevitationLeap
  131. - DELAY 1
  132. - LevitationMulti
  133. LevitationLeap:
  134. spell-class: ".instant.LeapSpell"
  135. forward-velocity: 0
  136. upward-velocity: 2
  137. cancel-damage: true
  138. effects:
  139. 1:
  140. position: caster
  141. effect: effectlib
  142. height-offset: 1
  143. effectlib:
  144. class: SphereEffect
  145. particle: SPELL_MOB_AMBIENT
  146. color: 599AD6
  147. iterations: 0
  148. particles: 15
  149. radius: 1.5
  150. speed: 0
  151. visibleRange: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement