Oh yeah, that was my point. On stat pages, they aren’t showed yet, so we cannot check them caps.
Max stat values at certain levels are very easy to know, since there is an empirical formula for it:
Xi = X1 + (i / 100) * (X100 - X1), where “i” is item level. ´
Knowing X1 is just a question of buying a item at level 1.
Also, there is a item quality factor too, but I didn’t bother too much about it.
As an example, look at balance affix on a level 20 item:
X20 = X1 + (20 / 100) * (X100 - X1)
X20 = 5 + 0.2 * (50 - 5) = 14