User Tools

Site Tools


mr:liquid_flame_effect

Differences

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

Link to this comparison view

mr:liquid_flame_effect [2026/02/15 19:09] – Fix wiki pages for compliance with standards - Rename thieves.txt to thief_mob.txt, improve liquid_flame_blob.txt, update shadow_mob.txt with code references, and add liquid_flame_effect.txt Qwen Assistantmr:liquid_flame_effect [2026/02/15 19:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Liquid Flame Effect - Code References ======
  
 +{{ rpd:images:liquid_flame.png|Liquid Flame Effect }}
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/LiquidFlame.java|LiquidFlame.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Blob.java|Blob.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/effects/Fireball.java|Fireball.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="LiquidFlame_Name">liquid flame</string>
 +<string name="LiquidFlame_Desc">A burning pool of liquid flame. A moment's thought is enough to realize that this stuff is dangerous.</string>
 +
 +<!-- Russian strings -->
 +<string name="LiquidFlame_Name">жидкое пламя</string>
 +<string name="LiquidFlame_Desc">Горящая лужа жидкого пламени. Одной секунды размышления достаточно, чтобы понять, что это вещество опасно.</string>
 +
 +<!-- Other language strings -->
 +<string name="LiquidFlame_Name">flüssige Flamme</string>
 +<string name="LiquidFlame_Desc">Eine brennende Fläche aus flüssiger Flamme. Ein Moment des Nachdenkens genügt, um zu erkennen, dass dieses Zeug gefährlich ist.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:blob|Blob]]
 +  * [[mr:potion_of_liquid_flame_item|Potion of Liquid Flame]]
 +  * [[mr:fire_trap|Fire Trap]]
 +  * [[mr:fire_elemental_mob|Fire Elemental]]
 +  * [[mr:burning_buff|Burning]]
mr/liquid_flame_effect.txt · Last modified: by 127.0.0.1