The Miner's Haven Wikia
Advertisement

The tier Slipstream is used to denote items obtained from Rebirth that are not Reborn-Proof but offer unique advantages for use. This tier was added in The Ultimate Update (03/08/2017) as an assist tool in reaching The Ultimate Sacrifice. When rebirthing, players have a chance of obtaining a Slipstream. The chances scale across different areas of lives. From Life 2 to 500, the chances are greater the higher life you are. From Life 500 to 1000, you have a 1/2 chance of obtaining a Slipstream. From Life 1000 onwards, you have a 1/5 chance to obtain a Slipstream item.

The area of progress in which players are eligible to obtain a Slipstream has widened as upgrades progressed. Initially, players start obtaining Slipstreams at Life 100 to 1000, but the Slipstream Mini-Patch (03/11/2017) extended the area downwards to Life 2. For over a year, it would remain that way until The Gargantuan Update (06/11/2018), which changes Slipstreams so that players at any life can obtain them. This change was to ensure players could obtain the new Enchanted-tier items.

Quick Navigation:[]

  • Reborn: Press here.
  • Advanced Reborn: Press here.
  • Decimal Rarity: Press here.
  • Ultimate: Press here.
  • Enchanted: Press here.

List of Slipstream Items[]

Slipstream
Item Name Effects Item Type Elements Date Added
The Great Parasite
The Great Parasite
Cell Furnace Processes unupgraded ore by x7B. Each ore inserted increases multiplier by x7B, and also increased by ore on your base. Every so often, it will sacrifice 12-19 ore and increase multiplier by (14B x ore sacrificed). If there are not enough ore on the base for it to do this, multiplier is reduced by 350B. Multiplier caps at x350T. 10 Aether

0 Water
20 Earth
0 Fire
-20 Order
40 Entropy

08 March, 2017
Pulsar Octagnium Mine
Pulsar Octagnium Mine
Pulsar Dropper An eight-spouted dropper which produces ore based on the ore already present on the users base. However, these ores are destroyed in the process. 10 Aether

0 Water
20 Earth
0 Fire
50 Order
-20 Entropy

08 March, 2017
Incendium Mine
Incendium Mine
Dropper Produces ore that make other ore fireproof. Ores are worth 8qd. 10 Aether

-20 Water
20 Earth
50 Fire
0 Order
0 Entropy

08 March, 2017
Utopian Refiner
Utopian Refiner
Upgrader Multiplies ore value by 50x and gives ore a random color of sparkles. 10 Aether

50 Water
-20 Earth
0 Fire
10 Order
20 Entropy

08 March, 2017
Dystopian Refiner
Dystopian Refiner
Upgrader Multiplies ore value by a base of 40x. This is increased additively based on any status effects the ore has. 10 Aether

0 Water
-20 Earth
20 Fire
0 Order
50 Entropy

08 March, 2017
Nature's Enchantment
Nature's Enchantment
Furnace Furnace which processes ore at (Life÷2)x its value. Caps at x55k, or life 110k respectively. 10 Aether

20 Water
50 Earth
-20 Fire
0 Order
0 Entropy

11 March, 2017
Burst Refiner
Burst Refiner
Upgrader Upgrades ore by x15, but every 9th ore gets upgraded by a whopping x500. 10 Aether

-20 Water
0 Earth
50 Fire
0 Order
20 Entropy

11 March, 2017
Ore Supernova
Ore Supernova
Pulsar Upgrader Multiplies all present ore on base by x500. Only usable once even with a resetting device. If used with a Gargantium Mine, it will drop blue fireproof ore instead. This takes the place of the Ore Pulsar when placed. 50 Aether

-20 Water
0 Earth
20 Fire
0 Order
10 Entropy

11 March, 2017
The Grand Prism
The Grand Prism
Upgrader Multiplies ore value by x100. This is rarer than the other slipstreams. 50 Aether

0 Water
-20 Earth
20 Fire
10 Order
0 Entropy

10 June, 2017
Oblivion Weaver
Oblivion Weaver
Dropper Dropper that drops Cash Icon $144B ore. Similarly to the Boomite Mine's effects, this dropper's ore upgrades other ores that touch its ore by 9x. This causes the Oblivion Weaver ore to explode and ignites the other ore, destroying it with a 1/10 chance and setting it on fire. 0 Aether

