Drop Rate

From Project Einherjar
Revision as of 10:13, 23 August 2023 by Pls3236 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Item drop rates are affected by a few different modifiers:
Total LUK, Rested bonus from Inn, Daily Bonus, Bubblegum and Floating Rates.
Cards are excluded from this.


Formula
Droprate(x,y) = x * (5 -log(x)) ^ (ln(y) / ln(5))
Where x is the original drop rate and y is the drop_rate modifier
Drop rate increase (Luk, Rested, Daily) is multiplied to the end as a (1 + %)
Floating rates is for drop_rate modifier (which is base rate x (1+floating rates%))