mr:fire_blob
Differences
This shows you the differences between two versions of the page.
| mr:fire_blob [2026/09/02 16:06] – Fix wiki compliance issues for 5 random pages: Wiki Maintenance | mr:fire_blob [2026/09/02 16:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Fire Blob - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class:** `com.watabou.pixeldungeon.actors.blobs.Fire` | ||
| + | * **Extends: | ||
| + | * **Lua Interface: | ||
| + | * **Key Methods:** | ||
| + | - `evolve()` - Handles fire spread and burning of flammable terrain | ||
| + | - `burn(int pos)` - Static method that applies burning to characters, burns items, and converts flammable terrain to embers | ||
| + | - `use(BlobEmitter)` - Emits flame particles | ||
| + | - `tileDesc()` - Returns fire info string from resources | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/fire_blob.txt · Last modified: by 127.0.0.1
