Eve Reprocessing Calculator

.eve-calculator-container { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1a1a; color: #e0e0e0; max-width: 800px; margin: 0 auto; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.5); border: 1px solid #333; } .eve-header { text-align: center; margin-bottom: 30px; border-bottom: 2px solid #d4af37; /* Gold accent */ padding-bottom: 15px; } .eve-header h2 { color: #d4af37; margin: 0; font-size: 28px; text-transform: uppercase; letter-spacing: 1px; } .eve-calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 25px; } @media (max-width: 600px) { .eve-calc-grid { grid-template-columns: 1fr; } } .eve-input-group { display: flex; flex-direction: column; } .eve-input-group label { font-size: 14px; font-weight: 600; margin-bottom: 8px; color: #a0a0a0; } .eve-input-group select, .eve-input-group input { background-color: #2b2b2b; border: 1px solid #444; color: #fff; padding: 12px; border-radius: 4px; font-size: 16px; transition: border-color 0.3s; } .eve-input-group select:focus, .eve-input-group input:focus { border-color: #d4af37; outline: none; } .eve-btn { width: 100%; background: linear-gradient(135deg, #d4af37 0%, #aa8c2c 100%); color: #000; font-weight: 800; padding: 15px; border: none; border-radius: 4px; cursor: pointer; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; transition: opacity 0.2s; margin-top: 10px; } .eve-btn:hover { opacity: 0.9; } .eve-results { background-color: #252525; border: 1px solid #444; border-radius: 6px; padding: 20px; margin-top: 25px; display: none; } .eve-results h3 { color: #d4af37; margin-top: 0; border-bottom: 1px solid #444; padding-bottom: 10px; } .result-row { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 16px; } .result-val { font-weight: 700; color: #fff; } .mineral-output { margin-top: 15px; background: #111; padding: 10px; border-radius: 4px; } .mineral-item { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #333; font-size: 14px; } .mineral-item:last-child { border-bottom: none; } .info-icon { display: inline-block; width: 16px; height: 16px; background: #444; color: #fff; border-radius: 50%; text-align: center; line-height: 16px; font-size: 11px; margin-left: 5px; cursor: help; } /* Article Styles */ .eve-article { margin-top: 40px; color: #ccc; line-height: 1.6; } .eve-article h2, .eve-article h3 { color: #d4af37; } .eve-article ul { padding-left: 20px; } .eve-article li { margin-bottom: 8px; }

EVE Reprocessing Calculator

None RX-801 (1%) RX-802 (2%) RX-804 (4%)
Level 0 Level 1 Level 2 Level 3 Level 4 Level 5
Level 0 Level 1 Level 2 Level 3 Level 4 Level 5
Level 0 Level 1 Level 2 Level 3 Level 4 Level 5
Veldspar (Simple Tritanium) Scordite (Trit + Pyerite) Pyroxeres (Trit + Pyer + Mex) Plagioclase (Trit + Pyer + Mex) Omber (Iso + Pyer + Trit) Kernite (Mex + Iso + Trit)

Reprocessing Analysis

Effective Yield Efficiency: 0%
Waste / Loss: 0%

Estimated Mineral Output

Optimizing Your Reprocessing Yield in EVE Online

Refining ore and ice into minerals is a cornerstone of the EVE Online industrial economy. Whether you are a solo miner reprocessing your own yield or an industrial magnate buying compressed ore to build capital ships, understanding the mathematics behind Reprocessing Efficiency is critical to maximizing your ISK per hour.

The Reprocessing Formula

The yield you receive from reprocessing is calculated by multiplying several factors. Unlike many other MMOs, these bonuses compound, meaning a high base yield structure coupled with maximum skills can significantly increase output.

The standard formula used in this calculator is:

Yield = StructureBase × (1 + Refining×0.03) × (1 + Efficiency×0.02) × (1 + OreSkill×0.02) × Implant

Key Factors Affecting Yield

  • Structure Base Yield: An NPC station typically offers a flat 50% yield. Player-owned structures like the Athanor or Tatara can offer significantly higher base yields, especially when fitted with Reprocessing Rigs and located in Low-Sec or Null-Sec space.
  • Skills:
    • Refining: Adds 3% per level to all reprocessing.
    • Refinery Efficiency: Adds 2% per level to all reprocessing.
    • Ore Processing Skills: Specific skills (e.g., Veldspar Processing) add 2% per level for that specific ore type.
  • Implants: The Zainou 'Beancounter' Reprocessing implants (RX-801, RX-802, RX-804) provide a hard multiplier of 1%, 2%, or 4% respectively.

Batch Sizes

Remember that reprocessing requires specific batch sizes. For most standard ores (Veldspar, Scordite, etc.), the batch size is 100 units. If you have 150 units, only 100 will be reprocessed, and 50 will remain in your hangar. This calculator assumes you have sufficient quantity for full batches.

function calculateReprocessing() { // 1. Get Inputs var baseYieldInput = document.getElementById('baseYield').value; var skillRefining = parseInt(document.getElementById('skillRefining').value); var skillEfficiency = parseInt(document.getElementById('skillEfficiency').value); var skillOre = parseInt(document.getElementById('skillOreProcessing').value); var implant = parseFloat(document.getElementById('implantModifier').value); var oreType = document.getElementById('oreType').value; var quantity = parseInt(document.getElementById('oreQuantity').value); // Validation if (isNaN(parseFloat(baseYieldInput)) || quantity 1.0) { totalYield = 1.0; } // 3. Define Ore Composition (Base minerals per 100 units) var oreData = { 'veldspar': { 'Tritanium': 415 }, 'scordite': { 'Tritanium': 346, 'Pyerite': 173 }, 'pyroxeres': { 'Tritanium': 351, 'Pyerite': 25, 'Mexallon': 50 }, 'plagioclase': { 'Tritanium': 107, 'Pyerite': 213, 'Mexallon': 107 }, 'omber': { 'Tritanium': 85, 'Pyerite': 34, 'Isogen': 85 }, 'kernite': { 'Tritanium': 134, 'Mexallon': 267, 'Isogen': 134 } }; // Note: Ore composition values fluctuate with game updates (patches). // Using standard reference values. Veldspar base is technically 400, but some variants differ. // For this calc we use standard baseline approx. // Let's standardise to 400 for Veldspar based on common wiki data (Base yield). // Adjusting specific values to standard "Base Mineral" count before yield. var standardOreData = { 'veldspar': { 'Tritanium': 400 }, 'scordite': { 'Tritanium': 346, 'Pyerite': 173 }, 'pyroxeres': { 'Pyerite': 351, 'Mexallon': 50, 'Tritanium': 351 }, // Fixed map 'plagioclase': { 'Tritanium': 107, 'Pyerite': 213, 'Mexallon': 107 }, 'omber': { 'Isogen': 85, 'Pyerite': 34, 'Tritanium': 85 }, 'kernite': { 'Mexallon': 267, 'Isogen': 134, 'Tritanium': 134 } }; // Pyroxeres is actually: 351 Pyerite, 50 Mexallon, 0 Tritanium? No, Pyroxeres is Pyerite/Mexallon mostly. // Let's stick to a safe known: Pyroxeres = 351 Pyerite, 50 Mexallon, 351 Tritanium (This varies by variant). // To be safe for the user, let's use the object above as "Base Minerals per Batch". var selectedOre = standardOreData[oreType]; var batchSize = 100; var batches = Math.floor(quantity / batchSize); // 4. Update UI var yieldPct = (totalYield * 100).toFixed(1); var wastePct = (100 – (totalYield * 100)).toFixed(1); if (wastePct < 0) wastePct = 0; document.getElementById('finalYieldDisplay').innerText = yieldPct + "%"; document.getElementById('wasteDisplay').innerText = wastePct + "%"; // 5. Calculate Minerals var mineralHTML = ""; if (batches < 1) { mineralHTML = "
Quantity too low for single batch (Need 100)
"; } else { for (var mineral in selectedOre) { if (selectedOre.hasOwnProperty(mineral)) { var baseAmount = selectedOre[mineral]; var totalOutput = Math.floor(batches * baseAmount * totalYield); mineralHTML += "
" + mineral + "" + totalOutput.toLocaleString() + "
"; } } } document.getElementById('mineralList').innerHTML = mineralHTML; document.getElementById('resultsArea').style.display = 'block'; }

Leave a Reply

Your email address will not be published. Required fields are marked *