User Tools

Site Tools


en:rpd:spider_elite_mob

Differences

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

Link to this comparison view

en:rpd:spider_elite_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:spider_elite_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Elite Guard ======
 +
 +{{ rpd:images:spider_elite_mob.png|Spider Elite Guard }}
 +
 +==== Description ====
 +The **Spider Elite Guard** is a powerful spider mob found in the Spider Nest area of the dungeon. Like soldiers, spider guards are sworn to protect their kingdom. The elite guard's venom is used to disorient their target.
 +
 +==== Stats ====
 +  * **HP/HT:** 40
 +  * **Attack Skill:** 20
 +  * **Defense Skill:** 18
 +  * **Damage:** 10-15
 +  * **DR (Damage Reduction):** 8
 +  * **Speed:** 1.2x normal
 +  * **EXP for Kill:** 5
 +  * **Max Level:** 13
 +  * **Attack Delay:** 1 turn
 +  * **View Distance:** 6 tiles
 +
 +==== Special Abilities ====
 +  * **Venom Attack:** Has a 20% chance to apply the [[en:rpd:vertigo_buff|Vertigo]] debuff to enemies when attacking (implemented in Lua script)
 +  * **Defensive:** More defensive in behavior, protecting the spider colony
 +
 +==== Behavior ====
 +  * Generally defensive, protecting the spider nest area
 +  * Tends to stay in place rather than actively seeking the player
 +  * Serves as a stronger variant of regular Spider Guards
 +  * Can be tamed and made into a pet (canBePet: true)
 +
 +==== Spawning ====
 +  * Found in Spider Nest area
 +  * Spawn rate: 0.3 on level 10s of Spider Nest
 +
 +==== Drops ====
 +  * Generally drops [[en:rpd:mystery_meat_item|Mystery Meat]] (7% chance)
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/SpiderElite.json|SpiderElite.json]] - Main configuration
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/SpiderElite.lua|SpiderElite.lua]] - Lua behavior implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/SpiderElite.json|SpiderElite.json (sprites)]] - Sprite configuration
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2831-L2834|SpiderElite strings]] - Name and description (English)
 +
 +==== Related ====
 +  * [[en:rpd:spider_mob|Spider]] - Common spider variant
 +  * [[en:rpd:spiderguard_mob|Spider Guard]] - Regular spider guards
 +  * [[en:rpd:spider_mind_mob|Psi-Spider]] - Psychic spider variant
 +  * [[en:rpd:spider_nest_level|Spider Nest]] - Where Spider Elite are found
 +  * [[en:rpd:vertigo_buff|Vertigo]] - Debuff effect applied by elite guard's venom
 +
 +{{tag> rpd mobs spiders elite guard}}