mr:spider_exploding_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:spider_exploding_mob [2026/01/01 08:48] – Update spider_exploding_mob.txt with correct information from source code mike | mr:spider_exploding_mob [2026/01/01 08:54] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Spider Exploding Mob - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | SpiderExploding is implemented in Java at: | ||
| + | * RemixedDungeon/ | ||
| + | * Extends MultiKindMob base class | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | SpiderExploding appears in level spawn configuration: | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | * getEntityKind(): | ||
| + | |||
| + | ===== 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
