User Tools

Site Tools


mr:liquid_flame

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:liquid_flame [2026/01/16 03:19] – Fix wiki page filenames with duplicate suffixes and update links\n\n- Rename fire_trap_trap.txt to fire_trap.txt\n- Rename poison_trap_trap.txt to poison_trap.txt\n- Update all references to these files in wiki pages\n- Fix trap link in mechanical_mechani 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)]]
mr/liquid_flame.txt · Last modified: by 127.0.0.1