mr:liquid_flame_blob
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:liquid_flame_blob [2026/02/01 16:14] – Fix wiki page naming and broken links\n\n- Rename liquid_flame.txt to liquid_flame_blob.txt\n- Rename short_sword.txt to short_sword_item.txt\n- Update all links to use correct page names\n- Fix broken liquid_flame references to liquid_flame_blob\n- Fix t mike | mr:liquid_flame_blob [2026/03/28 09:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Liquid Flame - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== 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=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class**: `com.watabou.pixeldungeon.actors.blobs.LiquidFlame` | ||
| + | * **Extends**: | ||
| + | * **Behavior**: | ||
| + | * **Visual**: Uses `FlameParticle` emitter for rendering | ||
| + | * **Fire Spreading**: | ||
| + | * **Decay**: Volume decreases by 1 each tick (after averaging with neighbors) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
