yojimbos_law

some professor reroll arithmetic

Oct 3rd, 2019
812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. base drop fraction = b
  2. item drop bonus fraction = i
  3.  
  4. chance to get item = b*(1+i)
  5. chance to get item with three rolls = 1 - ( 1 - b*(1+i) ) ^ 3
  6. increased chance due to rerolls = 1 - ( 1 - b*(1+i) ) ^ 3 - b*(1+i)
  7. equivalent amount as an item drop bonus = ( 1 - ( 1 - b*(1+i) ) ^ 3 - b*(1+i) ) / b
Advertisement
Add Comment
Please, Sign In to add comment