User Tools

Site Tools


rpd:playable_classes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:playable_classes [2025/12/25 03:42] – Update Tengu pages with correct references and create new pages for weapon_enchantments, armor_glyphs, playable_classes and treasure mikerpd:playable_classes [2025/12/25 03:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Playable Classes ======
  
 +{{ rpd:images:classes.png|Playable Classes }}
 +
 +**Playable Classes** are the different character archetypes available to the player at the start of a new game. Each class has unique starting equipment, abilities, and gameplay mechanics.
 +
 +==== Available Classes ====
 +
 +  * [[rpd:warrior_class|Warrior]]: A melee-focused class with extra health and a starter armor
 +  * [[rpd:mage_class|Mage]]: A magic-focused class with a magical staff as starting weapon
 +  * [[rpd:rogue_class|Rogue]]: A stealth-focused class with an enchanted short sword
 +  * [[rpd:huntress_class|Huntress]]: A ranged-focused class with a magical bow
 +  * [[rpd:elf_class|Elf]]: A balanced ranged/melee class with special spell affinity
 +  * [[rpd:necromancer_class|Necromancer]]: A dark magic-focused class with unique pet mechanics
 +
 +==== Mechanics ====
 +  * **Starting Equipment**: Each class begins with a unique set of equipment
 +  * **Class Abilities**: Some classes have unique starting abilities
 +  * **Subclasses**: Each class can unlock a specialized subclass at level 10
 +  * **Balance**: Classes are generally balanced in power, but with different playstyles
 +
 +==== Content Verification ====
 +  * Java 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/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]]
 +  * Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]]
 +  * Machine-readable data: [[mr:playable_classes|mr:playable_classes]]
 +
 +{{tag> rpd classes hero }}
rpd/playable_classes.txt · Last modified: by 127.0.0.1