User Tools

Site Tools


rpd:spider_queen

Differences

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

Link to this comparison view

rpd:spider_queen [2025/12/19 03:47] – Create spider_queen.txt page with accurate information from source code mikerpd:spider_queen [2025/12/19 03:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Queen ======
  
 +{{ rpd:images:spiderqueen_sprite.png|Spider Queen Sprite }}
 +
 +==== Description ====
 +A body of beautiful woman crossed with hideous spider. Every living being in this lair is her servant. Meeting this extraordinary lady may turn out to be a deadly experience. Because you are trespasser!
 +
 +Spider Queen is the boss of the Spider Level in Remixed Dungeon. She's a formidable opponent with both high HP and strong offensive abilities.
 +
 +==== Stats ====
 +  * **HP:** 120
 +  * **Defense Skill:** 18
 +  * **Attack Skill:** 21
 +  * **EXP:** 11
 +  * **Damage:** 12-20
 +  * **Defense (DR):** 10
 +  * **Max Level:** 25 (as a Boss mob)
 +
 +==== Special Abilities ====
 +  * **Poison Attack:** 50% chance to inflict 7-9 turns of [[rpd:poison|Poison]] on attack
 +  * **Spider Summoning:** Spawns [[rpd:spider_egg|Spider Eggs]] periodically (every 20 turns) which hatch into Spider Servants
 +  * **Fire Immunity:** Completely immune to fire damage and burning effects
 +  * **Defensive Behavior:** When under half HP, will try to stay away from enemies unless adjacent to them
 +  * **Poison Resistance:** Resistant to poison effects (as shown in code immunity handling)
 +
 +==== Location ====
 +  * Found on the [[rpd:spider_level|Spider Level]] (levels 6s-10s) as the main boss
 +  * Part of the spider lair environment with various spider-type enemies
 +
 +==== Drops ====
 +  * **Primary Drop (33% chance):** [[rpd:chaos_crystal|Chaos Crystal]]
 +  * **Secondary Drop (33% chance):** [[rpd:spider_charm|Spider Charm]]
 +  * **Tertiary Drop (33% chance):** [[rpd:spider_armor|Spider Armor]]
 +  * **Guaranteed Drop:** [[rpd:skeleton_key|Skeleton Key]]
 +  * **Badge Awarded:** [[rpd:badges#spider_queen|Boss: Spider Queen Slayed]]
 +
 +==== Strategy ====
 +  * **Poison Risk:** Be prepared for frequent poison effects, and consider bringing Antidotes
 +  * **Summoning Control:** Focus on eliminating summoned spiders before they become a threat
 +  * **Fire Ineffectiveness:** Fire-based attacks (wands, enchantments, etc.) will be completely ineffective
 +  * **Positioning:** The Queen will try to keep distance when low on health, so plan your attacks accordingly
 +  * **Egg Management:** Destroy Spider Eggs quickly before they hatch to prevent overwhelming numbers
 +
 +==== Content Verification ====
 +  * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderQueen.java|SpiderQueen.java]]
 +  * Description source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1407|String resource]]
 +  * Stats verification: Extracted directly from SpiderQueen.java constructor
 +
 +==== Source Code ====
 +  * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderQueen.java|SpiderQueen.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1404-L1407|SpiderQueen strings]]
 +
 +==== See Also ====
 +  * [[rpd:spider_level|Spider Level]]
 +  * [[rpd:spider_charm|Spider Charm]]
 +  * [[rpd:chaos_crystal|Chaos Crystal]]
 +  * [[rpd:spider_armor|Spider Armor]]
 +  * [[rpd:spider_egg|Spider Egg]]
 +  * [[rpd:bosses|Bosses]]
 +  * [[rpd:spiders|Spiders]]
 +
 +{{tag> rpd mobs boss spider spider_queen }}
rpd/spider_queen.txt · Last modified: by 127.0.0.1