User Tools

Site Tools


mr:spider_mind_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:spider_mind_mob [2026/01/26 03:59] – Fix spider_mind_mob and tamahawk_item pages with accurate content mikemr:spider_mind_mob [2026/01/26 04:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Mind Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderMind.java|SpiderMind.java]] - Main implementation
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check:
 +  * RemixedDungeon/src/main/assets/mobsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/spider_mind.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SpiderMind_Name">Psi-Spider</string>
 +<string name="SpiderMind_Gender">masculine</string>
 +<string name="SpiderMind_Name_Objective">Psi-Spider</string>
 +<string name="SpiderMind_Desc">These seemingly fragile spiders possess unique mental powers, which allows them to control whole colony. Psi-Spider able to control any living creature, but he is quite a coward.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:spider_mind_amber_mob|Spider Mind Amber (Mob)]]
  
mr/spider_mind_mob.txt · Last modified: by 127.0.0.1