mr:spider_exploding_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous 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/03/29 00:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Spider Exploding Mob - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Extends [[https:// | ||
| + | * Registered in [[https:// | ||
| + | |||
| + | ===== Mob Stats ===== | ||
| + | * **HP**: 5 | ||
| + | * **Defense**: | ||
| + | * **Attack Skill**: 125 | ||
| + | * **Speed**: 2.0 (very fast) | ||
| + | * **Damage**: 3-6 | ||
| + | * **Drop Rate**: 0% carcass | ||
| + | * **Experience**: | ||
| + | * **Max Level**: 9 | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | SpiderExploding appears in level spawn configuration: | ||
| + | * [[https:// | ||
| + | - Level 7s: 0.5 spawn rate | ||
| + | - Level 8s: 0.5 spawn rate | ||
| + | - Level 9s: 1.0 spawn rate | ||
| + | - Level 10s: 1.0 spawn rate | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * All translations available in 18 languages | ||
| + | |||
| + | ===== Special Mechanics ===== | ||
| + | * **Plant Variety**: Can use 8 different plant types (Firebloom, Icecap, Sorrowmoss, Dreamweed, Sungrass, Earthroot, Fadeleaf, Moongrace) | ||
| + | * **Suicide Attack**: Dies after using plant effect on enemy | ||
| + | * **Loot**: Drops [[mr: | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | * getEntityKind(): | ||
| + | |||
| + | ===== Behavior ===== | ||
| + | * SpiderExploding is a spider mob that acts as a suicide bomber | ||
| + | * When attacking successfully, | ||
| + | * After the attack, the SpiderExploding dies immediately | ||
| + | * Appears in spider-themed dungeon levels | ||
| + | * Very fast movement speed (2.0x normal) | ||
