====== 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 ===== spider worker 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. ===== 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