User Tools

Site Tools


rpd:potion_of_frost_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:potion_of_frost_item [2025/12/22 18:53] – Add potion_of_frost_item.txt with proper naming and content mikerpd:potion_of_frost_item [2025/12/22 19:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Frost ======
  
 +{{ rpd:images:potion_of_frost_item.png|Potion of Frost }}
 +
 +A Potion of Frost is a type of potion in Remixed Dungeon that creates a freezing effect when exposed to air.
 +
 +==== Effect ====
 +When shattered, the potion creates a freezing cloud that affects all creatures within a 2-tile radius of the impact point:
 +  * **Freeze:** Creatures are frozen in place, unable to move or act
 +  * **Area of Effect:** The freezing cloud affects all creatures in a 2-tile radius
 +  * **Duration:** Creatures remain frozen until the effect wears off or is cleared
 +
 +==== Properties ====
 +  * **Rarity:** Common
 +  * **Weight:** 1
 +  * **Price:** 50 gold coins (base price)
 +  * **Identification:** One use to identify (shatter to learn effect)
 +
 +==== Function ====
 +  * **Shatter:** When thrown at a target or ground, creates the freezing effect cloud
 +  * **Arrow Moistening:** Can be used to moisten arrows, turning them into [[rpd:frost_arrow_item|Frost Arrows]]
 +  * **Utility:** Effective for stopping dangerous enemies or creating temporary barriers
 +
 +==== Strategy ====
 +  * Use to temporarily disable dangerous enemies during combat
 +  * Particularly effective on single powerful enemies that are difficult to fight
 +  * Can be used to create temporary breathing room during difficult encounters
 +  * Be careful not to freeze yourself or important allies
 +  * Useful for crowd control when facing multiple enemies
 +
 +==== Obtaining ====
 +  * Found as random drops in dungeon levels
 +  * Available in shops
 +  * Sometimes found in chests
 +  * Dropped by certain enemies
 +
 +==== Content Verification ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfFrost.java|PotionOfFrost.java]]
 +  * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfFrost.java
 +  * String Resource: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2186|PotionOfFrost_Name]] and [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2187|PotionOfFrost_Info]]
 +  * Effects: Uses [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Freezing.java|Freezing.java]] blob to apply freeze effect
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L287|registerItemClass(PotionOfFrost.class)]]
 +  * Entity Kind: potion_of_frost (via getEntityKind())
 +  * Machine-readable data: [[mr:potion_of_frost_item|mr:potion_of_frost_item]]
 +
 +==== Related Items ====
 +  * [[rpd:potion_item|Potions]] - Other potions in the game
 +  * [[rpd:frost_arrow_item|Frost Arrows]] - Arrows moistened with this potion
 +  * [[rpd:frost_buff|Frost Status Effect]] - The freezing effect applied to creatures
 +  * [[rpd:potion_of_liquid_flame_item|Potion of Liquid Flame]] - Opposite fire-based effect
 +  * [[rpd:potion_of_overhealing_item|Potion of Overhealing]] - Healing-based alternative
 +
 +{{tag> rpd items potions frost utility}}
rpd/potion_of_frost_item.txt · Last modified: by 127.0.0.1