An open API service indexing awesome lists of open source software.

https://github.com/sakan811/honkai-star-rail-warp-calculator

Honkai Star Rail Warp Probability Calculator
https://github.com/sakan811/honkai-star-rail-warp-calculator

gin go golang honkai honkai-star-rail honkai-starrail hoyoverse hsr vue vuejs web webapp

Last synced: 4 months ago
JSON representation

Honkai Star Rail Warp Probability Calculator

Awesome Lists containing this project

README

        

# Honkai Star Rail 5-Star Warp Probability Calculator

This is a simple calculator to help you estimate the probability of getting a 5-star character in Honkai Star Rail.

## Status

[![Go Backend Tests](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/go-test.yml/badge.svg)](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/go-test.yml)

[![Frontend Tests](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/frontend-test.yml/badge.svg)](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/frontend-test.yml)

[![Binary Tests](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/binary-test.yml/badge.svg)](https://github.com/sakan811/honkai-star-rail-warp-calculator/actions/workflows/binary-test.yml)

## How to use

1. Download the executable file from the [hsr-warp-calculator-app](./hsr-warp-calculator-app/) folder depending on your operating system.
- [Windows](./hsr-warp-calculator-app/windows/hsrbannercalc.exe)
- [MacOS Intel](./hsr-warp-calculator-app/macos-intel/HSRBannerCalc.app/Contents/MacOS/hsrbannercalc)
- [MacOS Apple Silicon](./hsr-warp-calculator-app/macos-silicon/HSRBannerCalc.app/Contents/MacOS/hsrbannercalc)
2. Run the executable file.
3. Navigate to the in your browser.

## General Guidelines

- **Current Pity** is the number of pulls you have done without getting a 5-star character.
- **Planned Pulls** is the number of pulls you plan to do.

## Probability Statistics Visualizations

### Standard Banner

![Standard Banner Cumulative Probability](stats/graph/hsr_standard_banner_stats_cumulative.jpg)
![Standard Banner Probability per Roll](stats/graph/hsr_standard_banner_stats_distribution.jpg)

### Limited Banner

![Limited Banner Cumulative Probability](stats/graph/hsr_limited_banner_stats_cumulative.jpg)
![Limited Banner Probability per Roll](stats/graph/hsr_limited_banner_stats_distribution.jpg)

### Light Cone Banner

![Light Cone Banner Cumulative Probability](stats/graph/hsr_light_cone_banner_stats_cumulative.jpg)
![Light Cone Banner Probability per Roll](stats/graph/hsr_light_cone_banner_stats_distribution.jpg)

Reference:

## How to run the statistics

1. Install Python on your machine.
2. Navigate to the `stats` folder.
- `cd stats`
3. Install the requirements.
- `pip install -r requirements.txt`
4. Run the `hsr_warp_stats.py` file.
- `python hsr_warp_stats.py`