Scaled up Universal Cable throughput in preparation for reactor output rate, may need to further scale in the future
This commit is contained in:
parent
b51aa0ee83
commit
410e298b8e
1 changed files with 4 additions and 4 deletions
|
@ -136,10 +136,10 @@ public final class Tier
|
|||
*/
|
||||
public static enum CableTier
|
||||
{
|
||||
BASIC(500, TransmitterType.UNIVERSAL_CABLE_BASIC),
|
||||
ADVANCED(2000, TransmitterType.UNIVERSAL_CABLE_ADVANCED),
|
||||
ELITE(8000, TransmitterType.UNIVERSAL_CABLE_ELITE),
|
||||
ULTIMATE(32000, TransmitterType.UNIVERSAL_CABLE_ULTIMATE);
|
||||
BASIC(3200, TransmitterType.UNIVERSAL_CABLE_BASIC),
|
||||
ADVANCED(12800, TransmitterType.UNIVERSAL_CABLE_ADVANCED),
|
||||
ELITE(64000, TransmitterType.UNIVERSAL_CABLE_ELITE),
|
||||
ULTIMATE(320000, TransmitterType.UNIVERSAL_CABLE_ULTIMATE);
|
||||
|
||||
public BaseTier getBaseTier()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue