jmegner / KT21Calculator

Specialized calculator for analyzying shooting and fighting in Kill Team 2021 edition ("KT21").
https://jmegner.github.io/KT21Calculator/
The Unlicense
11 stars 4 forks source link

Hearthkyn Grudge Tokens #5

Closed GeorgePratt closed 1 year ago

GeorgePratt commented 1 year ago

At the moment your calculator cannot correctly simulate these as these turn hits into crits, but you must roll those hits. Autocrit just retains a crit without rolling. Since you can stack grudge tokens and turn multiple hits into crits, autoretaining more than 1 crit skews the data to be stronger than it actually is.

jmegner commented 1 year ago

Thanks for the issue. I guess I could implement general "PromoteFailsToHits" and "PromoteHitsToCrits" numerical options for both shooting and melee. This might happen in a month or two.

jmegner commented 1 year ago

https://github.com/jmegner/KT21Calculator/commit/e185b8fea93e691bcb48a02084c7b49588262c5c fixes this.