en:rpd:spider_nest_mob
Table of Contents
Spider Nest
Description
Spider Nest is a special mob found in the Spider Nest level of Remixed Dungeon. Unlike other mobs, this creature is stationary and periodically spawns baby spiders to defend the area.
Stats
- HP: 10 (HT: 10) (source: SpiderNest.java#L8)
- Defense Skill: 2 (source: SpiderNest.java#L13)
- Attack Skill: 1 (source: SpiderNest.java#L12)
- Speed: 0 (immobile) (source: SpiderNest.java#L9)
- Damage: 0-0 (does not attack directly) (source: SpiderNest.java#L11)
- DR (Damage Resistance): 0 (source: SpiderNest.java#L10)
- EXP for Kill: 0 (source: SpiderNest.java#L10)
- Max Level: 9 (source: SpiderNest.java#L10)
Abilities
- Spider Spawning: Regularly spawns random spiders to defend the nest (source: SpiderNest.java#L20-L24)
- Immobilized: The nest cannot move (movable = false) (source: SpiderNest.java#L17)
Special Mechanics
- Continuously spawns random spiders to protect the area (source: SpiderNest.java#L20-L24)
- Cannot be tamed as a pet (source: SpiderNest.java#L27-L29)
Drops
- Potion of Healing (20% chance): Random healing potion (source: SpiderNest.java#L16)
Location
- Found in the Spider Nest level
Code References
- Java Implementation: SpiderNest.java
- Mob Spawner System: MobSpawner.java - Spawning baby spiders mechanism
- Mob Base Class: Mob.java - Base mob functionality
String Resources
- strings_all.xml - Spider Nest related strings
Content Verification
- Information source: SpiderNest.java
- Stats verification: Extracted directly from SpiderNest.java
- Mechanics verification: Based on implementation in SpiderNest.java
- Machine-readable data: mr:spider_nest_mob
- Last updated: December 2025
Data Sources
- Java Class: com.nyrds.pixeldungeon.mobs.spiders.SpiderNest
- Loot System: Mob.java loot system
- Spider Spawning: MobSpawner.java
String Resource Excerpts
<string name="SpiderNest_Name">spider cocoon</string> <string name="SpiderNest_Desc">This cocoon is made of thinnest silk and it conceals something alive.</string>
See Also
en/rpd/spider_nest_mob.txt · Last modified: by 127.0.0.1

