User Tools

Site Tools


rpd:hero

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:hero [2025/12/25 01:10] – Wiki maintenance: update and rename pages to follow naming conventions, create missing pages to resolve red links mikerpd:hero [2025/12/25 01:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Hero ======
  
 +{{ rpd:images:hero_WARRIOR.png|Hero Sprite }}
 +
 +==== Description ====
 +The Hero is the player character in Remixed Dungeon. The hero is customizable and can choose from several classes and subclasses, each with unique abilities and mechanics.
 +
 +==== Hero Classes ====
 +* [[rpd:warrior_class|Warrior Class]]
 +* [[rpd:mage_class|Mage Class]]
 +* [[rpd:rogue_class|Rogue Class]]
 +* [[rpd:huntress_class|Huntress Class]]
 +* [[rpd:elf_class|Elf Class]]
 +* [[rpd:necromancer_class|Necromancer Class]]
 +* [[rpd:gnoll_class|Gnoll Class]]
 +* [[rpd:priest_class|Priest Class]]
 +* [[rpd:doctor_class|Doctor Class]]
 +
 +==== Stats ====
 +* **Strength:** Determines ability to carry heavy armor and weapons
 +* **Health Points:** Current and maximum HP values
 +* **Level:** Current experience level
 +* **EXP:** Experience points toward next level
 +
 +==== Equipment ====
 +The hero has various equipment slots:
 +* **Weapon:** Main weapon slot
 +* **Armor:** Body armor slot
 +* **Accessory:** Ring or other accessory slot
 +* **Quickslot:** Fast access item slot
 +
 +==== Mechanics ====
 +* [[rpd:hunger|Hunger System]]
 +* [[rpd:talents|Talents]]
 +* [[rpd:classes|Classes]]
 +* [[rpd:subclasses|Subclasses]]
 +* [[rpd:skills|Skills]]
 +
 +==== Content Verification ====
 +* Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]]
 +* Stats verification: Extracted directly from Hero.java class properties
 +* Hero classes: Based on HeroClass.java and initHeroes.json
 +* Last updated: December 2025, source: Remixed Dungeon 1.9.3
 +
 +==== Source Code ====
 +* Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]]
 +* Hero Classes: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]]
 +* Starting Equipment: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]]
 +
 +==== See Also ====
 +* [[rpd:hero_subclasses|Hero Subclasses]]
 +* [[rpd:equipment_mechanic|Equipment]]
 +* [[rpd:stats|Stats]]
 +
 +{{tag> rpd hero player character mechanics}}
rpd/hero.txt · Last modified: by 127.0.0.1