User Tools

Site Tools


mr:spider_exploding_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_exploding_mob [2026/01/01 08:48] – Update spider_exploding_mob.txt with correct information from source code mikemr:spider_exploding_mob [2026/01/01 08:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Exploding Mob - Code References ======
  
 +===== Java Classes =====
 +SpiderExploding is implemented in Java at:
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderExploding.java
 +  * Extends MultiKindMob base class
 +
 +===== JSON Configuration =====
 +SpiderExploding appears in level spawn configuration:
 +  * RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json - SpiderExploding spawn rates by level
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SpiderExploding_Name">spider worker</string>
 +<string name="SpiderExploding_Desc">Hard workers during peaceful times, these creatures won't hesitate to charge to their enemies and grab first plant they run across, turning themselves into living bombs.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Entity Kind =====
 +  * getEntityKind(): SpiderExploding
 +
 +===== Additional Information =====
 +  * SpiderExploding is a spider mob that acts as a suicide bomber
 +  * When attacking, it grabs a plant and uses its effect on the enemy, then dies
 +  * Appears in spider-themed levels
 +  * Found in levels 7s and above in the 10s range according to Bestiary.json
mr/spider_exploding_mob.txt · Last modified: by 127.0.0.1