somehow this discussion reminds me that presents have "dodged" my attack...
And regarding the code:
I only found things saying either dodge or parry (depending on the defense mode) if it's not a success.
Except for a place where the miss is forced (tirage, usually a random number between 0 and 99 is set to 99 there) later on it checks tirage against the success chance and if it's smaller than the chance it checks for a critical hit (meaning smaller tirage = better for the attacker)
And regarding the code:
I only found things saying either dodge or parry (depending on the defense mode) if it's not a success.
Except for a place where the miss is forced (tirage, usually a random number between 0 and 99 is set to 99 there) later on it checks tirage against the success chance and if it's smaller than the chance it checks for a critical hit (meaning smaller tirage = better for the attacker)
---