Skip to main content

Dust

How is the dust salvaged from items calculated? 


salvage dust = rarity base (2/5/8/12/25) × depth scale, then dust boost. depth scale is floor(base × (1 + log10(1 + depth/10)) × (1 + 0.12 × log10(1 + depth/100)))

🔗 Dev Source: Discord

This probably isn't a correct calculation because it doesn't scale correctly (somehow). @grinalda on the Just Loot Discord figured out a cleaner way to solve for the salvaged dust:

I got it to work tho, rounddown((base x depth scale) +(base x depth scale x raid xp % gain),0)

🔗 Community Source: Discord