Guest User

Mob Configuration

a guest
Jul 9th, 2014
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1.  
  2. ---mobRegions.yml---
  3.  
  4. Ice:
  5. world: world
  6. p1:
  7. x: 0.0
  8. y: 256.0
  9. z: -1300.0
  10. p2:
  11. x: -500.0
  12. y: 0.0
  13. z: -800.0
  14. priority: 1
  15. min-level: 30
  16. max-level: 40
  17. # - Name_of_the_mob: chance_of_sapwn (between 1.0 and 0.0)
  18. mobs:
  19. Silver: 0.5
  20. Zombie: 0.3
  21.  
  22.  
  23.  
  24.  
  25. ---mobs.yml---
  26.  
  27.  
  28. Zombie:
  29. type: zombie
  30. base-attributes:
  31. health: 50
  32. damage: 2
  33. exp: 5
  34. attributes-per-level:
  35. health: 2
  36. damage: 3
  37. exp: 1
  38. loot:
  39. diamond_sword:
  40. #1 -> 100%
  41. probability: 0.1
  42. min-mob-level: 10
  43. max-mob-level: 20
  44. amount: 2
  45. custom: false
  46. #Not implemented yet
  47. equip:
  48. helmet:
  49. chestplate:
  50. leggings:
  51. boots:
  52. hands: BOW
  53. Silver:
  54. type: silverfish
  55. base-attributes:
  56. health: 100
  57. damage: 5
  58. exp: 50
  59. attributes-per-level:
  60. health: 5
  61. damage: 3
  62. exp: 1
  63. loot:
  64. Silver_Sword:
  65. #1 -> 100%
  66. probability: 0.05
  67. min-mob-level: 30
  68. max-mob-level: 40
  69. amount: 1
  70. custom: true
  71. #Not implemented yet
  72. equip:
  73. helmet:
  74. chestplate:
  75. leggings:
  76. boots:
  77. hands: BOW
Advertisement
Add Comment
Please, Sign In to add comment