Advertisement
Guest User

Untitled

a guest
Oct 11th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. # By: Afonso
  2. # Versão: 0.0.1
  3. # Servidor: ExpendableCraft
  4. # Nome: AChanceDropEC
  5. # Always If Fight
  6.  
  7. on death:
  8. if attacker is player:
  9. if victim is blaze:
  10. chance of 50%:
  11. drop 5 poisonous potato at victim
  12.  
  13. on death:
  14. if attacker is player:
  15. if victim is caven spider:
  16. chance of 25%:
  17. drop 5 poisonous potato at victim
  18.  
  19. on death:
  20. if attacker is player:
  21. if victim is creeper:
  22. chance of 25%:
  23. drop 5 poisonous potato at victim
  24.  
  25. on death:
  26. if attacker is player:
  27. if victim is enderdragon:
  28. chance of 100%:
  29. drop 5 poisonous potato at victim
  30.  
  31. on death:
  32. if attacker is player:
  33. if victim is enderman:
  34. chance of 50%:
  35. drop 5 poisonous potato at victim
  36.  
  37. on death:
  38. if attacker is player:
  39. if victim is ghast:
  40. chance of 50%:
  41. drop 5 poisonous potato at victim
  42.  
  43. on death:
  44. if attacker is player:
  45. if victim is iron golem:
  46. chance of 25%:
  47. drop 5 poisonous potato at victim
  48.  
  49. on death:
  50. if attacker is player:
  51. if victim is magma cube:
  52. chance of 25%:
  53. drop 5 poisonous potato at victim
  54.  
  55. on death:
  56. if attacker is player:
  57. if victim is silverfish:
  58. chance of 25%:
  59. drop 5 poisonous potato at victim
  60.  
  61. on death:
  62. if attacker is player:
  63. if victim is witch:
  64. chance of 25%:
  65. drop 5 poisonous potato at victim
  66.  
  67. on death:
  68. if attacker is player:
  69. if victim is wither:
  70. chance of 100%:
  71. drop 5 poisonous potato at victim
  72.  
  73. on death:
  74. if attacker is player:
  75. if victim is wither skeleton:
  76. chance of 50%:
  77. drop 5 poisonous potato at victim
  78.  
  79. on death:
  80. if attacker is player:
  81. if victim is skeleton:
  82. chance of 10%:
  83. drop 5 poisonous potato at victim
  84.  
  85. on death:
  86. if attacker is player:
  87. if victim is wolf:
  88. chance of 1%:
  89. drop 5 poisonous potato at victim
  90.  
  91. on death:
  92. if attacker is player:
  93. if victim is zombie:
  94. chance of 10%:
  95. drop 5 poisonous potato at victim
  96.  
  97. on death:
  98. if attacker is player:
  99. if victim is zombie pigman:
  100. chance of 5%:
  101. drop 5 poisonous potato at victim
  102.  
  103. on death:
  104. if attacker is player:
  105. if victim is spider:
  106. chance of 10%:
  107. drop 5 poisonous potato at victim
  108.  
  109. on death:
  110. if attacker is player:
  111. if victim is spider jockey:
  112. chance of 75%:
  113. drop 5 poisonous potato at victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement