Advertisement
Guest User

monsterdrops

a guest
Nov 10th, 2011
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. # Vaches
  2. CREATURE_COW:
  3. - tool: ANY
  4. drop: MONEY
  5. quantity: 1-2
  6. message: Vous obtenez %q dollars pour avoir tue une vache !
  7.  
  8. # Poules
  9. CREATURE_CHICKEN:
  10. - tool: ANY
  11. drop: MONEY
  12. quantity: 1-2
  13. message: Vous obtenez %q dollars pour avoir tue une poule !
  14.  
  15. # Moutons
  16. CREATURE_SHEEP:
  17. - tool: ANY
  18. drop: MONEY
  19. quantity: 1-2
  20. message: Vous obtenez %q dollars pour avoir tue un mouton !
  21.  
  22. # Cochons
  23. CREATURE_PIG:
  24. - tool: ANY
  25. drop: MONEY
  26. quantity: 1-2
  27. message: Vous obtenez %q dollars pour avoir tue un cochon !
  28.  
  29. # Poulpes
  30. CREATURE_SQUID:
  31. - tool: ANY
  32. drop: RAW_FISH
  33. chance: 50%
  34. - tool: ANY
  35. drop: MONEY
  36. quantity: 1-2
  37. message: Vous obtenez %q dollars pour avoir tue un poulpe !
  38.  
  39. # Creepers
  40. CREATURE_CREEPER:
  41. - tool: ANY
  42. drop: TNT
  43. chance: 5%
  44. - tool: ANY
  45. drop: MONEY
  46. quantity: 8-12
  47. message: Vous obtenez %q dollars pour avoir tue un creeper !
  48.  
  49. # Creepers
  50. CREATURE_CREEPER@POWERED:
  51. - tool: ANY
  52. drop: REDSTONE
  53. quantity: 1-20
  54. - tool: ANY
  55. drop: MONEY
  56. quantity: 19-30
  57. message: Vous obtenez %q dollars pour avoir tue un creeper electrique !
  58.  
  59. # Slimes
  60. CREATURE_SLIME:
  61. - tool: ANY
  62. drop: MONEY
  63. quantity: 1-2
  64. message: Vous obtenez %q dollars pour avoir tue une slime !
  65.  
  66. # Les araignees droppent de la toile
  67. CREATURE_SPIDER:
  68. - tool: ANY
  69. drop: WEB
  70. chance: 10%
  71. - tool: ANY
  72. drop: MONEY
  73. quantity: 8-12
  74. message: Vous obtenez %q dollars pour avoir tue une araignee !
  75.  
  76. # Les squelettes droppent des arcs
  77. CREATURE_SKELETON:
  78. - tool: ANY
  79. drop: BOW
  80. chance: 10%
  81. - tool: ANY
  82. drop: MONEY
  83. quantity: 8-12
  84. message: Vous obtenez %q dollars pour avoir tue un squelette !
  85.  
  86. # Les zombies droppent des armures en cuir
  87. CREATURE_ZOMBIE:
  88. - tool: ANY
  89. drop: LEATHER_HELMET
  90. chance: 8%
  91. - tool: ANY
  92. drop: LEATHER_CHESTPLATE
  93. chance: 8%
  94. - tool: ANY
  95. drop: LEATHER_LEGGINDS
  96. chance: 8%
  97. - tool: ANY
  98. drop: LEATHER_BOOTS
  99. chance: 8%
  100. - tool: ANY
  101. drop: MONEY
  102. quantity: 3-7
  103. message: Vous obtenez %q dollars pour avoir tue un zombie !
  104.  
  105. # Les ghasts droppent de la poudre brillante
  106. CREATURE_GHAST:
  107. - tool: ANY
  108. drop: GLOWSTONE_DUST
  109. quantity: 1-20
  110. - tool: ANY
  111. drop: MONEY
  112. quantity: 13-18
  113. message: Vous obtenez %q dollars pour avoir tue un ghast !
  114.  
  115. # Les pigzombies droppent des epees en or
  116. CREATURE_PIG_ZOMBIE:
  117. - tool: ANY
  118. drop: GOLD_SWORD
  119. chance: 10%
  120. - tool: ANY
  121. drop: MONEY
  122. quantity: 13-18
  123. message: Vous obtenez %q dollars pour avoir tue un cochon zombie !
  124.  
  125. # Loups
  126. CREATURE_WOLF:
  127. - tool: ANY
  128. drop: MONEY
  129. quantity: 8-12
  130. message: Vous obtenez %q dollars pour avoir tue un loup !
  131.  
  132. # Enderman
  133. CREATURE_ENDERMAN:
  134. - tool: ANY
  135. drop: CONTENTS
  136. - tool: ANY
  137. drop: MONEY
  138. quantity: 3-7
  139. message: Vous obtenez %q dollars pour avoir tue un Enderman !
  140.  
  141. # Silverfish
  142. CREATURE_SILVERFISH:
  143. - tool: ANY
  144. drop: MONEY
  145. quantity: 13-18
  146. message: Vous obtenez %q dollars pour avoir tue un Silverfish !
  147.  
  148. # CaveSpiders
  149. CREATURE_CAVE_SPIDER:
  150. - tool: ANY
  151. drop: MONEY
  152. quantity: 13-18
  153. message: Vous obtenez %q dollars pour avoir tue une araignee des cavernes !
  154.  
  155.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement