User Tools

Site Tools


rpd:acidic

Differences

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

Link to this comparison view

rpd:acidic [2025/12/21 20:00] – Update acidic.txt with proper naming and cross-references mikerpd:acidic [2025/12/21 20:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Acidic Scorpio ======
 +
 +{{ rpd:images:acidic_mob.png|Acidic Scorpio }}
 +
 +==== Description ====
 +These huge arachnid-like demonic creatures avoid close combat by all means, firing crippling serrated spikes from long distances. The Acidic Scorpio is a variant of the regular [[rpd:scorpio_mob|Scorpio]] with special defensive abilities.
 +
 +==== Stats ====
 +  * **HP:** 95
 +  * **HT:** 95
 +  * **Defense Skill:** 24
 +  * **Attack Skill:** 36
 +  * **Damage:** 20-32
 +  * **Armor:** 16 (DR)
 +  * **EXP:** 14
 +  * **Max Level:** 25
 +
 +==== Abilities ====
 +When attacked, the Acidic Scorpio has a chance to reflect some of the damage back to the attacker:
 +  * Reflected damage ranges from 0 to the full incoming damage amount
 +  * This makes melee combat against Acidic Scorpios particularly dangerous
 +
 +==== Behavior ====
 +  * Keeps maximum distance from enemies
 +  * Uses ranged attacks exclusively
 +  * Inflicts Cripple status effect with ranged attacks (50% chance)
 +
 +==== Resistances and Immunities ====
 +  * Resistant to Leech enchantments
 +  * Immune to Poison effects
 +
 +==== Drops ====
 +  * Potions of Healing (rarely)
 +  * Mystery Meat (more commonly)
 +
 +==== Strategy ====
 +  * Avoid melee attacks to prevent damage reflection
 +  * Use ranged weapons or magic to attack from a safe distance
 +  * Be cautious of the Cripple effect from its ranged attacks
 +  * Allow distance to be maintained so it doesn't approach you
 +
 +==== Location ====
 +  * Found in the Halls level (dungeon levels 23-24)
 +  * Appears rarely among regular Scorpios (3% chance on level 23, 9% chance on level 24)
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Acidic.java|Acidic.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Scorpio.java|Scorpio.java]] (base class)
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1203-L1206|Acidic Scorpio string resources]]
 +
 +==== See Also ====
 +  * [[rpd:scorpio_mob|Scorpio]] - Base mob that Acidic is derived from
 +  * [[rpd:ranged_enemies|Ranged Enemies]] - Other enemies that use distance-based combat
 +
 +{{tag> rpd mobs scorpio acidic }}
  
rpd/acidic.txt · Last modified: by 127.0.0.1