Noita Wiki
Veeyu22 (talk | contribs)
m (Hide TOC by default)
(not a real thing? -- Undo revision 19721 by 76.23.245.190 (talk))
Tag: Undo
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{TOC hidden}}
 
 
{{Infobox item
 
{{Infobox item
 
| name = Potion
 
| name = Potion
 
| image = item_Potion.png
 
| image = item_Potion.png
| description = Equip and throw<br />
+
| description = Equip and throw<br />[ ] on item - drink
[ ] on item - drink
 
 
| type = Treasure item
 
| type = Treasure item
 
| spawnLocation = Pedestals and chests
 
| spawnLocation = Pedestals and chests
 
| effect = Can be used to contain liquids
 
| effect = Can be used to contain liquids
 
}}
 
}}
 
== Description ==
 
 
 
'''Potions''' are flasks of [[Materials|material]] which can be obtained throughout your journey in Noita. When starting a new game the player will start with a potion pulled from the [[#Starter|starting potion table]].
 
'''Potions''' are flasks of [[Materials|material]] which can be obtained throughout your journey in Noita. When starting a new game the player will start with a potion pulled from the [[#Starter|starting potion table]].
   
Line 20: Line 15:
 
# Holding a potion will display a capacity bar where the mana would normally be, indicating how much is left in the potion. It will also display an arc in front of the player indicating where the potion will end up if thrown.
 
# Holding a potion will display a capacity bar where the mana would normally be, indicating how much is left in the potion. It will also display an arc in front of the player indicating where the potion will end up if thrown.
 
# A potion will fill when (if possible) any liquids and '''the neck of the potion''' make contact with each other. When collecting from shallow pools, aiming the cursor directly downwards gives the best opportunity to collect the liquid, short of tossing the potion bottle gently into the pool.
 
# A potion will fill when (if possible) any liquids and '''the neck of the potion''' make contact with each other. When collecting from shallow pools, aiming the cursor directly downwards gives the best opportunity to collect the liquid, short of tossing the potion bottle gently into the pool.
# Potions can either be sprayed or thrown with left and right click respectively (this can be switched / reconfigured in the Settings). "Throwing" a potion very close to your feet will drop it gently enough to avoid breaking it.
+
# Potions can either be sprayed or thrown with left and right click respectively (this can be switched / reconfigured in the Settings). "Throwing" a potion very close to your feet will drop it gently enough to avoid breaking it. A red “X” will appear at the end of a “throwing arc” to indicate the flask will break.
 
# Dropping a potion from the inventory by dragging it out with the mouse will throw it at the cursor, and right clicking on the potion in the inventory will drink it. 10% of each material in the potion is always drunk when consumed in this way, so a potion containing water and blood drunk this way will have 10% ''each'' of the water and blood removed (20% total).
 
# Dropping a potion from the inventory by dragging it out with the mouse will throw it at the cursor, and right clicking on the potion in the inventory will drink it. 10% of each material in the potion is always drunk when consumed in this way, so a potion containing water and blood drunk this way will have 10% ''each'' of the water and blood removed (20% total).
 
# Spraying empties the potion's contents towards the cursor, eventually producing an [[Empty Potion]]. Spraying a potion at 200% will shoot out much further and faster, decreasing at 100%, 90% and 80%. It will make the sound of releasing pressure at a pitch relative to how full the potion is, with the lowest pitch at 1%. If a potion has more than one material in it, for example Acid and water, half of the spray will be acid and half water.
 
# Spraying empties the potion's contents towards the cursor, eventually producing an [[Empty Potion]]. Spraying a potion at 200% will shoot out much further and faster, decreasing at 100%, 90% and 80%. It will make the sound of releasing pressure at a pitch relative to how full the potion is, with the lowest pitch at 1%. If a potion has more than one material in it, for example Acid and water, half of the spray will be acid and half water.
Line 47: Line 42:
 
* Because a potion sprays materials out equally regardless of the actual ratio of the contained materials, this can allow the player to somewhat filter out unwanted material.
 
* Because a potion sprays materials out equally regardless of the actual ratio of the contained materials, this can allow the player to somewhat filter out unwanted material.
 
* You can create (with some difficulty) very strong throwable weapons if you mix certain reagents in a flask. For example, lava and toxic sludge will create a large amount of [[Toxic Rock]] when thrown at an enemy, potentially surrounding them with the toxic material.
 
* You can create (with some difficulty) very strong throwable weapons if you mix certain reagents in a flask. For example, lava and toxic sludge will create a large amount of [[Toxic Rock]] when thrown at an enemy, potentially surrounding them with the toxic material.
  +
  +
== Potion Generation ==
  +
 
=== Starter Potions ===
  +
  +
The potion generated for the player at the start of a run uses the [[#Starter Pool|Starter Pool]].
  +
  +
=== Regular Potions ===
  +
 
When <code>potion.lua</code> (a regular potion) is asked for, it generates a potion according to the below table.
  +
 
{| class="wikitable"
  +
! Chance
 
! Category
 
! Potion Type
 
|-
  +
! 75%
 
| Magic Material
 
|
 
* '''(99.95%)''' A random [[#Magical Material|Magical Material]]. ''(74.9625%)''
 
* '''(0.05%)''' Either [[Healthium]] ''(0.0387%)'' or [[Purifying Powder]] ''(0.0388%)''.<ref>The check for if a flask is Healthium/Purifying powder does not run from 1 to 100, but 0, and it checks if the number is less than 75, meaning the odds are {{fraction|76|100}}, not {{fraction|75|100}} as zero is a possible outcome. And although purifying powder cannot spawn if healthium is picked first, that doesn't happen 99.96% of the time [(100 - ({{fraction|51|100,000}} * 100))] and the check for purifying powder runs from 200 to 100,000, checking for anything less than 250, meaning 200 numbers are not generated and it is essentially {{fraction|51|99,800}}, making its appearance rate very very very slightly higher.</ref>
 
|-
  +
! 25%
 
| colspan="2" | A random [[#Normal Material|Normal Material]] potion.
 
|-
 
|}
  +
 
=== Chests ===
  +
 
==== [[Treasure Chest|Normal Chests]] ====
  +
 
Regular chests have a 50% chance to contain a potion, which can be any of the following types.
  +
 
{| class="wikitable"
  +
! Chance
 
! Potion Type
 
|-
  +
! 99.97%
 
| A [[#Regular Potions|Regular Potion]]
 
|-
  +
! 0.02%
 
| A [[#Secret Material|Secret Material]] Potion
 
|-
  +
! 0.01%
 
| A [[#Random Material|Random Material]] Potion
 
|}
  +
 
==== [[Great treasure chest|Great Treasure Chests]] ====
  +
 
Great Treasure Chests have a 30% chance to give potions. They will either roll a [[#Regular Potions|regular potion]] twice and [[#Secret Materials|secret potion]] once (30%), or secret twice and [[#Random Material|random material]] once (70%).
  +
 
=== [[Items|Pedestals]] ===
  +
 
77% of item pedestals have a regular potion on them.
  +
 
=== [[Alkemisti|Hiisi Alchemists]] ===
  +
 
All potions thrown by Hiisi Alchemists pull from the [[#Aggressive|Aggressive]] pool with equal probability.
  +
 
=== [[Tulihiisi|Fire Hiisi]] ===
  +
 
All potions thrown by the Fire Hiisi are [[Cocktail Flask|Cocktails]] at 200%.
   
 
== Material Pools ==
 
== Material Pools ==
Line 52: Line 109:
 
Potions may be generated with different contents depending on where and how they are obtained. The below lists document the chances for each individual type of potion to be spawned.
 
Potions may be generated with different contents depending on where and how they are obtained. The below lists document the chances for each individual type of potion to be spawned.
   
=== Starter ===
+
{{Anchor|Starter}}
  +
  +
=== Starter Pool ===
   
The starter potion pool rolls randomly for first the category, and then the potion type produced. '''Bold''' probabilities list the chance per roll, and the final ''italic'' probability measures the overall chance for that outcome compared to all others in this pool.
+
This pool is used to generate the starting potion at the beginning of a run. It rolls randomly for first the category, and then the potion type produced. '''Bold''' probabilities list the chance per roll, and the final ''italic'' probability measures the overall chance for that outcome compared to all others in this pool.
   
 
{| class="wikitable"
 
{| class="wikitable"
  +
! Chance
 
! Category
 
! Category
 
! Potion Type
 
! Potion Type
 
|-
 
|-
  +
! 65%
| '''(65%)''' A form of water
+
| A form of water
 
|
 
|
 
* '''(50%)''' [[Water]] ''(32.5%)''
 
* '''(50%)''' [[Water]] ''(32.5%)''
Line 68: Line 129:
 
* '''(10%)''' [[Materials|Mud]] ''(6.5%)''
 
* '''(10%)''' [[Materials|Mud]] ''(6.5%)''
 
|-
 
|-
  +
! 5%
| colspan="2" | '''''(5%)''''' [[Blood]]
+
| colspan="2" | [[Blood]]
 
|-
 
|-
  +
! 29%
| '''(29%)''' Various Potions
+
| Various Potions
 
|
 
|
 
* '''(1/6)''' [[Acceleratium]] ''(4.83%)''
 
* '''(1/6)''' [[Acceleratium]] ''(4.83%)''
Line 79: Line 142:
 
* '''(1/6)''' [[Polymorphine]] ''(4.83%)''
 
* '''(1/6)''' [[Polymorphine]] ''(4.83%)''
 
|-
 
|-
  +
! 1%
| '''(1%)''' Rare Potions
+
| Rare Potions
 
| Either one of:
 
| Either one of:
*'''(0.001%)''' [[Gold]] ''(1/1,000,000)''
+
*'''(0.001%)''' [[Gold]] ''({{fraction|1|1,000,000}})''
*'''(0.001%)''' [[Urine]] ''(1/1,000,000)''
+
*'''(0.001%)''' [[Urine]] ''({{fraction|1|1,000,000}})''
   
 
'''or''', if neither of those rolls succeed, one of:
 
'''or''', if neither of those rolls succeed, one of:
Line 90: Line 154:
 
|}
 
|}
   
=== Normal Material ===
+
{{Anchor|Normal Material}}
  +
  +
=== Normal Material Pool ===
   
 
Normal material potions can select any of these results with equal probability:
 
Normal material potions can select any of these results with equal probability:
Line 113: Line 179:
 
|}
 
|}
   
=== Random Material ===
+
{{Anchor|Random Material}}
  +
  +
=== Random Material Pool ===
   
 
50% of the random material flasks are full of '''any random liquid''', and the other 50% full of '''any random solid'''; all solids behave like powders. The materials rolled from this selection are completely random, and include things you'll otherwise never normally see in the game, like [[Creepy Liquid]] or [[Monstrous Powder]].
 
50% of the random material flasks are full of '''any random liquid''', and the other 50% full of '''any random solid'''; all solids behave like powders. The materials rolled from this selection are completely random, and include things you'll otherwise never normally see in the game, like [[Creepy Liquid]] or [[Monstrous Powder]].
   
=== Magical Material ===
+
{{Anchor|Magical Material}}
  +
  +
=== Magical Material Pool ===
   
 
This table includes all of the magical liquid materials.
 
This table includes all of the magical liquid materials.
Line 141: Line 211:
 
|}
 
|}
   
=== Secret Material ===
+
{{Anchor|Secret Material}}
  +
  +
=== Secret Material Pool ===
   
 
This selection mainly includes unusual and rarely-found materials along with a couple slightly more common materials, randomly selecting one of:
 
This selection mainly includes unusual and rarely-found materials along with a couple slightly more common materials, randomly selecting one of:
Line 169: Line 241:
 
|}
 
|}
   
=== Aggressive ===
+
{{Anchor|Aggressive}}
  +
  +
=== Aggressive Pool ===
   
 
This material pool will randomly select one of the following options with equal probability.
 
This material pool will randomly select one of the following options with equal probability.
Line 184: Line 258:
 
| A random potion from the [[#Normal Material|Normal Material]] pool.
 
| A random potion from the [[#Normal Material|Normal Material]] pool.
 
|}
 
|}
 
== Potion and Potion Pool Users ==
 
 
=== Regular Potions ===
 
 
When <code>potion.lua</code> (a regular potion) is asked for, it generates a potion according to the below table.
 
 
{| class="wikitable"
 
! Category
 
! Potion Type
 
|-
 
| '''(75%)''' Magic Material
 
|
 
* '''(99.95%)''' A random [[#Magic Material|Magic Material]]. ''(74.9625%)''
 
* '''(0.05%)''' Either [[Healthium]] ''(0.0387%)'' or [[Purifying Powder]] ''(0.0388%)''.<ref>The check for if a flask is Healthium/Purifying powder does not run from 1 to 100, but 0, and it checks if the number is less than 75, meaning the odds are 76/100, not 75/100 as zero is a possible outcome. And although purifying powder cannot spawn if healthium is picked first, that doesn't happen 99.96% of the time [(100 - (51/100,000 * 100))] and the check for purifying powder runs from 200 to 100,000, checking for anything less than 250, meaning 200 numbers are not generated and it is essentially 51/99,800, making its appearance rate very very very slightly higher.</ref>
 
|-
 
| colspan="2" | '''''(25%)''''' A random [[#Normal Material|Normal Material]] potion.
 
|-
 
|}
 
 
=== Chests ===
 
 
==== [[Treasure chests|Normal Chests]] ====
 
 
Regular chests have a 50% chance to contain a potion, which can be any of the following types.
 
 
{| class="wikitable"
 
! Potion Type
 
|-
 
| '''(99.97%)''' A [[#Regular Potions|Regular Potion]]
 
|-
 
| '''(0.02%)''' A [[#Secret Material|Secret Material]] Potion
 
|-
 
| '''(0.01%)''' A [[#Random Material|Random Material]] Potion
 
|}
 
 
==== [[Great treasure chest|Great Treasure Chests]] ====
 
 
Great Treasure Chests have a 30% chance to give potions. They will either roll a [[#Regular Potions|regular potion]] twice and [[#Secret Materials|secret potion]] once (30%), or secret twice and [[#Random Material|random material]] once (70%).
 
 
=== [[Items|Pedestals]] ===
 
 
77% of item pedestals have a regular potion on them.
 
 
=== [[Alkemisti]] ===
 
 
* All potions thrown by alchemists pull from the [[#Aggressive|Aggressive]] pool with equal probability.
 
 
=== [[Tulihiisi|Fire Hiisi]] ===
 
 
* All potions thrown by the Fire Hiisi are [[Cocktail Flask|Cocktails]] at 200%.
 
   
 
== Trivia ==
 
== Trivia ==
   
* [[Urine]] spawns in a jar instead of a potion. Jars are identical to potions except in name and appearance.
+
* [[Urine]] spawns in a jar instead of a potion. Jars are identical to potions except in name and appearance. This is a reference to Jarate from Team Fortress 2, which is also urine in a jar.
 
* Starting from 100%, it takes 17 seconds to empty a potion, and from 0% takes 5 seconds to fill (if fully submerged for the full 5 seconds).
 
* Starting from 100%, it takes 17 seconds to empty a potion, and from 0% takes 5 seconds to fill (if fully submerged for the full 5 seconds).
 
* Prior to the 1.0 Official Release, potions were referred to as flasks.
 
* Prior to the 1.0 Official Release, potions were referred to as flasks.

Revision as of 05:43, 23 April 2021

Potions are flasks of material which can be obtained throughout your journey in Noita. When starting a new game the player will start with a potion pulled from the starting potion table.

Alchemy will not take place within the potion. For example, water will not harden lava and will not purify toxic sludge until the respective materials are removed from the potion. This can be used to create utility potions that have a desired effect when thrown. For example, a flask that is 50% water (or blood) and 50% lava can be thrown to create an impromptu rock wall at the impact location for protection or aiding escape.

Usage

  1. Holding a potion will display a capacity bar where the mana would normally be, indicating how much is left in the potion. It will also display an arc in front of the player indicating where the potion will end up if thrown.
  2. A potion will fill when (if possible) any liquids and the neck of the potion make contact with each other. When collecting from shallow pools, aiming the cursor directly downwards gives the best opportunity to collect the liquid, short of tossing the potion bottle gently into the pool.
  3. Potions can either be sprayed or thrown with left and right click respectively (this can be switched / reconfigured in the Settings). "Throwing" a potion very close to your feet will drop it gently enough to avoid breaking it. A red “X” will appear at the end of a “throwing arc” to indicate the flask will break.
  4. Dropping a potion from the inventory by dragging it out with the mouse will throw it at the cursor, and right clicking on the potion in the inventory will drink it. 10% of each material in the potion is always drunk when consumed in this way, so a potion containing water and blood drunk this way will have 10% each of the water and blood removed (20% total).
  5. Spraying empties the potion's contents towards the cursor, eventually producing an Empty Potion. Spraying a potion at 200% will shoot out much further and faster, decreasing at 100%, 90% and 80%. It will make the sound of releasing pressure at a pitch relative to how full the potion is, with the lowest pitch at 1%. If a potion has more than one material in it, for example Acid and water, half of the spray will be acid and half water.
  6. Throwing or dropping a potion turns it into a grenade-like projectile, which will usually cause it to shatter. The further the mouse cursor is from the player, the greater the force of the throw. If dropped gently enough close to the ground or thrown into a body of liquid, the potion can travel slowly enough to avoid being broken when it touches the ground again.
  7. Drinking a potion has various different effects and fills your stomach based on the potion and will consume 10% if available. Drinking it at lower than 10% will reduce the effects accordingly.

Obtaining

  • From item pedestals or chests in most biomes.
  • The Mines will sometimes spawn with a room containing a lava pit and multiple shelves of potions, which is often populated by an Alkemisti, Stendari, or Ukko.
  • The Hiisi Base sometimes contains one or more rooms resembling a bar, with mainly Whiskey potions, but sometimes one or two other potions.
  • Potions at 200% only come from an Alchemist or Fire Hiisi who throw potions at the player as their primary mode of attack. They can be acquired by grabbing them in mid-air or picked up if they are slowed by falling through liquid that slowed them enough to prevent them shattering. They can only be refilled once they drop below 100%, and only back up to 100%.

States

  • Projectiles and explosions may puncture holes in potions laying around in the world, causing the liquid to leak out in a spray. Enough damage may cause the potion to shatter. Potions that have been damaged but not shattered will be fixed and returned to their normal state if the player picks it up.
  • If a flask is thrown too fast or is damaged too much, it shatters. Shattered potions can not be picked, unlike damaged potions. Upon shattering, a potion will release 20% of its remaining contents. The shattered potion flask will become a useless piece of glass.

Tips

  • A thin layer of fluid can be picked up with some difficulty by safely dropping the potion on it. You may have to pickup and drop the potion multiple times to collect it.
  • If a fluid is on top of a thin enough floor, a player can collect it even though they are on the other side. This can be used to safely suck up hard to collect fluids such as lava or teleportatium.
  • Drinking causes the ingestion effect of the liquid to remain active for a set duration (based on how much has been consumed) regardless of your stains, perks or movement. However, drinking will use up the substance permanently whereas liquid on the ground can be picked up again. Some liquids (notably Invisiblium and Ambrosia) do not have the same effect when drunk as when stained, and may even poison the player.
  • Spraying upwards with most liquids while flying allows you to fly further.
  • Reactions like water reacting with lava to produce rock and steam only happen when the spray from the potion collides with something else in the world.
  • Because a potion sprays materials out equally regardless of the actual ratio of the contained materials, this can allow the player to somewhat filter out unwanted material.
  • You can create (with some difficulty) very strong throwable weapons if you mix certain reagents in a flask. For example, lava and toxic sludge will create a large amount of Toxic Rock when thrown at an enemy, potentially surrounding them with the toxic material.

Potion Generation

Starter Potions

The potion generated for the player at the start of a run uses the Starter Pool.

Regular Potions

When potion.lua (a regular potion) is asked for, it generates a potion according to the below table.

Chance Category Potion Type
75% Magic Material
25% A random Normal Material potion.

Chests

Normal Chests

Regular chests have a 50% chance to contain a potion, which can be any of the following types.

Chance Potion Type
99.97% A Regular Potion
0.02% A Secret Material Potion
0.01% A Random Material Potion

Great Treasure Chests

Great Treasure Chests have a 30% chance to give potions. They will either roll a regular potion twice and secret potion once (30%), or secret twice and random material once (70%).

Pedestals

77% of item pedestals have a regular potion on them.

Hiisi Alchemists

All potions thrown by Hiisi Alchemists pull from the Aggressive pool with equal probability.

Fire Hiisi

All potions thrown by the Fire Hiisi are Cocktails at 200%.

Material Pools

Potions may be generated with different contents depending on where and how they are obtained. The below lists document the chances for each individual type of potion to be spawned.

Starter Pool

This pool is used to generate the starting potion at the beginning of a run. It rolls randomly for first the category, and then the potion type produced. Bold probabilities list the chance per roll, and the final italic probability measures the overall chance for that outcome compared to all others in this pool.

Chance Category Potion Type
65% A form of water
5% Blood
29% Various Potions
1% Rare Potions Either one of:
  • (0.001%) Gold (1/1,000,000)
  • (0.001%) Urine (1/1,000,000)

or, if neither of those rolls succeed, one of:

Normal Material Pool

Normal material potions can select any of these results with equal probability:

Potion Type
Acid Blood Fire
Freezing Liquid Unstable Gunpowder Lava
Oil Toxic Sludge Slime
Water Whiskey

Random Material Pool

50% of the random material flasks are full of any random liquid, and the other 50% full of any random solid; all solids behave like powders. The materials rolled from this selection are completely random, and include things you'll otherwise never normally see in the game, like Creepy Liquid or Monstrous Powder.

Magical Material Pool

This table includes all of the magical liquid materials.

Potion Type
Acceleratium Ambrosia Berserkium
Chaotic Polymorphine Concentrated Mana Flummoxium
Invisiblium Levitatium Pheromone
Polymorphine Unstable Teleportatium Worm Pheromone

Secret Material Pool

This selection mainly includes unusual and rarely-found materials along with a couple slightly more common materials, randomly selecting one of:

Potion Type
Cement (Liquid) Evergreen Seed
Fungal Spore Glowing Fungal Spore
Gold Plant Seed
Purifying Powder Salt
Snow Sodium
Lively Concoction Urine
Worm Blood

Aggressive Pool

This material pool will randomly select one of the following options with equal probability.

Potion Type
Berserkium
Pheromone
Teleportatium
A random potion from the Normal Material pool.

Trivia

  • Urine spawns in a jar instead of a potion. Jars are identical to potions except in name and appearance. This is a reference to Jarate from Team Fortress 2, which is also urine in a jar.
  • Starting from 100%, it takes 17 seconds to empty a potion, and from 0% takes 5 seconds to fill (if fully submerged for the full 5 seconds).
  • Prior to the 1.0 Official Release, potions were referred to as flasks.

See Also

Gallery

Berserkium Flask

Berserkium

Invisiblium Flask

Invisiblium

Teleportium Flask

Teleportatium

Pheromonium Flask

Pheromone

Notes

  1. The check for if a flask is Healthium/Purifying powder does not run from 1 to 100, but 0, and it checks if the number is less than 75, meaning the odds are 76/100, not 75/100 as zero is a possible outcome. And although purifying powder cannot spawn if healthium is picked first, that doesn't happen 99.96% of the time [(100 - (51/100,000 * 100))] and the check for purifying powder runs from 200 to 100,000, checking for anything less than 250, meaning 200 numbers are not generated and it is essentially 51/99,800, making its appearance rate very very very slightly higher.
  2. Two possible swamp potions can be given: swamp and water_swamp. One spray is opaque brown and one spray is transparent light green, the former is a darker shade on the hud as well.