mr:lich_subclass
Differences
This shows you the differences between two versions of the page.
| mr:lich_subclass [2025/12/19 06:05] – Add wiki pages for Ring of Frost, YogsEye, Lich subclass, and Keyring with source code references mike | mr:lich_subclass [2025/12/19 06:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Lich Subclass ====== | ||
| + | ==== Entity Kind ==== | ||
| + | LICH | ||
| + | |||
| + | ==== Java Class ==== | ||
| + | [[code: | ||
| + | |||
| + | ==== JSON Configuration ==== | ||
| + | * Class armor: NecromancerArmor | ||
| + | * Immunities and resistances defined in initHeroes.json under " | ||
| + | |||
| + | ==== Lua Script ==== | ||
| + | (No specific Lua script for this subclass) | ||
| + | |||
| + | ==== String Resource References ==== | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ==== Code Implementation ==== | ||
| + | This is an enum constant in HeroSubClass with the following properties: | ||
| + | |||
| + | * **armorClass**: | ||
| + | * **titleId**: | ||
| + | * **descId**: R.string.BlackSkullOfMastery_BecomeLichDesc | ||
| + | * **immunities**: | ||
| + | * **resistances**: | ||
| + | |||
| + | ==== Behavior ==== | ||
| + | * Becomes unlocked using Black Skull of Mastery | ||
| + | * Grants immunities and resistances defined in the JSON configuration | ||
| + | * Provides NecromancerArmor as the class armor | ||
| + | * Has no special active combat bonus like other subclasses | ||
| + | * Special handling in badge system for LICH_SLAIN badge | ||
mr/lich_subclass.txt · Last modified: by 127.0.0.1
