Mine Table |
X3 Silicon/Ore Mine Table
Introduction Silicon Mine L Silicon Mine M Ore Mine L Ore Mine M Download: MineTable.ods (OpenOffice document) Introduction: The formula of mines has been posted in the egosoft forum: * There is a BASETIME, which is 2400 seconds (40 minutes) for Silicon and 600 seconds (10 minutes) for Ore. Fab_size is 2 for M, and 5 for L. Basic_cycletime = rounddown(BASETIME / (Yield + 1)) + 1 seconds Multiplier = rounddown(59.9 / Basic_cycletime) + 1 Cycletime = Multiplier * Basic_cycletime Products per cycle = Multiplier * Fab_size * The purpose of the Multiplier is to prevent the cycle time to be shorter than 60 seconds. * Energy Cells: 1 Wafer = 24 ECell, 1 Ore = 6 ECell |