Thread: Working out EXP
View Single Post
Unread 11 Nov 2006, 10:37   #2
Ultimate Newbie
Commodore
 
Ultimate Newbie's Avatar
 
Join Date: Mar 2001
Location: Perth, Western Australia
Posts: 3,176
Ultimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like himUltimate Newbie is an inspiration to us all and we should try to be more like him
Re: Working out EXP

Rightio; the forumula as per the manual is the following:

Quote:
Originally Posted by Manual
XP = roids * 10 * bravery factor
bravery factor = (min(2,target_score/planet_score) + (min(2,target_value/planet_value) - 1)

For example, hitting someone 2x your score and 1.4x your value would give a bravery factor of :
(minimum of (2,2) + minimum of (2,1.4) - 1) = (2 + 1.4 - 1) = 2.4
So, the variables;
Target Score = 1500000
Your Score = 1000000
Target Value = 250000
Your Value = 500000

Thus;

Bravery = (1 500000 / 1 000000) + (250000/500000) - 1
Bravery = 1.5 + 0.5 - 1 = 2 - 1 = 1
Note, that by saying min 2 in the formula, its effectivly saying "Whatever decimal your get, or the number 2, whichever is the smaller". Thus both 1.5 and 0.5 are less than 2, so those numbers are used above.

As Such, the bravery value in your above example is 1. Thus, to calculate XP, times however many roids you capture by 10.

Does that help?
__________________
#Strategy ; #Support - Sovereign
--- --- ---
"The Cake is a Lie."

Last edited by Ultimate Newbie; 11 Nov 2006 at 10:43.
Ultimate Newbie is offline   Reply With Quote