User Tools

Site Tools


rpd:potion_of_liquid_flame_item

Differences

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

Link to this comparison view

rpd:potion_of_liquid_flame_item [2025/12/22 10:56] – Fix wiki pages: correct naming, add code references, improve content, and resolve red links mikerpd:potion_of_liquid_flame_item [2025/12/22 11:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Liquid Flame ======
  
 +{{ rpd:images:potion_of_liquid_flame_item.png|Potion of Liquid Flame }}
 +
 +The **Potion of Liquid Flame** is a special potion in Remixed Dungeon that explodes in a burst of fire when shattered, damaging enemies and setting terrain on fire.
 +
 +==== Item Overview ====
 +  * **Type:** Potion
 +  * **Rarity:** Special
 +  * **Special Effect:** Creates an area of fire damage when shattered on the ground
 +  * **Usage:** Shatter on ground to create fire damage in area (consumed upon shattering)
 +
 +==== Special Mechanics ====
 +  * **Area of Effect:** When shattered, creates a 3x3 area of fire that damages enemies over time
 +  * **Fire Damage:** Deals damage to all enemies in the affected area each turn
 +  * **Terrain Ignition:** Can ignite flammable terrain, creating ongoing fire hazards
 +  * **No Direct Healing:** Cannot be consumed for healing like other potions
 +  * **Shatter Only:** This potion can only be shattered, not drunk
 +  * **Identification:** Becomes identified after being shattered
 +  * **Fire Resistance:** Enemies with fire resistance take reduced damage
 +
 +==== Strategy ====
 +  * Excellent for clearing groups of enemies in corridors or small rooms
 +  * Effective against large groups of weak enemies
 +  * Useful for creating barriers of fire to block enemy movement
 +  * Good to use when surrounded by enemies
 +  * Can be used to ignite flammable terrain for ongoing area denial
 +  * Consider using before engaging boss fights to deal initial damage
 +
 +==== Obtaining ====
 +  * Created by alchemy using Firebloom seeds
 +  * Found in special containers and secret areas
 +  * Occasionally dropped by fire-based enemies
 +  * Part of special recipes and alchemy combinations
 +
 +==== Effect ====
 +When shattered on the ground, the Potion of Liquid Flame creates an area of burning fire that damages all creatures in the area for several turns.
 +
 +According to the game's string resources: "This is actually a very clever alchemical preparation that ignites when exposed to air."
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfLiquidFlame.java|PotionOfLiquidFlame.java]]
 +  * **Potion Base Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]]
 +  * **Russian String Resource:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2215-L2217|strings_all.xml#L2215-L2217]]
 +
 +==== Related Items ====
 +  * [[rpd:potion|Potions]] - General information about potions
 +  * [[rpd:potion_of_fire_item|Potion of Fire]] - Alternative fire-based potion
 +  * [[rpd:alchemy|Alchemy]] - Information about brewing potions
 +  * [[rpd:fire|Fire effects]] - Information about fire damage and mechanics
 +  * [[rpd:fire_trap|Fire Trap]] - Similar fire-based mechanics
 +  * [[rpd:wand_of_firebolt_item|Wand of Firebolt]] - Fire-based wand alternative
 +  * [[rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items potions fire alchemy }}
rpd/potion_of_liquid_flame_item.txt · Last modified: by 127.0.0.1