Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /run local d,p=GetDodgeChance(),GetParryChance() print(format("Avoidance breakdown: %.2f%% Dodge + %.2f%% Parry + 5%% Base miss = %.2f%% Total Avoidance.",d,p,d+p+5))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement