GL1TCH3D

Diablo 3 MF

Mar 31st, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Killing a champion mob guarantees a drop of magical properties, this means a minimum blue rarity
  2. A rough break down would be
  3. 75% chance for yellow, 22% chance for blues, 3% for legendary / set item drop
  4. Magic find applies 100% to blues, 30% to yellows and 10% to legendary /set items
  5. So if you have 50% magic find:
  6. blues chance x 1.5
  7. yellows chance x 1.15
  8. legendary chance x 1.05
  9.  
  10. In this case:
  11. 22% * 1.5 = 33%
  12. 75% * 1.15 = 86.25%
  13. 3% * 1.05 = 3.15%
  14.  
  15. Since it's guaranteed 1 item we have to scale those values down to have them add up to 100%
  16. The total is:
  17. 122.4%
  18. We must divide all values by 1.224 to have the original 100% back.
  19. 33% / 1.224 = 26.9607...
  20. 86.25% / 1.224 = 70.4657...
  21. 3.15% / 1.224 = 2.5735...
  22.  
  23. Total: 100%
  24. As you can see if this is the method used to determine the guaranteed drop from certain mobs, chests and events,
  25. legendary chance is decreased.
Advertisement
Add Comment
Please, Sign In to add comment