You list possible outcomes as:
Hit: The attack hits normally.
Critical Hit: The attack hits for double damage.
Miss: The attack doesn't land.
Block: The target blocks some or all of the damage of the attack. Note that blocks only occur when the attack is made in the target's frontal 180 degrees of facing.
|
Then you list the hit table as:
The order of priority is:
Miss -> Critical Hit -> Hit [always fills the rest of the table]
|
I presume that blocks factor in before critical hits ?