mr:liquid_flame_effect
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:liquid_flame_effect [2026/07/15 05:47] – Wiki maintenance: Fix 5 random pages per standards Bot | mr:liquid_flame_effect [2026/07/15 05:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Liquid Flame Effect - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class:** `com.watabou.pixeldungeon.actors.blobs.LiquidFlame` | ||
| + | * **Extends: | ||
| + | * **Lua Interface: | ||
| + | * **Key Methods:** | ||
| + | - `evolve()` - Handles flame spread and burning of flammable terrain | ||
| + | - `use(BlobEmitter)` - Emits flame particles | ||
| + | - `tileDesc()` - Returns fire info string from resources | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian strings --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Other language strings --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/liquid_flame_effect.txt · Last modified: by 127.0.0.1
