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

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

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Eve Math Waste Factor

Author
Bianca Success
Deutsche Recycling GmbH
#1 - 2011-10-09 00:25:11 UTC
Quote:
Waste =Round (Material Amount x (Base Waste Factor / 100)x(1/(ME+1))

Isogen Megacyte Mexallon Nocxium Pyerite Tritanium
286 880 1254 17600
29 0 0 0 88 0 0 0 125 0 1760 0

=Round(286*((0,1*(1/(0+1)))))

It looks diffrent to EVE HQ.
Where is my fault?
Thx
Lutz Major
Austriae Est Imperare Orbi Universo
#2 - 2011-10-09 04:07:34 UTC
Wild guess: you took not the base material amount but the quantity with the 10% waste already applied.

But to make sure, you could tell us which BPO you were looking at, why your table has six headers and the first row only four columns but the second 12!? That makes it pretty hard to guess which values you use.
Elegbara
White Wolf Enterprises
Harmonious Ascent
#3 - 2011-10-09 07:03:32 UTC
You're using not base numbers but numbers with 10% waste applied already (ME 0).

286 = 260 + 26 waste
88 = 80 + 8 waste
1254 = 1140 + 114 waste
1760 = 1600 + 160 waste

Open your eyes. And awaken.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2011-10-09 18:08:38 UTC
total cost for something =

base + (base * (Waste Factor for the Blueprint/(Material efficiency+1))/100) + (base*(0.25-(0.05* Your production efficency)))

Bear in mind not all blueprints have a base waste of 10%. Some are smaller.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Dragonaire
Here there be Dragons
#5 - 2011-10-10 01:11:22 UTC
As far as I know it was just the drones that use 5% but there may be others now too.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#6 - 2011-10-10 14:30:35 UTC
select count(*),wasteFactor from invBlueprintTypes group by wasteFactor;

+----------+-------------+
| count(*) | wasteFactor |
+----------+-------------+
| 210 | 0 |
| 88 | 5 |
| 2930 | 10 |
+----------+-------------+


Most are 10 [:-d] the 0s are things like tech 3 systems.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Bianca Success
Deutsche Recycling GmbH
#7 - 2011-10-12 10:58:47 UTC
Thanks a lot!
Sometimes you need a diffrent poimt a view. :D