User Tools

Site Tools


rpd:potion_of_frost

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:potion_of_frost [2025/12/19 04:57] – Wiki maintenance: Update pages, fix naming inconsistencies, add missing mr: namespace pages mikerpd:potion_of_frost [2025/12/19 04:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Frost ======
  
 +{{ rpd:images:item_PotionOfFrost.png|Potion of Frost }}
 +
 +==== Description ====
 +When shattered, this potion creates a freezing effect that expands up to 2 tiles from the point of impact, affecting all creatures in its area of effect with the Freezing status. According to the string resources: "Upon exposure to open air, this chemical will evaporate into a freezing cloud, causing any creature that contacts it to be frozen in place, unable to act and move."
 +
 +==== Effects ====
 +  * **Freezing:** Creates a freezing effect that expands up to 2 tiles from the impact point
 +  * **Area of Effect:** Affects all creatures within the freezing area with the Freezing status
 +  * **Freezing Status:** Causes affected creatures to become frozen, unable to act
 +  * **Range:** The freezing effect has a limited range (2 tiles + quality factor)
 +
 +==== Stats ====
 +  * **Type:** Throwable Potion
 +  * **Weight:** 1
 +  * **Base Price:** 50 gold
 +  * **Upgrade Class:** UpgradablePotion
 +  * **Effect Radius:** (int)(DISTANCE * qualityFactor()) where DISTANCE is 2
 +
 +==== Mechanics ====
 +  * When shattered at any location, creates an area of effect based on distance map
 +  * Uses PathFinder.buildDistanceMap to calculate affected area
 +  * Affects all cells within the calculated distance map
 +  * Freezing effect is applied to each affected tile using Freezing.affect()
 +
 +==== Special Properties ====
 +  * Can be used defensively to stop approaching enemies
 +  * Can be used offensively to immobilize groups of enemies
 +  * Particularly effective against fire-based creatures
 +  * The range of the freezing effect increases based on the potion's quality factor
 +  * Can extinguish fires on impact
 +
 +==== Usage ====
 +  * **Offensive:** Freeze groups of enemies to gain tactical advantage
 +  * **Defensive:** Stop pursuing enemies to gain breathing room
 +  * **Environmental interaction:** Extinguish fires in the dungeon
 +  * **Alchemy:** Required to create Frost Arrows through moistening
 +
 +==== Strategy ====
 +  * Excellent for crowd control in corridors and enclosed spaces
 +  * Effective against fire-based enemies for extra damage
 +  * Can be used to interrupt enemy casting or special abilities
 +  * Combine with other crowd control items for maximum effect
 +  * Invaluable for creating Frost Arrows through the moistening process
 +
 +==== Content Verification ====
 +  * Information source: Java Class com.watabou.pixeldungeon.items.potions.PotionOfFrost
 +  * Stats verification: Extracted directly from PotionOfFrost class properties
 +  * Effect descriptions: Based on in-game mechanics and string resources
 +  * Source code: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfFrost.java]]
 +
 +==== Related ====
 +  * [[rpd:potions|Potions]] - Complete list of all potions
 +  * [[rpd:freezing|Freezing Status Effect]] - The status effect applied by this potion
 +  * [[rpd:frost_arrow|Frost Arrow]] - Ammunition created using this potion
 +  * [[rpd:moisten|Moisten]] - Process to create Frost Arrows
 +  * [[rpd:potion_of_liquid_flame|Potion of Liquid Flame]] - Opposing element effect
 +  * [[rpd:ice_elemental_mob|Ice Elemental]] - Mob that benefits from frost effects
 +
 +{{tag> rpd items potions frost freezing throwable }}
rpd/potion_of_frost.txt · Last modified: by 127.0.0.1