Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Reprocessing: Difference between revisions

From EVE University Wiki
m Manual reprocessing yield formula had a minor parenthesis error. It was 50 + Rig Mod * (1+ Sec Mod) whereas it should be (50 + Rig Mod) * (1+ Sec Mod).
The compression ratio numbers were completely wrong, they were using (oreVolume / compressedOreVolume) instead of ((oreVolume * 100) / compressedOreVolume). I changed the column to decimal, and inverted the values, I feel it's more useful this way, as you can do (oreVolume * compressionRatio) to get the total compressed ore volume.
Line 162: Line 162:
! style="background-color:#222222" data-sort-type="numbers" | Ore volume (m³)  
! style="background-color:#222222" data-sort-type="numbers" | Ore volume (m³)  
! style="background-color:#222222" data-sort-type="numbers" | Compressed ore volume (m³)  
! style="background-color:#222222" data-sort-type="numbers" | Compressed ore volume (m³)  
! style="background-color:#222222" data-sort-type="numbers" | Compression ratio (%)
! style="background-color:#222222" data-sort-type="numbers" | Compression ratio
|-
|-
| Arkonor || 16 || 3.08 || 519
| Arkonor || 16 || 3.08 || 0.001925
|-
|-
| Bistot || 16 || 6.11 || 262
| Bistot || 16 || 6.11 || 0.00381875
|-
|-
| Crokite || 16 || 7.81 || 205
| Crokite || 16 || 7.81 || 0.00488125
|-
|-
| Dark Ochre || 8 || 3.27 || 245
| Dark Ochre || 8 || 3.27 || 0.0040875
|-
|-
| Gneiss || 5 || 1.03 || 485
| Gneiss || 5 || 1.03 || 0.00206
|-
|-
| Hedbergite || 3 || 0.14 || 2143
| Hedbergite || 3 || 0.14 || 0.0004666666667
|-
|-
| Hemorphite || 3 || 0.16 || 1875
| Hemorphite || 3 || 0.16 || 0.0005333333333
|-
|-
| Jaspet || 2 || 0.15 || 1333
| Jaspet || 2 || 0.15 || 0.00075
|-
|-
| Kernite || 1.2 || 0.19 || 632
| Kernite || 1.2 || 0.19 || 0.001583333333
|-
|-
| Mercoxit || 40 || 0.10 || 40,000
| Mercoxit || 40 || 0.10 || 0.000025
|-
|-
| Omber || 0.6 || 0.07 || 857
| Omber || 0.6 || 0.07 || 0.001166666667
|-
|-
| Plagioclase || 0.35 || 0.15 || 233
| Plagioclase || 0.35 || 0.15 || 0.004285714286
|-
|-
| Pyroxeres || 0.3 || 0.16 || 188
| Pyroxeres || 0.3 || 0.16 || 0.005333333333
|-
|-
| Scordite || 0.15 || 0.19 || 79
| Scordite || 0.15 || 0.19 || 0.01266666667
|-
|-
| Spodumain || 16 || 16.0 || 100
| Spodumain || 16 || 16.0 || 0.01
|-
|-
| Veldspar || 0.1 || 0.15 || 67
| Veldspar || 0.1 || 0.15 || 0.015
|-
|-
| Ice || 1000 || 100 || 10
| Ice || 1000 || 100 || 0.001
|}
|}