mr:web_blob
Table of Contents
Web Blob - Code References
Java Classes
- Web.java - Main blob implementation that applies roots effect to characters
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
<!-- English (values/strings_all.xml) --> <string name="Web_Info">Web covers this tile. Creatures walking into it will be rooted.</string> <!-- Russian (values-ru/strings_all.xml) --> <string name="Web_Info">Паутина покрывает эту клетку. Существа, входящие в неё, будут обездвижены.</string>
Lua Scripts
- commonClasses.lua - Binds Web class for Lua scripts
Implementation Details
- Class: `com.wataboubou.pixeldungeon.actors.blobs.Web`
- Extends: `Blob`
- Entity Kind: `Web`
- Behavior: Applies Roots buff to characters that enter the web
- Exception: Characters wearing SpiderArmor are immune to the roots effect
- Visual: Uses `WebParticle.FACTORY` for particle effects
- Spread: Web spreads to adjacent tiles over time
Related mr Entities
- Spinner (Mob) - Creates web when fleeing
- Spider Armor (Item) - Grants immunity to web roots
- Roots (Buff) - Status effect applied by web
- Poison (Buff) - Spinner applies poison then flees to create web
mr/web_blob.txt · Last modified: by 127.0.0.1
