About Wizda
Hi! I'm Wizda. Let me save you the tedious inventory math.
Wizda tells you how much junk you need to grind to guarantee a specific item in Wizardry Variants Daphne — so the fiddly drop-rate reversing gets done once, not every run. Use the Junk Oracle to pick what you're after, and browse the Junk and Equipment lists for a tidier, searchable view of the game's data.
How the “guarantee” works
A drop is never truly 100% certain, so instead of promising the impossible, the Junk Oracle answers “how much junk to reach the confidence you asked for”. Crank it as high as you like — but even at the top, RNG still has the final say.
Two things to keep in mind
- Blessing odds rest on one assumption. The devs publish each slot's odds, but never say what the game does when a slot rolls a blessing the piece already has. We assume it rerolls that slot. If it starts the whole piece over instead, results shift by well under 1% for most gear — about a tenth at the extremes. We flag every result that leans on this.
- Some junk has multiple versions. A few junks changed over time; we store the newest. If you haven't unlocked an area's newer pool, your real drops may differ — those are marked with a note.
Contribute
Wizda is open source, and none of the maths is hidden. Nearly every number the Junk Oracle prints comes out of these two lines:
n = ⌈ ln(1 − c) / ln(1 − P) ⌉
P(b₁ … b_m) = Π_s rate_s(b_s) / Σ_{x ∉ taken} rate_s(x)The first is how much junk reaches certainty c when a single junk has chance P. The second is how a piece fills its blessing slots — one at a time, in order, never repeating, each slot re-weighted over whatever is left. The calculation doc derives both in full; the domain doc covers how the game's drop tables are shaped.
If we've got something wrong, please tell us — especially if you play and know a mechanic we've modelled badly. Open an issue or send a pull request. You know things we don't.
Data & privacy
Drop-rate data is compiled from the official lists provided by the game devs. Equipment details come from the Fasterthoughts guide — special thanks to NRJank and the rest of the Fasterthoughts guys for compiling and maintaining equipment lists.
We collect only minimal, anonymous usage stats to see what's useful — no accounts, and we never sell your data to anyone.
Support the project
Wizda is free. If it saved you some grinding and you'd like to help cover the server costs so it keeps running, a small tip goes a long way — no pressure at all.
Support the projectCredits
Equipment icons by Lorc, Delapouite and contributors, from game-icons.net, used under CC BY 3.0. Interface icons from Tabler Icons (MIT).
Wizda is an unofficial, fan-made tool and isn't affiliated with or endorsed by the makers of Wizardry Variants Daphne.