User Pass
Home Sign Up Contact Log In
beolyon
offline
Link
 
Does anyone have the link will all of the soft caps? (48, 61, etc)

Thanks!
 
tautology
offline
Link
 

http://wiki.goallineblitz.com/index.php/Ability_Softcaps

SP Per Attr. Min Attr. Value Max Attr. Value
1 00.00 48.06
2 48.07 60.51
3 60.52 67.97
4 67.98 73.24
5 73.25 77.28
6 77.29 80.53
7 80.54 83.25
8 83.26 85.58
9 85.59 87.60
10 87.61 89.40
11 89.41 91.01
12 91.02 92.46
13 92.47 93.79
14 93.80 95.00
15 95.01 96.13
16 96.14 97.18
17 97.19 98.15
18 98.16 99.06
19 99.07 99.92
20 99.93 100.73
21 100.74 101.50
22 101.51 102.23
23 102.24 102.92
24 102.93 103.58
25 103.59 104.21
26 104.22 104.81
27 104.82 105.39
28 105.40 105.94
29 105.95 106.47
30 106.48 106.98
 
InRomoWeTrust
Lead Mod
offline
Link
 
http://wiki.goallineblitz.com/index.php/Ability_Softcaps#Values_of_Each_Softcap
 
tautology
offline
Link
 


alternatively:

function: e^(.0003^(x^2)) <-- where (x) is the current skill level
excel: =INT(EXP(.0003*POWER(x,2))) <-- where (x) is a cell reference to the current skill level.
javascript: var cost = parseInt(Math.exp(.0003 * Math.pow(current_total_value, 2)));


 
beolyon
offline
Link
 
Awesome, thanks guys
 
whodey08
offline
Link
 
Originally posted by tautology
alternatively:

function: e^(.0003^(x^2)) <-- where (x) is the current skill level
excel: =INT(EXP(.0003*POWER(x,2))) <-- where (x) is a cell reference to the current skill level.
javascript: var cost = parseInt(Math.exp(.0003 * Math.pow(current_total_value, 2)));




Damn....you beat me to it
 


You are not logged in. Please log in if you want to post a reply.