User Tools

Site Tools


en:rpd:scorpio_mob

Differences

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

Link to this comparison view

en:rpd:scorpio_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:scorpio_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scorpio ======
  
 +{{ rpd:images:scorpio_mob.png|Scorpio }}
 +
 +==== Description ====
 +Scorpios are large arachnid-like demonic creatures that avoid close combat at all costs, firing crippling serrated spikes from long distances.
 +
 +==== Stats ====
 +  * **HP:** 95
 +  * **HT:** 95
 +  * **Defense Skill:** 24
 +  * **Attack Skill:** 36
 +  * **Damage:** 20-32
 +  * **Armor:** 16 (DR)
 +  * **EXP:** 14
 +  * **Max Level:** 25
 +
 +==== Abilities ====
 +  * **Ranged Attack**: Scorpios keep their distance and attack from afar
 +  * **Cripple Effect**: Attacks may inflict [[en:rpd:cripple_buff|Cripple]] status effect (50% chance)
 +  * **Increased View Distance**: Scorpios gain +1 view distance compared to other mobs
 +
 +==== 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
 +  * Resistant to Poison effects
 +
 +==== Drops ====
 +  * Potions of Healing (rarely)
 +  * Mystery Meat (more commonly)
 +
 +==== Strategy ====
 +  * Avoid melee attacks when possible as Scorpios will retreat further
 +  * 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 21-24)
 +  * More common than its variant [[en:rpd:acidic_scorpio_mob|Acidic Scorpio]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Scorpio.java|Scorpio.java]]
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1207-L1210|Scorpio string resources]]
 +
 +==== See Also ====
 +  * [[en:rpd:acidic_scorpio_mob|Acidic Scorpio]] - A variant of Scorpio with additional defensive abilities
 +  * [[en:rpd:ranged_enemies|Ranged Enemies]] - Other enemies that use distance-based combat
 +  * [[en:rpd:cripple_buff|Cripple Buff]] - The status effect inflicted by Scorpio
 +  * [[en:rpd:mobs|All Mobs]] - List of all dungeon enemies
 +  * [[en:rpd:enemies|Enemies]] - General information about enemies in the dungeon
 +  * [[en:rpd:arachnid_mobs|Arachnid Mobs]] - Other spider-like enemies
 +
 +{{tag> rpd mobs scorpio }}