====== Warrior Subclass ====== {{ rpd:images: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#L1000-L1020|HeroSubClass strings]] - String definitions for subclasses * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L986-L1006|HeroSubClass strings (RU)]] - Russian localizations ==== See Also ==== * [[en:rpd:warrior_class|Warrior Class]] * [[en:rpd:hero_subclasses|Hero Subclasses]] * [[en:rpd:hero_classes|Hero Classes]] * [[en:rpd:tome_of_mastery_item|Tome of Mastery]] {{tag> rpd subclasses warrior hero}}