====== Spider Servant Mob ====== {{ rpd:images:spiderservant_sprite.png|Spider Servant Sprite }} ==== Description ==== Spider Servant is one of the most numerous units of spider lair. Born to protect its territory. Their chelicerae developed venomous glands to poison enemies. ==== Stats ==== * **HP:** 25 * **Max Level:** 9 * **EXP:** 2 * **Speed:** 1.1× normal * **Attack Skill:** 11 * **Defense Skill:** 5 * **Damage:** 4-6 * **Defense (DR):** 5 ==== Abilities ==== * **Poison Bite:** Has a 25% chance to inflict 2-3 turns of [[rpd:poison|Poison]] on attack * **Fast Movement:** Moves 10% faster than normal enemies ==== Drops ==== * **Mystery Meat** (3% chance) ==== Level Placement ==== Appears in Spider Level (6s-10s) according to Bestiary.json: * Level 6s: Weight 1.0 * Level 7s: Weight 1.0 * Level 8s: Weight 1.0 * Level 9s: Weight 1.0 * Level 10s: Weight 1.0 ==== Related Pages ==== * [[rpd:spider_exploding_mob|Spider Exploding]] - Other spider variant * [[rpd:spider_mind|Spider Mind]] - Other spider variant * [[rpd:spider_guard_mob|Spider Guard]] - Other spider variant * [[rpd:spider_elite|Spider Elite]] - Other spider variant * [[rpd:spider_mind_amber_mob|Spider Mind Amber]] - Other spider variant * [[rpd:poison|Poison]] - Status effect inflicted by this mob * [[rpd:spider_charm_item|Spider Charm]] - Item that can summon this mob as a pet ==== Source Code References ==== * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderServant.java|SpiderServant.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1392|String definitions]] * Bestiary configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|Bestiary.json]] * Loot table: SpiderServant defines MysteryMeat() with 0.03f chance in Java code * Attack mechanics: Poison effect implemented with 25% chance (Random.Int(4) == 0) for 2-3 turns in attackProc method {{tag> rpd mobs spider}}