rpd:spider_egg_mob
Table of Contents
Spider Egg
Description
Spider Egg is a special mob that appears in the Spider Nest level of Remixed Dungeon. These eggs serve as protective shells for baby spiders that will hatch and attack the player when the egg is disturbed or destroyed.
Stats
- HP: 2 (HT: 2) (source: SpiderEgg.java#L8)
- Defense Skill: 1 (source: SpiderEgg.java#L9)
- Attack Skill: 1 (source: SpiderEgg.java#L10)
- Speed: 0 (immobile) (source: SpiderEgg.java#L11)
- Damage: Does not attack players directly
- DR (Damage Resistance): Not specified (likely 0)
- EXP for Kill: 0 (source: SpiderEgg.java#L13)
- Max Level: 9 (source: SpiderEgg.java#L14)
Abilities
- Hatching: When the Spider Egg is defeated, it hatches into baby spiders that immediately engage the player in combat (source: SpiderEgg.java#L22-L28)
- Immobilized: The egg cannot move (movable = false) (source: SpiderEgg.java#L18)
Special Mechanics
- The Spider Egg hatches into random baby spiders after a delay (source: SpiderEgg.java#L22-L28)
- Cannot be tamed as a pet (source: SpiderEgg.java#L31-L33)
Drops
- Seed (20% chance): Random seed from Treasury (source: SpiderEgg.java#L16)
Location
- Found in the Spider Nest level in nests/eggs
Code References
- Java Implementation: SpiderEgg.java
String Resources
- strings_all.xml - Spider Egg related strings
Content Verification
- Information source: SpiderEgg.java
- Stats verification: Extracted directly from SpiderEgg.java
- Mechanics verification: Based on implementation in SpiderEgg.java
- Machine-readable data: mr:spider_egg_mob
- Last updated: December 2025
See Also
rpd/spider_egg_mob.txt · Last modified: by 127.0.0.1

