mr:spider_mind_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:spider_mind_mob [2026/04/12 06:11] – Improve mr:spider_mind_mob page with comprehensive code analysis Qwen Assistant | mr:spider_mind_mob [2026/04/12 06:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Spider Mind Mob - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | - Location: com.nyrds.pixeldungeon.mobs.spiders | ||
| + | - Extends: Mob | ||
| + | - HP: 5 (base), Max Level: 9, EXP: 6 | ||
| + | - Attack: 10, Defense: 1, Speed: 1.0 | ||
| + | - Damage: 0-0 (relies on zapProc for damage) | ||
| + | - Loot: MysteryMeat (6.7% chance) | ||
| + | * Key behaviors: | ||
| + | - Ranged-only attacker (canAttack returns CharUtils.canDoOnlyRangedAttack) | ||
| + | - Zapping proc buffs friendly mobs with random buffs (Speed, Barkskin, Blessed, Sungrass.Health, | ||
| + | - Gets further from enemies when in Hunting state (cowardly behavior) | ||
| + | - Buffs allies within field of view with visual shaft particle effects | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity may have JSON configuration, | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | English (values/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists. | ||
| + | |||
| + | ===== Mob Mechanics ===== | ||
| + | * **Type**: Spider mob (spider colony) | ||
| + | * **Behavior**: | ||
| + | * **Special Ability**: Zapping proc that randomly buffs friendly mobs in field of view | ||
| + | * **AI Pattern**: Gets further from enemies (cowardly), prefers ranged attacks | ||
| + | * **Habitat**: | ||
| + | * **Buffs Applied**: Speed, Barkskin, Blessed, Sungrass.Health, | ||
| + | * **Visual Effects**: Shaft particle effects when buffing allies | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/spider_mind_mob.txt · Last modified: by 127.0.0.1
