====== Spider Servant Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderServant.java|SpiderServant.java]] ===== Entity Stats (from Java) ===== * **HP/HT:** 25 * **Base Defense Skill:** 5 * **Base Attack Skill:** 11 * **Base Speed:** 1.1 * **Damage:** 4-6 * **Damage Reduction:** 5 * **EXP for Kill:** 2 * **Max Level:** 9 ===== Special Abilities (from Java) ===== * **Poison Attack:** 25% chance on hit to apply Poison buff for 2-3 turns (scaled by Poison.durationFactor) ===== Loot Table (from Java) ===== * [[mr:mystery_meat_item|Mystery Meat]] - 3% drop chance ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== spider soldier masculine spider soldier 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. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:poison_buff|Poison (Buff)]] * [[mr:mystery_meat_item|Mystery Meat (Item)]] * [[mr:spider_queen_mob|Spider Queen (Mob)]] * [[mr:spinner_mob|Spinner (Mob)]]