User Tools

Site Tools


mr:spider_elite_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_elite_mob [2025/12/30 19:20] – Update spider_elite_mob mr page with accurate code references mikemr:spider_elite_mob [2025/12/30 19:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Elite Mob - Code References ======
 +
 +===== Entity Kind =====
 +  * getEntityKind(): SpiderElite
 +
 +===== Java Classes =====
 +This entity is implemented in Lua, no direct Java class exists
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/SpiderElite.json|Mobs Description]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SpiderElite_Name">Spider Elite</string>
 +<string name="SpiderElite_Desc">A more dangerous variant of the common spider found in spider nests. This spider appears to be an elite guard that protects the nest.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/SpiderElite.lua|SpiderElite.lua]] - Main implementation
 +    * Special attack: 20% chance to apply Vertigo debuff to enemy when attacking