2007-11-02, 23:06:22
The income every second is calculated that way:
NPT = Number of players in your team.
As you can see, the CP's don't influence your income.
Regarding the force gold every 5 minutes, it works this way:
The ForceGold is the gold your Force earned in the last 5 minutes. After the gold has been distributed the ForceGold is set to 0. I have to say I'm not sure why Bob made it work this way ... but it seems to work ingame.
Code:
32 / (NPT * 3 +5)
NPT = Number of players in your team.
As you can see, the CP's don't influence your income.
Regarding the force gold every 5 minutes, it works this way:
Code:
ForceGold * 4 / (NPT * 9 + 15)
The ForceGold is the gold your Force earned in the last 5 minutes. After the gold has been distributed the ForceGold is set to 0. I have to say I'm not sure why Bob made it work this way ... but it seems to work ingame.
This post has been brought to you by Sand - it's everywhere, get used to it.