Ranger Archive
Thread: Harvest rates
Page 1 of 1
Av-limil
Sun May 30, 2004 9:13 pm
#1
I am currently a 1-0-0-0 scout (all the skill pts I had left) and I am wondering what the harvest rate differences are between novice scout, 0-0-4-0 scout, and 0-0-4-0 ranger? I can count the "creature harvesting" skill but I don't know quite how that relates to real harvest #'s. Thanks.
KamaKuro
Sun May 30, 2004 11:14 pm
#2
I am not sure exactly how it relates either.. but in another thread someone mentioned only a 30% increased from Master Scout to Master Ranger..
Nemo0
Mon May 31, 2004 6:41 am
#3
Here is how it seems to work as far as I can tell:
Harvest_Amount = (1.0 + Harvest_Mod/100) * Base_Harvest_Amount
So, to compare the harvest amount, you can do:
Relative_Harvest_Amount = (1.0 + Harvest_Mod_1/100) / (1.0 + Harvest_Mod_2/100)
So, for a Master Ranger vs. a Novice Scout, you would have:
MR_vs_NS = (1.0 + 100/100) / (1.0 + 15/100) = 2.0 / 1.15 = 1.7391304347826086956521739130435
This means that a Master Ranger harvest about 1.74 times as much as a Novice Scout on the same creature. So, if a Novice Scout gets 100 units, a Master Ranger would get 174 units. Hope that helps.
Page 1 of 1