User Tools

Site Tools


mr:spider_guard_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:spider_guard_mob [2025/12/21 23:34] – Update wiki pages based on code verification and create missing pages - Updated potion_of_invisibility.txt with correct duration (15 turns) and price (40 gold) - Updated classes.txt with complete starting equipment and class information - Updated class_ar mikemr:spider_guard_mob [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Guard Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderGuard.java|SpiderGuard.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SpiderGuard_Name">spider guard</string>
 +<string name="SpiderGuard_Gender">masculine</string>
 +<string name="SpiderGuard_Name_Objective">spider guard</string>
 +<string name="SpiderGuard_Desc">Much like soldiers, spider guards are sworn to protect their kingdom. The guard's venom is used to immobilize their target, causing paralysis and making them an easy prey.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:spider_soldier_mob|Spider Soldier (Mob)]]
 +  * [[mr:spider_elite_mob|Spider Elite (Mob)]]