User Tools

Site Tools


en:rpd:lich_subclass

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:lich_subclass [2026/01/02 14:08] – Update lich_subclass.txt with more accurate soul capacity information based on code analysis mikeen:rpd:lich_subclass [2026/01/02 14:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Lich Subclass ======
  
 +{{ rpd:images:necromancer_lich_hero.png|Lich Hero }}
 +
 +The **Lich** is a hero subclass available to the [[en:rpd:necromancer_class|Necromancer]] class. It represents the pinnacle of necromantic power, where the hero has transcended life and death.
 +
 +==== Description ====
 +The _Lich_ is a necromancer who reached the pinnacle of his abilities. Existing between life and death, the Lich excels in necromancy, but his combat skills are greatly lower than those of an ordinary person. When a Necromancer achieves this form, their powers grow and their soul capacity is doubled, but they lose strength points.
 +
 +==== Special Properties ====
 +  * **Immunities:** The Lich has immunity to Paralysis, ToxicGas, Terror, Death, Amok, Blindness, Sleep, Poison, Vertigo, and Bleeding (as defined in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L69-L79|initHeroes.json]])
 +  * **Souls:** Maximum soul capacity (skill points) is doubled compared to the standard Necromancer (as defined in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L486-L488|Hero.java]] where soul points are accumulated)
 +  * **Special Armor:** Gains the [[en:rpd:necromancer_armor_item|NecromancerArmor]] upon becoming a Lich
 +  * **Reduced Strength:** Loses strength points upon transformation
 +
 +==== Unlocking ====
 +The Lich subclass can be unlocked using the [[en:rpd:black_skull_of_mastery_item|Black Skull of Mastery]] after reaching sufficient mastery in necromancy.
 +
 +==== Strategy ====
 +The Lich subclass is optimal for players who want to maximize their necromantic abilities and undead summoning capabilities. The immunities make the Lich more resilient to status effects that would otherwise hamper a standard Necromancer. However, the loss of strength and reduced combat abilities require focusing on necromantic abilities and summoning undead minions to fight on your behalf.
 +
 +==== Classes ====
 +  * Available to: [[en:rpd:necromancer_class|Necromancer]] class after using the Black Skull of Mastery
 +
 +==== Related Classes ====
 +  * [[en:rpd:necromancer_class|Necromancer Class]]
 +
 +==== Code References ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]]
 +  * Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L69-L79|initHeroes.json]]
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L743-L744|Lich subclass strings]]
 +
 +==== Content Verification ====
 +  * Information source: Java Class in Remixed Dungeon codebase
 +  * Stats verified: Yes, extracted directly from HeroSubClass.java
 +  * Effect descriptions: Generated from code analysis and string resources
 +  * Last updated: Based on HeroSubClass.java and initHeroes.json
 +
 +==== See Also ====
 +  * [[en:rpd:necromancer_class|Necromancer Class]]
 +  * [[en:rpd:black_skull_of_mastery_item|Black Skull of Mastery]]
 +
 +{{tag> rpd subclasses necromancer }}
en/rpd/lich_subclass.txt · Last modified: by 127.0.0.1