User Tools

Site Tools


rpd:hero_level

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:hero_level [2025/12/20 01:06] – Add Hero Level page with mechanics information mikerpd:hero_level [2025/12/20 01:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Hero Level ======
  
 +**Hero Level** refers to the experience level of the player character in Remixed Dungeon. The hero level affects various game mechanics and character capabilities.
 +
 +==== Mechanics ====
 +  * Increases after gaining sufficient experience
 +  * Higher levels grant more HP and mana
 +  * Some spells and abilities scale with hero level
 +  * Affects damage calculations for certain abilities
 +
 +==== Experience Gain ====
 +  * Experience is gained from defeating enemies
 +  * Some other actions may grant experience
 +  * Experience required for the next level increases with each level
 +
 +==== Scaling Effects ====
 +  * The Kunai Throw spell scales with caster level
 +  * Some damage calculations depend on hero level
 +  * Some enemy stats scale relative to hero level
 +
 +==== Code References ====
 +* Hero level mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]]
 +* Level-up implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L200-L230|Hero.java level-up]]
 +
 +{{tag> rpd mechanics progression}}