Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. OrcCenturion:
  2. Mobtype: villagezombie
  3. Display: '&aan orc centurion'
  4. Health: 50
  5. Damage: 4
  6. Faction: Orcs
  7. Conditions:
  8. - variableisset target.IsMythic true
  9. AIGoalSelectors:
  10. - 0 clear
  11. - 1 opendoors
  12. - 2 meleeattack
  13. AITargetSelectors:
  14. - 0 clear
  15. - 1 hurtbytarget
  16. - 2 specificfactionmonsters Goblin
  17. - 3 players
  18. Equipment:
  19. - C_DeathfistSkullcap:4
  20. - C_DeathfistTunic:3
  21. - C_DeathfistLeggings:2
  22. - C_DeathfistBoots:1
  23. - COS_WoodSword:0
  24. Options:
  25. Despawn: true
  26. FollowRange: 10
  27. AlwaysShowName: false
  28. MovementSpeed: 0.25
  29. PreventOtherDrops: true
  30. PreventItemPickup: true
  31. KnockbackResistance: 0.25
  32. PreventMobKillDrops: true
  33. Skills:
  34. - setvariable{var=caster.IsMythic;value=1} ~onSpawn
  35. Pupin:
  36. Type: WOLF
  37. Display: '&aPupin'
  38. Health: 40
  39. Damage: 8
  40. Faction: Test
  41. Modules:
  42. ThreatTable: true
  43. Options:
  44. Baby: true
  45. Tameable: true
  46. Skills:
  47. - SetOwner @NearestPlayer ~onInteract
  48. - skill:NoPassive @EntitiesInRadius{r=10} ~onTimer:60
  49. - threat{a=10000} @PlayersInRadius{r=10} ~onTimer:60
  50. PupinTest:
  51. Type: WOLF
  52. Display: '&aPupin'
  53. Health: 40
  54. Damage: 8
  55. Faction: Test
  56. Modules:
  57. ThreatTable: true
  58. Options:
  59. Baby: true
  60. Tameable: true
  61. Conditions:
  62. - variableisset target.IsMythic true
  63. Skills:
  64. - SetOwner @NearestPlayer ~onSpawn
  65. - setvariable{var=caster.IsMythic;value=1} ~onSpawn
  66. - skill:NoPassive @EntitiesInRadius{r=10} ~onTimer:60
  67. - threat{a=10000} @PlayersInRadius{r=10} ~onTimer:60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement