User Tools

Site Tools


en:rpd:spider_creatures_overview

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:spider_creatures_overview [2026/03/12 14:37] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistanten:rpd:spider_creatures_overview [2026/03/12 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spiders ======
  
 +{{ rpd:images:spider_queen_mob.png|Spider Queen }}
 +
 +==== Description ====
 +Spiders are a family of creatures in Remixed Dungeon that include various types of arachnids. They range from small, weak creatures to powerful bosses like the [[en:rpd:spider_queen_mob|Spider Queen]].
 +
 +==== Types of Spiders ====
 +  * **Regular Spiders**: Common enemies found throughout the dungeon
 +  * **Spider Servants**: More powerful variants
 +  * **Exploding Spiders**: Self-destruct when threatened
 +  * **Spider Guards**: Defensive spider variants
 +  * **Spider Mind**: Spiders with mental control abilities
 +  * **Spider Queen**: The boss spider
 +  * **Spider Nest**: Structures that spawn other spiders
 +
 +==== Special Properties ====
 +  * Many spider creatures can create webbing
 +  * Some interact with the [[en:rpd:web_trap|Web]] terrain
 +  * Spider-related items include [[en:rpd:spider_armor_item|Spider Armor]] which allows movement on web terrain
 +
 +==== Code References ====
 +  * Spider Mob Implementations: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders|Spiders Directory]]
 +  * Spider Nest: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderNest.java|SpiderNest.java]]
 +
 +==== See Also ====
 +  * [[en:rpd:spider_queen_mob|Spider Queen]]
 +  * [[en:rpd:web_trap|Web]]
 +  * [[en:rpd:spider_armor_item|Spider Armor]]
 +  * [[en:rpd:mobs|Mobs]]
 +
 +{{tag> rpd mobs spider}}