Hi everyone. I have written a probability calculator for legion using C#
You put in the attacking and defending unit info, then the program simulates the attack steps thousands of times to determine the probability of each outcome. It will output the probability of each number of hits, the probability of getting at least a number of hits, the average, the median, the mode, and the standard deviation.
The code is available on GitHub:
https://github.com/andrew-s-hart/SW-Legion-Probability-Calculator
or if you don't care about the code and just want to run the exe you can get that here:
I am using 64bit windows 10 and haven't tested the program on anything else. I am not a professional programmer and haven't used GitHub before so any suggestions are welcome.
Edited by Qark
Updated software