mr:fire_blob
Table of Contents
Fire Blob - Code References
Java Classes
Implementation Details
- Class: `com.watabou.pixeldungeon.actors.blobs.Fire`
- Extends: `Blob`
- Lua Interface: `@LuaInterface` annotation present
- 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
<string name="Fire_Info">Fire. Hot. Dangerous.</string>
Related mr Entities
mr/fire_blob.txt · Last modified: by 127.0.0.1
