====== Lich Subclass - Code References ======
===== Java Classes =====
* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]]
===== JSON Configuration =====
{
"LICH": {
"immunities": [
"Paralysis",
"ToxicGas",
"Terror",
"Death",
"Amok",
"Blindness",
"Sleep",
"Poison",
"Vertigo",
"Bleeding"
]
}
}
===== String Resources =====
lich
The _Lich_ is a necromancer who reached pinnacle of his abilities. Existing between life and death _Lich_ excels in necromancy, but his combat skills are greatly lower than those of an ordinary person.
You became a Lich! Your powers grow and your soul capacity has been doubled! But you lost %1$d points of strength.
To unlock this character class, slay the Lich with any other class.
Lich slain
===== Lua Scripts =====
This entity is implemented in Java, no Lua script exists
===== Related mr Entities =====
* [[mr:necromancer_class|Necromancer (Class)]]
* [[mr:lich_mob|Lich (Mob)]]