For the complete documentation index, see llms.txt. This page is also available as Markdown.

Determine Winner

When the win chance has been resolved by calculating all factors, the winner will be determined by randomization for the win chance between 0 and 100 (0 < win chance < 100). Therefore, any win chance of equal or more than 100% will yield an instant win without randomization. The same goes for a win chance less than, or equal to 0% as it will yield an instant loss without randomization.

Last updated