mr:spider_queen_mob
Table of Contents
Spider Queen Mob - Code References
Java Classes
- SpiderQueen.java - Main class implementation
- Boss.java - Parent class
- spiders/ - Spider mobs directory
Class Details
- Package: com.nyrds.pixeldungeon.mobs.spiders
- Extends: Boss
- HP: 120
- Base Defense Skill: 18
- Base Attack Skill: 21
- EXP for Kill: 11
- Damage Range: 12-20
- Damage Reduction: 10
- Immunities: Fire, Burning
- Special Abilities:
- Spawns SpiderEgg on random turns (5% chance)
- 50% chance to apply Poison (7-9 turns) on attack
- Can only attack when adjacent and HP > 50%
- Retreats when HP < 50% and target is within 5 tiles
- Drops:
- SkeletonKey (100%)
- ChaosCrystal (33%)
- SpiderCharm (33%)
- SpiderArmor (34%)
- Badge: SPIDER_QUEEN_SLAIN
JSON Configuration
This entity is implemented in Java. Configuration may exist in:
- RemixedDungeon/src/main/assets/mobsDesc/*.json
- RemixedDungeon/src/main/assets/spritesDesc/spider_queen.json
- RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json - Spawn configuration
String Resources
- Name: SpiderQueen_Name
- Description: SpiderQueen_Info
- English: strings_all.xml
- Russian: strings_all.xml (ru)
Lua Scripts
This entity is implemented in Java, no Lua script exists
Related Entities
- Spider Servant Mob - Spider variant
- Spider Guard Mob - Spider variant
- Spider Mind Mob - Spider variant
- Spider Elite Mob - Spider variant
- Spider Nest Mob - Spider spawner
- Spider Armor Item - Armor drop
- Spider Charm Item - Charm drop
mr/spider_queen_mob.txt · Last modified: by 127.0.0.1
