These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Science & Industry

 
  • Topic is locked indefinitely.
 

What is the exact formula for refining now?

Author
Kashada Kumato
Carebears -With- Guns
Goonswarm Federation
#1 - 2015-04-01 23:09:35 UTC
I cant find find the full formula that affects what minerals you get and i would like to know so i can incorporate it into a web based project i am working on.

i need to factor in reprocessing, reprocessing efficiency, Ore/ice/scrap skill, Implant, quantity

as well as where should a number be rounded if at all.

I tried to work it out myself but i just cant get it to return the same numbers as ingame.
Aerie Evingod
Midwest Miners LLC
#2 - 2015-04-02 04:37:22 UTC  |  Edited by: Aerie Evingod
Station Equipment x (1 + Refining skill x 0.03) x (1 + Refining Efficiency skill x 0.02) x (1 + Ore Processing skill x 0.02) )

Add implant as needed.

http://community.eveonline.com/news/dev-blogs/reprocess-all-the-things/

Edit: this is for ores.
Kashada Kumato
Carebears -With- Guns
Goonswarm Federation
#3 - 2015-04-02 13:11:50 UTC
that is what i used before and i used the implant at the end but it did not return the right sum

Station Equipment x (1 + Refining skill x 0.03) x (1 + Refining Efficiency skill x 0.02) x (1 + Ore Processing skill x 0.02) x (1+implant x 0.01)) = Refine Rate

is what i used to get refine rate then

round down(Ore mineral yield x (Refine Rate/100) x quantity)

to get the amount of each mineral in each ore

also where does tax get removed?
so:
Base Station = 50
Reprocessing = 5
Reprocessing Efficiency = 5
Veldspar Reprocessing = 4
Implant = 2

Quantity = 100 (compressed)
mineral yield = 415

ingame (68.3% 28915 trit)

50 x (1 + 5 x 0.03) x (1 + 5 x 0.02) x (1 + 4 x 0.02) x (1+ 4 x 0.01)) = (50 x 1.15 x 1.1 x 1.08 x 1.02) = 69.9762
415 x (0.699762) * 100 = 29040.123

clearly i am doing something wrong and i have not even factored in tax yet there is no tax in the station i am working on.

Soldarius
Dreddit
Test Alliance Please Ignore
#4 - 2015-04-02 14:23:23 UTC  |  Edited by: Soldarius
You have an error in your formula. You have a 2% implant, but are calculating it as a 4%.

50 x (1 + 5 x 0.03) x (1 + 5 x 0.02) x (1 + 4 x 0.02) x (1+ 4 x 0.01)) = (50 x 1.15 x 1.1 x 1.08 x 1.02) = 69.9762

should read

50 x (1 + 5 x 0.03) x (1 + 5 x 0.02) x (1 + 4 x 0.02) x (1+ 2 x 0.01)) = (50 x 1.15 x 1.1 x 1.08 x 1.02) = 69.6762

roundDown(415 * 100 * .696762) = 28915 trit

http://youtu.be/YVkUvmDQ3HY

Kashada Kumato
Carebears -With- Guns
Goonswarm Federation
#5 - 2015-04-02 16:04:19 UTC
ok thanks but why is it saying 69.6 when eve is saying 68.3?
Aerie Evingod
Midwest Miners LLC
#6 - 2015-04-02 16:10:43 UTC
Do you have >6.7 standings?
Tau Cabalander
Retirement Retreat
Working Stiffs
#7 - 2015-04-02 17:48:02 UTC
Kashada Kumato wrote:
ok thanks but why is it saying 69.6 when eve is saying 68.3?

The UI doesn't show bonus from implants.
Kashada Kumato
Carebears -With- Guns
Goonswarm Federation
#8 - 2015-04-02 17:56:30 UTC  |  Edited by: Kashada Kumato
ah, thank you now i can make my tool!

Where does tax figure in though?
Tau Cabalander
Retirement Retreat
Working Stiffs
#9 - 2015-04-02 18:22:10 UTC
Kashada Kumato wrote:
ah, thank you now i can make my tool!

Where does tax figure in though?

Tax Percent = MAXIMUM (0 ; 5 - Current Standing * 0.75)