0 Water
20 Earth
10 Fire
-20 Order
50 Entropy

26 October, 2019
Neutropian Refiner
Neutropian Refiner
Upgrader Upgrader that multiplies ore value by 90x, 125x if the ore has a negative status effect. 10 Aether

20 Water
-20 Earth
0 Fire
50 Order
0 Entropy

5 April, 2020Reincarnation Update
Suitopian Refiner
Suitopian Refiner
Upgrader Multiplies ore value by 0x to 10x. Can be used infinitely. 50 Aether

0 Water
-20 Earth
10 Fire
0 Order
20 Entropy

5 April, 2020Reincarnation Update
Behemoth Blossom
Behemoth Blossom
Upgrader Multiplies ore with under 20 upgrade counter by x100. Multiplies ore with 20< upgrade counter by x60. Doubles all dimensions of ore size. (total ore volume is octupled) 0 Aether

20 Water
50 Earth
0 Fire
10 Order
-20 Entropy

5 April, 2020Reincarnation Update
Orbital Cataclysm
Orbital Cataclysm
Upgrader Multiplies ore based on its reflectance (upgrade counter). The very first ore that enters is destroyed to upgrade the second, however after this it will stop destroying ore. Negative upgrade counter ore is multiplied by x1. 10 Aether

0 Water
0 Earth
20 Fire
-20 Order
50 Entropy

5 April, 2020Reincarnation Update

Here's an explanation of the process of distributing slipstream items among users (NOTE: Since Slipstreams have been expanded to include all lives, the explanations may not be accurate):

Slipstream RNG Slipstream probability graph

Slipstream RNG (Random Number Generation)

In a nutshell what the code above does is that when you reach life 2, you have a 0.1% chance of obtaining a slipstream item and every life you go through, until life 1000. The chance of obtaining a slipstream item increases by 0.1% every rebirth.

  1. Slipstream equals false before determining whether or not the user receives a slipstream item. If they do, slipstream will be set to true.
  2. Lines 2 to 7 checks the user's life. If the user's life is over 1000, the life calculation will be 200; if it over 500, then the life calculation will be 500.
  3. This line checks if your life is over 2 in order to get a slipstream.
  4. Then it generates a random number between 1 and 1000 for the slipstream chance.
  5. It substract the life calculation by 1000 and if the slipstream chance is greater than it, you will received a slipstream.

  • If you're life 2, 2 subtracted from 1000 is MORE THAN most numbers between 1 and 1000 meaning you will have a VERY SMALL chance of receiving a slipstream item.
  • If you're life 999, 1000 - 999 = 1 which is less than most numbers between 1 and 1000.

If the random number between 1 and 1000 generated is greater than your life number subtracted from 1000, you will receive a slipstream item.

Trivia[]

  • Slipstreams can be sold for Cash Icon $805qd, unlike the item says '
    Can't Sell
    '. This has confused at lot of new players getting a slipstream, and unintentionally selling them.
  • By placing the Ancient Tablet on your base, you can force the game to give you a slipstream item. The Ancient Tablet will be deleted from your inventory after one use.
  • For a small bit after the Map for Winter 2020 Changed, Slipstreams had the wrong item type, and would not be given if a player got it from rebirthing. As well as them being able to be obtained by themselves, granting nothing.
  • On the small patch a few days after the "Birthday Removal Update" there was another bug which made slipstreams Rebirth proof. However this was quickly Patched.
  • Slipstreams can also be used in crafting Superstitious items without having to spend extra reborn items.

List of All Tiers
Shop CommonUncommonRareSuper RareUniqueEpicLegendaryMythicDivineAlmightyHydraulicPlatform
Rebirth RebornDecimal RebornEvolved RebornReborn FusionAdvanced RebornAdvanced EvolutionAdvanced FusionShiny RebornShiny EvolutionSlipstreamUltimate
Unboxing/Event PremiumRefinedCollectibleLuxuryVintageExoticContrabandRelicQuest
Others EnchantedSuperstitiousFabled
Removed EnlistedIntermediateProficientAdvanced

All items (15)

Advertisement