6 lines
382 B
Plaintext
6 lines
382 B
Plaintext
Health per second over rounds
|
|
y = ((((x-1)/3)*((3*x*50)+(x*150)+(400*x/4)+(300*x/8)))/(3*x+x+x/4+x/8))*((x/4)/5) from 4 to 25
|
|
|
|
Health per second over rounds and money per round over rounds
|
|
y = ((((x-1)/3)*((3*x*50)+(x*150)+(400*x/4)+(300*x/8)))/(3*x+x+x/4+x/8))*((x/4)/5) and y = ((3*x*15)+(x*50)+(100*x/4)+(0*x/8)) from 4 to 10
|