User Tools

Site Tools


mr:spider_servant_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:spider_servant_mob [2025/12/25 18:23] – auto lint fix Mikhaelmr:spider_servant_mob [2026/01/01 10:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SpiderServant_Name">spider soldier</string>
 +<string name="SpiderServant_Gender">masculine</string>
 +<string name="SpiderServant_Name_Objective">spider soldier</string>
 +<string name="SpiderServant_Desc">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.</string>
 +</code>
 +
 +===== 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)]]