016 / lm180_iEVE_Echoes

a web based tools box for eve echoes
https://ieve.yiilib.com
15 stars 5 forks source link

Build Calculator does not round when calculating material cost #22

Open RothAndrew opened 4 years ago

RothAndrew commented 4 years ago

Example how to reproduce:

Use Build Calculator on a Kryos with 110% material efficiency. Calculator says Tritanium needed is 1269239.4.

Actual Tritanium needed is 1269240. The value just needs to be rounded up to the nearest whole number.

image

016 commented 4 years ago

@RothAndrew thx for the feedback, the reason I didn't show "1269240" is because when u build 10 ships, it's 12692394, there is a little different with in game data, so I just show the 100% correct value, the in game cost is ceil value of it I guess