User Tools

Site Tools


mr:scorpio_mob

Differences

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

Link to this comparison view

mr:scorpio_mob [2025/12/24 01:56] – Update wiki pages with accurate information and create missing pages mikemr:scorpio_mob [2025/12/24 02:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scorpio Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Scorpio.java|Scorpio.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Cripple.java|Cripple.java]] - Scorpio's special attack effect
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no separate JSON configuration exists.
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="Scorpio_Name">scorpio</string>
 +<string name="Scorpio_Gender">masculine</string>
 +<string name="Scorpio_Name_Objective">scorpio</string>
 +<string name="Scorpio_Desc">These huge arachnid-like demonic creatures avoid close combat by all means, firing crippling serrated spikes from long distances.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Additional References =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/CharUtils.java|CharUtils.java]] - for canDoOnlyRangedAttack method
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/ai/Hunting.java|Hunting.java]] - AI behavior
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Leech.java|Leech.java]] - Scorpio resistance
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Poison.java|Poison.java]] - Scorpio resistance
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/MysteryMeat.java|MysteryMeat.java]] - Possible drop
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfHealing.java|PotionOfHealing.java]] - Possible drop
  
mr/scorpio_mob.txt · Last modified: by 127.0.0.1