User Tools

Site Tools


mr:spider_mind_mob

Spider Mind Mob - Code References

Spider Mind

Java Classes

  • SpiderMind.java - Main implementation
    1. Location: com.nyrds.pixeldungeon.mobs.spiders
    2. Extends: Mob
    3. HP: 5 (base), Max Level: 9, EXP: 6
    4. Attack: 10, Defense: 1, Speed: 1.0
    5. Damage: 0-0 (relies on zapProc for damage)
    6. Loot: MysteryMeat (6.7% chance)
  • Key behaviors:
    1. Ranged-only attacker (canAttack returns CharUtils.canDoOnlyRangedAttack)
    2. Zapping proc buffs friendly mobs with random buffs (Speed, Barkskin, Blessed, Sungrass.Health, Earthroot.Armor, ManaShield, Fury)
    3. Gets further from enemies when in Hunting state (cowardly behavior)
    4. Buffs allies within field of view with visual shaft particle effects

JSON Configuration

This entity may have JSON configuration, but no matching config was found. Check:

  • RemixedDungeon/src/main/assets/mobsDesc/spider_mind.json
  • RemixedDungeon/src/main/assets/spritesDesc/spider_mind.json

String Resources

English (values/strings_all.xml):

<string name="SpiderMind_Name">Psi-Spider</string>
<string name="SpiderMind_Gender">masculine</string>
<string name="SpiderMind_Name_Objective">Psi-Spider</string>
<string name="SpiderMind_Desc">These seemingly fragile spiders possess unique mental powers, which allows them to control whole colony. Psi-Spider able to control any living creature, but he is quite a coward.</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists.

Mob Mechanics

  • Type: Spider mob (spider colony)
  • Behavior: Support/coward - buffs allies and avoids combat
  • Special Ability: Zapping proc that randomly buffs friendly mobs in field of view
  • AI Pattern: Gets further from enemies (cowardly), prefers ranged attacks
  • Habitat: Spider-related levels (likely Spider's Nest)
  • Buffs Applied: Speed, Barkskin, Blessed, Sungrass.Health, Earthroot.Armor, ManaShield, Fury
  • Visual Effects: Shaft particle effects when buffing allies
mr/spider_mind_mob.txt · Last modified: by 127.0.0.1