logopolis
First Post
I was flipping through some 4E skills and feats the other day, and I noticed the Agile Athlete feat (roll d20 twice for Acrobatics or Athletics checks). Clearly this was a Paragon feat because it boosted two skills, but just how much of a boost was it compared to, say, Skill Focus? Would the feat still be good if just boosted one of those skills? Being a bored math geek, I decided to crunch the numbers and find out.
As it turns out, rolling twice is really good! Assuming that a typical challenge for the players (skill checks, monster defenses, etc.) has a 40-60% chance to be overcome at equal levels, rolling twice is equivalent to about +5 on your die roll.
As it turns out, rolling twice is really good! Assuming that a typical challenge for the players (skill checks, monster defenses, etc.) has a 40-60% chance to be overcome at equal levels, rolling twice is equivalent to about +5 on your die roll.
Code:
DC Roll Roll+3 Roll×2
1 100 100 100
2 95 100 100
3 90 100 99
4 85 100 98
5 80 95 96
6 75 90 94
7 70 85 91
8 65 80 88
9 60 75 84
10 55 70 80
11 50 65 75
12 45 60 70
13 40 55 64
14 35 50 58
15 30 45 51
16 25 40 44
17 20 35 36
18 15 30 28
19 10 25 19
20 5 20 10
DC = target number to roll
Roll = success chance with unmodified d20
Roll+3 = success chance with d20 + 3 (Skill Focus)
Roll×2 = success chance with rolling twice and taking better result
(Agile Athlete)