climb_calculator
Compute how many ranked games a League of Legends climb takes at a given winrate, and check whether the target LP is reachable.
Instructions
How many games a climb takes at a given winrate, or whether it runs backward.
LP totals are cumulative: one division is 100 LP, one tier is 400 LP. So Gold IV 0 LP to Plat IV 0 LP is 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lp_per_win | No | ||
| lp_per_loss | No | ||
| winrate_pct | Yes | ||
| target_lp_total | Yes | ||
| current_lp_total | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||