User Tools

Site Tools


rpd:warrior_class

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rpd:warrior_class [2025/12/18 23:06] – external edit 127.0.0.1rpd:warrior_class [2025/12/19 00:17] (current) – external edit 127.0.0.1
Line 23: Line 23:
  
 ==== Special Abilities ==== ==== Special Abilities ====
-  * **Unique Short Sword:** The starting weapon is a Short Sword +1 that cannot be replaced by another Short Sword. It can be upgraded with scrolls.+  * **Starting Weapon:** The Warrior starts with a Short Sword +1 (identified), which can be upgraded with scrolls.
   * **Starting Buff:** Warriors begin with a small strength advantage which allows them to equip heavier weapons and armor earlier than other classes.   * **Starting Buff:** Warriors begin with a small strength advantage which allows them to equip heavier weapons and armor earlier than other classes.
   * **Magic Affinity:** Combat magic affinity, allowing access to combat spells like [[rpd:body_armor_spell|Body Armor]], [[rpd:smash_spell|Smash]], [[rpd:die_hard_spell|Die Hard]], etc.   * **Magic Affinity:** Combat magic affinity, allowing access to combat spells like [[rpd:body_armor_spell|Body Armor]], [[rpd:smash_spell|Smash]], [[rpd:die_hard_spell|Die Hard]], etc.
Line 58: Line 58:
 ==== Content Verification ==== ==== Content Verification ====
   * Information source: Java Classes and initHeroes.json   * Information source: Java Classes and initHeroes.json
-  * Starting equipment: RemixedDungeon/src/main/assets/hero/initHeroes.json +  * Starting equipment: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]] 
-  * Stats: RemixedDungeon/src/main/assets/hero/initHeroes.json+  * Stats: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json|initHeroes.json]]
   * Class implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]]   * Class implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]]
 +  * Food healing ability: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L809-L814|Hero.java#L809-L814]]
 +  * Starting Strength and HP values: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L11-L13|initHeroes.json#L11-L13]]
 +  * Warrior specific properties in initHeroes.json: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L24-L34|initHeroes.json#L24-L34]]
 +  * Warrior armor class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java#L76|HeroClass.java#L76]]
 +  * Mastery badge: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java#L233-L234|HeroClass.java#L233-L234]]
  
 ==== See Also ==== ==== See Also ====
rpd/warrior_class.1766099164.txt.gz · Last modified: by 127.0.0.1