Add Genshin Pity & Pull Calculator to tools#324
Open
smartcalculatorsnet-coder wants to merge 1 commit into
Open
Add Genshin Pity & Pull Calculator to tools#324smartcalculatorsnet-coder wants to merge 1 commit into
smartcalculatorsnet-coder wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi KQM team — I'm the developer of this calculator, submitting it for the tools list. The page has trackers and optimizers (Paimon.moe, Genshin Optimizer, gcsim, Enka) but no dedicated forward pull-probability calculator, so this fills that gap: it computes the exact odds of the featured 5-star given your current pity, guaranteed status and pull budget, on all three banners.
Methodology is closed-form / analytical (iterates the exact pity + guaranteed state space per pull), not Monte Carlo, so results are deterministic. It models soft pity from pull 74 (Character) / 63 (Weapon), the 50/50 failsafe, and the Epitomized Path 75/25 split with the 160-pull guarantee. It deliberately does NOT model Capturing Radiance (its triggers aren't fully published), so the featured % shown is a conservative floor. Runs in-browser. Last updated 2026-06-24.
Happy to tweak the wording to fit your conventions.