Kruhlmann / gatekeeper

Fight club CAPTCHA bot
GNU General Public License v3.0
1 stars 4 forks source link

Add player parry chance generator #3

Closed Kruhlmann closed 4 years ago

Kruhlmann commented 4 years ago

Output template:

`You (a ${playergender} ${player_race} ${player_role}
in <${guild_name}>) is attacking a level ${target_level}
${target_name} from the ${orientation} using your ${weapon_type}

Given these parameters what is the chance that your attacks are
parried (rounded up to nearest 1/10th)?`
ghost commented 4 years ago

I spoke with magey and confirmed there is no known formula. 5% against a equal level mob and 14% against +3 are the only known values and could be used as a question. Weapon skill has no effect on chance.

Kruhlmann commented 4 years ago

Closing this as there is still no useful formula.