Page 1 of 1

Bug? - calculating the fusion reactor's energy production

Posted: Sat Jul 02, 2011 12:48 pm
by dan1one
Hello there!
I've been busy a little to understand how the fusion reactor's energy production works. it's written in-game that u need to calculate it by this formula (in the description of the reactor):
30 * [Level Fusion Plant] * (1,05 + [Level Energy Technology] * 0,01) ^ [Level Fusion Plant]

But, when i put there the numbers it gives me insane energy. for example lets take reactor lvl 5 and energy lvl 5. it will be: 30*5*[ 6.1^5] = ~1266894 energy. now that's insane, and also at lvl 5 it only gives me 1384 energy.
so probably the description's formula is wrong or i miss-understood something...thanks for any replies!

Thank you people and have a nice evening :)

Re: Bug? - calculating the fusion reactor's energy productio

Posted: Sat Jul 02, 2011 3:28 pm
by Choke
The error is with how you handled the quantity (1.05 + [Level Energy Technology] * 0.01)

1.05 + 5 * 0.01 = 1.1

So your energy output will be 30 * 5 * 1.1^5 = 241.5765

Re: Bug? - calculating the fusion reactor's energy productio

Posted: Sat Jul 02, 2011 8:24 pm
by dan1one
OHHH thanks very much my misunderstood....
thanks a lot sorry about the mess.....
please lock this topic or whatever