Telecrab-Multicrits-v1.0.1
Ever felt like crit chance becomes boring after 100% even with Lucky Coin? Now you can have multicrits! That is every % above 100 gives a chance to apply the weapon’s crit bonus again.
Examples
* 170% = 1 guaranteed crit + 70% extra crit chance
* 343% = 3 crits + 43% extra crit chance
"Crit bonus" is everything above x1 on the weapons card. So 1.5 = x0.5 bonus, 2 = x1 bonus etc.
The formula is "round( base_damage * (1 + crit_bonus * crit_mult) )" where "crit_mult" is the final crit count.
For example for lv1 SMG (crit_bonus = 0.5)
* 1 crit: as in vanilla
* 2 crits: round( 3 * (1 + 0.5 * 2) ) = round(6) = 6
* 3 crits: round( 3 * (1 + 0.5 * 3) ) = round (7.5) = 8
* 4 crits: round( 3 * (1 + 0.5 * 4) ) = round (9) = 9
Sorry but bloody mess is in another vault er… mod.
Revisions:
Old revisions of this mod are available below. Click the link to download.