mr:gladiator_subclass
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:gladiator_subclass [2026/08/01 15:49] – Wiki maintenance: Fix 5 random pages compliance with standards Bot | mr:gladiator_subclass [2026/08/01 15:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Gladiator Subclass - Code References ====== | ||
| + | Machine-readable reference page for the Gladiator hero subclass in Remixed Dungeon. | ||
| + | |||
| + | ===== Entity Information ===== | ||
| + | * **Entity Kind**: HeroSubClass.GLADIATOR | ||
| + | * **Hero Class**: Warrior | ||
| + | * **Subclass Type**: Mastery (Combat-focused) | ||
| + | * **Required Achievement**: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Enum Implementation ===== | ||
| + | <code java> | ||
| + | public enum HeroSubClass { | ||
| + | GLADIATOR(R.string.HeroSubClass_NameGlad, | ||
| + | // ... | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== Key Methods ===== | ||
| + | * **desc()**: Returns localized description string (R.string.HeroSubClass_DescGlad) | ||
| + | * **name()**: Returns localized name string (R.string.HeroSubClass_NameGlad) | ||
| + | * **armorClass()**: | ||
| + | |||
| + | ===== Class-Specific Armor ===== | ||
| + | * **GladiatorArmor** extends WarriorArmor | ||
| + | * Provides " | ||
| + | * Only usable by GLADIATOR subclass (checks hero.getSubClass() == HeroSubClass.GLADIATOR) | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | No specific JSON configuration. Subclass defined in HeroSubClass.java enum. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists. | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Wiki Pages ===== | ||
| + | * [[en: | ||
| + | * [[ru: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> mr subclasses warrior gladiator reference}} | ||
mr/gladiator_subclass.txt · Last modified: by 127.0.0.1
