User Tools

Site Tools


rpd:spider_nest_mob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:spider_nest_mob [2025/12/29 05:38] – Fix spider queen carapace naming, update health arrow info, and add missing spider mob pages mikerpd:spider_nest_mob [2025/12/29 05:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Nest ======
  
 +{{ rpd:images:spider_nest_mob.png|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: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L8|SpiderNest.java#L8]])
 +  * **Defense Skill**: 2 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L13|SpiderNest.java#L13]])
 +  * **Attack Skill**: 1 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L12|SpiderNest.java#L12]])
 +  * **Speed**: 0 (immobile) (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L9|SpiderNest.java#L9]])
 +  * **Damage**: 0-0 (does not attack directly) (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L11|SpiderNest.java#L11]])
 +  * **DR (Damage Resistance)**: 0 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L10|SpiderNest.java#L10]])
 +  * **EXP for Kill**: 0 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L10|SpiderNest.java#L10]])
 +  * **Max Level**: 9 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L10|SpiderNest.java#L10]])
 +
 +==== Abilities ====
 +  * **Spider Spawning**: Regularly spawns random spiders to defend the nest (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L20-L24|SpiderNest.java#L20-L24]])
 +  * **Immobilized**: The nest cannot move (movable = false) (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L17|SpiderNest.java#L17]])
 +
 +==== Special Mechanics ====
 +  * Continuously spawns random spiders to protect the area (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L20-L24|SpiderNest.java#L20-L24]])
 +  * Cannot be tamed as a pet (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L27-L29|SpiderNest.java#L27-L29]])
 +
 +==== Drops ====
 +  * **Potion of Healing** (20% chance): Random healing potion (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java#L16|SpiderNest.java#L16]])
 +
 +==== Location ====
 +  * Found in the Spider Nest level
 +
 +==== Code References ====
 +  * **Java Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java|SpiderNest.java]]
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] - Spider Nest related strings
 +
 +==== Content Verification ====
 +  * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java|SpiderNest.java]]
 +  * Stats verification: Extracted directly from [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java|SpiderNest.java]]
 +  * Mechanics verification: Based on implementation in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java|SpiderNest.java]]
 +  * Machine-readable data: [[mr:spider_nest_mob|mr:spider_nest_mob]]
 +  * Last updated: December 2025
 +
 +==== See Also ====
 +  * [[rpd:mobs|All Mobs]]
 +  * [[rpd:spider_queen_mob|Spider Queen]]
 +  * [[rpd:spiders|Spider Mobs]]
 +  * [[rpd:spider_nest_level|Spider Nest Level]]
 +  * [[rpd:spider_egg_mob|Spider Egg]]
 +
 +{{tag> rpd mobs spider nest}}
rpd/spider_nest_mob.txt · Last modified: by 127.0.0.1