Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1.  
  2.  
  3. SpawnsRandom:
  4.  
  5. Zombie:
  6. MobType: ZombieNormal
  7. Worlds: Aventuras
  8. Chance: 0.05
  9. Priority: 3
  10. Level: 5
  11. Action: ADD
  12. Conditions:
  13. - outside true
  14. Skeleton:
  15. MobType: SkeletonPrime
  16. Worlds: Aventuras
  17. Chance: 0.06
  18. Priority: 2
  19. Level: 5
  20. Action: ADD
  21. Conditions:
  22. - outside true
  23. GuardianImperial:
  24. MobType: GuardianImperial
  25. Worlds: Aventuras
  26. Chance: 0.05
  27. Priority: 1
  28. Level: 5
  29. Action: ADD
  30. Conditions:
  31. - region{r=palace} true
  32.  
  33.  
  34.  
  35.  
  36.  
  37. MOBS:
  38.  
  39. GuardianImperial:
  40. Type: ZOMBIE
  41. Display: '&6&lGUARDIAN &7[&eNivel <mob.level>&7]'
  42. Health: 10
  43. Damage: 2
  44. Equipment:
  45. - DIAMOND_HELMET HEAD
  46. - IRON_CHESTPLATE CHEST
  47. - IRON_LEGGINGS LEGS
  48. - DIAMOND_BOOTS FEET
  49. - GOLD_SWORD
  50. LevelModifiers:
  51. Health: 2
  52. Damage: 0.5
  53. Options:
  54. AlwaysShowName: true
  55. MovementSpeed: 0.3
  56. MaxCombatDistance: 25
  57. PreventOtherDrops: true
  58. ZombieNormal:
  59. Type: ZOMBIE
  60. Display: '&aZombie &7[&eNivel <mob.level>&7]'
  61. Health: 10
  62. Damage: 2
  63. Equipment:
  64. - IRON_CHESTPLATE CHEST
  65. - LEATHER_BOOTS FEET
  66. LevelModifiers:
  67. Health: 2
  68. Damage: 0.5
  69. Options:
  70. AlwaysShowName: true
  71. MovementSpeed: 0.2
  72. MaxCombatDistance: 25
  73. PreventOtherDrops: true
  74. SkeletonPrime:
  75. Type: SKELETON
  76. Display: '&aEsqueleto &7[&eNivel <mob.level>&7]'
  77. Health: 10
  78. Damage: 2
  79. Equipment:
  80. - IRON_HELMET HEAD
  81. - GOLD_CHESTPLATE CHEST
  82. - GOLD_CHESTPLATE LEGS
  83. - IRON_BOOTS FEET
  84. LevelModifiers:
  85. Health: 2
  86. Damage: 0.6
  87. Options:
  88. AlwaysShowName: true
  89. MovementSpeed: 0.5
  90. MaxCombatDistance: 25
  91. PreventOtherDrops: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement