mr:spider_exploding_mob
Table of Contents
Spider Exploding Mob - Code References
Java Classes
SpiderExploding is implemented in Java at:
- RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderExploding.java
- Extends MultiKindMob base class
JSON Configuration
SpiderExploding appears in level spawn configuration:
- RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json - SpiderExploding spawn rates by level
String Resources
<string name="SpiderExploding_Name">spider worker</string> <string name="SpiderExploding_Desc">Hard workers during peaceful times, these creatures won't hesitate to charge to their enemies and grab first plant they run across, turning themselves into living bombs.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Entity Kind
- getEntityKind(): SpiderExploding
Additional Information
- SpiderExploding is a spider mob that acts as a suicide bomber
- When attacking, it grabs a plant and uses its effect on the enemy, then dies
- Appears in spider-themed levels
- Found in levels 7s and above in the 10s range according to Bestiary.json
mr/spider_exploding_mob.txt · Last modified: by 127.0.0.1
