User Tools

Site Tools


rpd:spider_mind_amber_mob

Differences

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

Link to this comparison view

rpd:spider_mind_amber_mob [2025/12/23 19:25] – Update spider_mind_amber_mob.txt with accurate code references and improved formatting mikerpd:spider_mind_amber_mob [2025/12/23 19:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Mind Amber ======
 +
 +{{ rpd:images:spider_mind_amber_mob.png|Spider Mind Amber }}
 +
 +The **Spider Mind Amber** ({{icon_plus}} [[rpd:SpiderMindAmber_Name|Amber spider]]) is a hostile mob in Remixed Dungeon. It is a specialized spider that uses ranged mental attacks to debilitate enemies.
 +
 +==== Description ====
 +The Spider Mind Amber is an unusual arachnid that has developed psychic abilities. Rather than relying on physical attacks, it projects mental effects that can severely debilitate opponents. It prefers to keep its distance, using its mental powers from afar.
 +
 +==== Stats ====
 +  * **HP:** 30
 +  * **Defense Skill:** 5
 +  * **Attack Skill:** 15
 +  * **Damage:** 1-1 (ranged mental attack)
 +  * **Damage Reduction:** 10
 +  * **Speed:** 1.0 (normal speed)
 +  * **Attack Delay:** 1
 +  * **Exp Given:** 9
 +  * **Max Level:** 10
 +  * **Loot:** Mystery Meat (6.7% chance)
 +  * **Movement Type:** Ranged-focused
 +  * **Can be Pet:** Unknown
 +
 +==== Special Abilities ====
 +  * **Ranged Mental Attack:** Can only attack at range, never engages in melee
 +  * **Debuff Variety:** When attacking, applies a random debuff (Blindness, Slow, or Weakness) for 3 turns
 +  * **Retreat Behavior:** Actively moves away from enemies when in hunting mode
 +  * **Mental Resistance:** High damage reduction suggests strong mental defenses
 +
 +==== Behavior ====
 +  * **Ranged Combat:** Maintains distance from enemies to use its special abilities
 +  * **Retreat Strategy:** Moves away from targets when hunting to stay at range
 +  * **Debuff Application:** Each successful attack applies a random debuff
 +  * **Defensive Positioning:** Prefers to attack from a safe distance
 +
 +==== Debuff Effects ====
 +When it hits an enemy, it can apply one of the following debuffs:
 +  * **Blindness:** Reduces accuracy significantly
 +  * **Slow:** Reduces movement and attack speed
 +  * **Weakness:** Reduces strength and damage output
 +
 +==== Interactions ====
 +  * Hostile to the player and other creatures
 +  * Drops Mystery Meat when defeated
 +  * Found in specialized spider areas of the dungeon
 +  * Requires different tactics than regular spiders due to ranged nature
 +
 +==== Location ====
 +  * **Areas:** Found in advanced spider-infested regions (levels 8-10)
 +  * **Levels:** Typically appears in later levels where specialized spiders emerge
 +  * **Role:** Acts as a support/mage-type creature among spiders
 +
 +==== Strategy ====
 +  * **Close Combat:** Approach quickly to force melee combat where it's less effective
 +  * **Debuff Management:** Be prepared with items/potions that counter the possible debuffs
 +  * **Quick Elimination:** Remove before it can apply multiple debuffs to the character
 +  * **Ranged Advantage:** Use ranged attacks to counter its own ranged approach
 +  * **Resist Debuffs:** Consider items or abilities that resist the possible debuff effects
 +  * **Prediction:** Understand its retreat behavior and plan to corner or trap it
 +
 +==== Content Verification ====
 +* Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderMindAmber.java|SpiderMindAmber.java]]
 +* Stats verification: Extracted from SpiderMindAmber constructor and methods
 +* Effect descriptions: Based on implementation in source code
 +* Description from string resources: [[code:RemixedDungeon/src/main/res/values/strings_all.xml|SpiderMindAmber_Desc]]
 +* Last updated: December 2025, source: Remixed Dungeon 1.9.3
 +
 +==== Source Code References ====
 +* Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderMindAmber.java|SpiderMindAmber.java]]
 +* Bestiary JSON Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|Bestiary.json]]
 +* String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]]
 +* Sprite File: [[https://github.com/NYRDS/remixed-dungeon/blob/master/sprites/mob_SpiderMindAmber.png|mob_SpiderMindAmber.png]]
 +
 +==== String Resources ====
 +* [[code:RemixedDungeon/src/main/res/values/strings_all.xml|SpiderMindAmber_Name]] - "{{SpiderMindAmber_Name}}"
 +* [[code:RemixedDungeon/src/main/res/values/strings_all.xml|SpiderMindAmber_Desc]] - "{{SpiderMindAmber_Desc}}"
 +
 +==== See Also ====
 +  * [[rpd:spiders|Spiders]] - Other spider types in the game
 +  * [[rpd:spider_queen_mob|Spider Queen]] - Leader of spider areas
 +  * [[rpd:spider_nest_mob|Spider Nest]] - Where these spiders might appear
 +  * [[rpd:spider_mind|Spider Mind]] - Related spider type
 +  * [[rpd:spider_guard_mob|Spider Guard]] - Another specialized spider
 +  * [[rpd:spider_servant_mob|Spider Servant]] - Another specialized spider
 +  * [[rpd:blindness_buff|Blindness]] - One of the debuffs it can apply
 +  * [[rpd:slow_buff|Slow]] - One of the debuffs it can apply
 +  * [[rpd:weakness_buff|Weakness]] - One of the debuffs it can apply
 +  * [[rpd:mystery_meat_item|Mystery Meat]] - Item it drops
 +
 +{{tag> rpd mobs spider spidermindamber spider_mind_amber }}
  
rpd/spider_mind_amber_mob.txt · Last modified: (external edit)