2007-11-03, 18:48:06
Yeah I thought so before. But owning CP's don't increase your income.
I think there are other income effects which decides how much gold the force gets every 20 sec (Destroying enemy factories for example will give the force bonus gold income every 20 sec I think)
I wish owning more CP's had sort of influence over your gold income, so you could earn some more gold. The force could reward you with more gold or penalize you if you own less CP's. It would also be cool if you were rewarded with 100 gold each time you capture a CP.
________________
For example if the CP's was included in the income every 5 min from the force, it could look like this:
The total number of CP's is 6
100% = The total gold amount the force have
Owning all CP's
5 players = 39,16% (7,84% for each player)
4 players = 38,09% (9,52% for each player)
3 players = 36.36% (12.12% for each player)
2 players = 33.33% (16.67% for each player)
1 player = 26.67%
Owning half of all CP's (Normal start)
5 players = 33.33% (6.67% for each player)
4 players = 31.37% (7.84% for each player)
3 players = 28.57% (9.52% for each player)
2 players = 24.24% (12.12% for each player)
1 player = 16.66%
Owning no CP's
5 players = 28,99% (5,80% for each player)
4 players = 26.67% (6,67% for each player)
3 players = 23.53% (7,84% for each player)
2 players = 19.05% (9.52% for each player)
1 player = 12.12%
So a team with no CP's would receive about 25% less gold from the force than a team with all CP's
But currently the CP's is not included in the income calculations.
I think there are other income effects which decides how much gold the force gets every 20 sec (Destroying enemy factories for example will give the force bonus gold income every 20 sec I think)
I wish owning more CP's had sort of influence over your gold income, so you could earn some more gold. The force could reward you with more gold or penalize you if you own less CP's. It would also be cool if you were rewarded with 100 gold each time you capture a CP.
________________
For example if the CP's was included in the income every 5 min from the force, it could look like this:
Code:
ForceGold * 4 / (NPT * 9 + 15)
to
ForceGold * 4 / (NPT * 9 + (24 - (CP controlled by your team * 3)))
100% = The total gold amount the force have
Owning all CP's
5 players = 39,16% (7,84% for each player)
4 players = 38,09% (9,52% for each player)
3 players = 36.36% (12.12% for each player)
2 players = 33.33% (16.67% for each player)
1 player = 26.67%
Owning half of all CP's (Normal start)
5 players = 33.33% (6.67% for each player)
4 players = 31.37% (7.84% for each player)
3 players = 28.57% (9.52% for each player)
2 players = 24.24% (12.12% for each player)
1 player = 16.66%
Owning no CP's
5 players = 28,99% (5,80% for each player)
4 players = 26.67% (6,67% for each player)
3 players = 23.53% (7,84% for each player)
2 players = 19.05% (9.52% for each player)
1 player = 12.12%
So a team with no CP's would receive about 25% less gold from the force than a team with all CP's
But currently the CP's is not included in the income calculations.