User Tools

Site Tools


en:rpd:spider_servant_mob

Differences

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

Link to this comparison view

en:rpd:spider_servant_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:spider_servant_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Servant Mob ======
 +
 +{{ rpd:images:spider_servant_mob.png|Spider Servant }}
 +
 +==== Description ====
 +Soldiers happens to be the most numerous units of spider lair. Born to protect it's territory. Soldiers's chelicerae developed venomous glands to poison his 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 [[en:rpd:poison_buff|Poison]] on attack
 +
 +==== Drops ====
 +  * **[[en:rpd:mystery_meat_item|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 ====
 +  * [[en:rpd:spider_exploding_mob|Spider Exploding]] - Other spider variant
 +  * [[en:rpd:spider_guard_mob|Spider Guard]] - Other spider variant
 +  * [[en:rpd:spider_elite_mob|Spider Elite]] - Other spider variant
 +  * [[en:rpd:spider_mind_amber_mob|Spider Mind Amber]] - Other spider variant
 +  * [[en:rpd:poison_buff|Poison]] - Status effect inflicted by this mob
 +  * [[en: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#L1395|SpiderServant_Desc]]
 +  * Bestiary configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json#L57-L61|Bestiary.json SpiderServant weights]]
 +  * [[en:rpd:spider_servant_mob|Spider Servant]] attack mechanics: Poison effect implemented with 25% chance (Random.Int(4) == 0) for 2-3 turns in attackProc method
 +
 +{{tag> rpd mobs spider}}