User Tools

Site Tools


en:rpd:warrior_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:warrior_subclass [2026/01/16 02:13] – Fix wiki pages for compliance with documentation standards - Replace invalid code: namespace links with proper GitHub links in spider_mind_amber_mob.txt - Fix incorrect internal link format in spider_mind_amber_mob.txt - Correct image reference from non-e mikeen:rpd:warrior_subclass [2026/01/16 02:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Warrior Subclass ======
  
 +{{ rpd:images:warrior_gladiator_hero.png|Warrior Subclass }}
 +
 +**Warrior Subclasses** are mastery paths available to the [[en:rpd:warrior_class|Warrior]] class in Remixed Dungeon. Players can unlock these subclasses after winning the game with the Warrior class.
 +
 +==== Available Subclasses ====
 +  * [[en:rpd:gladiator_subclass|Gladiator]] - Focuses on weapon mastery and critical hits
 +  * [[en:rpd:berserker_subclass|Berserker]] - Gains strength when HP is low
 +
 +==== Unlocking Requirements ====
 +To unlock a Warrior subclass:
 +  * Win the game once with the [[en:rpd:warrior_class|Warrior]] class
 +  * Find and read a [[en:rpd:tome_of_mastery_item|Tome of Mastery]] during a subsequent run
 +  * Defeat the Tengu boss (level 4) while carrying the tome
 +  * Choose between the two available subclasses
 +
 +==== Subclass Specific Equipment ====
 +  * [[en:rpd:gladiator_armor_item|Gladiator Armor]] - Available when playing as Gladiator
 +  * [[en:rpd:berserker_armor_item|Berserker Armor]] - Available when playing as Berserker
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]] - Subclass definitions
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L990-L1000|HeroSubClass strings]] - String definitions for subclasses
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L986-L996|HeroSubClass strings (RU)]] - Russian localizations
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]] - Implementation of class-specific armor
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]] - Base hero class definitions
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]] - Main hero class that supports subclasses
 +
 +==== See Also ====
 +  * [[en:rpd:warrior_class|Warrior Class]]
 +  * [[en:rpd:hero_subclasses|Hero Subclasses]]
 +  * [[en:rpd:hero_class|Hero Classes]]
 +  * [[en:rpd:tome_of_mastery_item|Tome of Mastery]]
 +  * [[en:rpd:gladiator_subclass|Gladiator]]
 +  * [[en:rpd:berserker_subclass|Berserker]]
 +  * [[en:rpd:hero_class_system_mechanic|Hero Class System]]
 +  * [[en:rpd:mastery|Character Mastery]]
 +  * [[en:rpd:classes_mechanic|Classes Mechanic]]
 +
 +{{tag> rpd subclasses warrior hero}}