oopsy poopsy
Warlord
- Joined
- Nov 3, 2004
- Messages
- 202
Shillen said:Lurker's Comment:
I'm not sure how this is good news? If it counted the bonuses separately then they would be compounded and you would generate more spt. Of course the way it is it's easier to calculate, but then the game calculates it for you so I'd take the compound bonus if I had a choice.Let me know if I'm missing something.
I think it's because the game doesn't track the fraction, even in the background. If the game didn't add together the bonus' then the computer would calculate it this way:
2 + (2*.25) = 2.5 = 2, then again 2 + (2*.25) = 2.5 = 2
The 2.5 = 2 comes from the rounding off the computer does by not keeping track of the fraction.
What you want it to do is calculate like this:
2 + (2*.25) = 2.5, then 2.5 + (2*.25) = 3.125.
What it actually does now is:
2 + (2 * (.25 + .25)) = 3
At least I'm pretty sure that was what Siran was saying about not tracking fractions.