User Tools

Site Tools


rpd:lich

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:lich [2025/12/18 21:54] – external edit 127.0.0.1rpd:lich [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Lich ====== 
- 
-{{ rpd:images:hero_NECROMANCER_LICH.png|Lich }} 
- 
-The **Lich** is a hero subclass for the [[rpd:necromancer|Necromancer]] class, representing a necromancer who has reached the pinnacle of his abilities, existing between life and death. 
- 
-==== Description ==== 
-The _Lich_ is a necromancer who reached 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. 
- 
-==== Unlocking ==== 
-The Lich subclass can be unlocked by using a [[rpd:black_skull_of_mastery|Black Skull of Mastery]] as a [[rpd:necromancer|Necromancer]]. This item is dropped by the [[rpd:lich_mob|Lich boss]] in the Necropolis when defeated by a Necromancer character. 
- 
-==== Special Mechanics ==== 
-The Lich subclass has the following advantages and restrictions: 
-  * **Extensive Immunities:** Immune to Paralysis, Toxic Gas, Terror, Death, Amok, Blindness, Sleep, Poison, Vertigo, and Bleeding 
-  * **Reduced Combat Skills:** Combat abilities are significantly reduced compared to ordinary heroes 
-  * **Increased Soul Capacity:** Soul capacity is doubled compared to regular necromancers 
-  * **Strength Penalty:** Loses strength points upon transformation 
- 
-==== Special Armor ==== 
-Using an [[rpd:armor_kit|Armor Kit]] on any armor will transform it into [[rpd:necromancer_armor|Necromancer Armor]], which is specifically designed for this subclass. 
- 
-==== Content Verification ==== 
-  * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]] 
-  * Subclass description: Extracted from string resource BlackSkullOfMastery_BecomeLichDesc in strings_all.xml 
-  * Specific mechanics: Verified against initHeroes.json and HeroSubClass implementation 
-  * Last updated: Verified against source code on December 2024 
- 
-==== References ==== 
-  * Java source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]] 
-  * String definitions: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L732|BlackSkullOfMastery_BecomeLichDesc in strings_all.xml]] 
-  * Unlock item: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/necropolis/BlackSkullOfMastery.java|BlackSkullOfMastery.java]] 
-  * Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]] 
- 
-==== See Also ==== 
-  * [[rpd:playable_class|Playable Classes]] 
-  * [[rpd:necromancer|Necromancer]] - Base class 
-  * [[rpd:lich_mob|Lich (Mob)]] - Lich boss in Necropolis 
-  * [[rpd:hero_subclasses|Hero Subclasses]] - All subclasses 
-  * [[rpd:black_skull_of_mastery|Black Skull of Mastery]] 
- 
-{{tag> rpd subclasses lich necromancer}}