User Tools

Site Tools


mr:liquid_flame

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:liquid_flame [2026/01/11 00:12] – Fix missing image in liquid_flame.txt and add missing mr:liquid_flame page mikemr:liquid_flame [2026/01/16 03:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Liquid Flame - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/LiquidFlame.java|LiquidFlame.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +  * No specific liquid flame string resources exist, though related to:
 +<code xml>
 +<string name="PotionOfLiquidFlame_Name">Potion of Liquid Flame</string>
 +<string name="PotionOfLiquidFlame_Info">This flask contains an unstable compound which will burst violently into flame upon exposure to open air.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:potion_of_liquid_flame_item|Potion of Liquid Flame (Item)]]
 +  * [[mr:fire_elemental_mob|Fire Elemental (Mob)]]
 +  * [[mr:fire_trap|Fire Trap (Trap)]]
 +  * [[mr:wand_of_firebolt_item|Wand of Firebolt (Item)]]