User Tools

Site Tools


en:rpd:axes_item

Differences

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

Link to this comparison view

en:rpd:axes_item [2026/01/01 19:45] – namespace move Mikeen:rpd:axes_item [2026/01/01 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Axes Item ======
  
 +Axes are a type of [[en:rpd:melee_weapon|melee weapon]] in Remixed Dungeon, designed for dealing heavy damage at close range. The primary axe weapon available in the game is the BattleAxe.
 +
 +==== Description ====
 +Axes are generally heavy weapons that sacrifice speed for higher damage output. They are effective against enemies with low armor values due to their high damage potential.
 +
 +==== Weapon Properties ====
 +  * **Damage Type:** Physical melee damage
 +  * **Speed:** Slower than average melee weapons
 +  * **Accuracy:** Average accuracy
 +  * **Upgrade Potential:** Can be upgraded with [[en:rpd:scroll_of_upgrade_item|Scrolls of Upgrade]]
 +  * **Enchantments:** Compatible with [[en:rpd:weapon_enchantments|weapon enchantments]]
 +
 +==== Available Axes ====
 +  * [[en:rpd:battle_axe_item|Battle Axe]] - The primary axe weapon in the game
 +
 +==== Strategy ====
 +  * Axes are most effective against enemies with low armor values
 +  * Their slower speed requires more precise positioning and timing
 +  * The high damage output makes them effective for finishing off weakened enemies
 +  * Consider the slower attack speed when fighting multiple enemies
 +
 +==== Obtaining ====
 +  * Battle Axes can be found throughout the dungeon, typically in later levels
 +  * Some may be available in shops, depending on the level
 +
 +==== Code References ====
 +  * Base weapon implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java|MeleeWeapon.java]]
 +  * Axe implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/BattleAxe.java|BattleAxe.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|BattleAxe strings]] (search for BattleAxe_Name, BattleAxe_Info)
 +
 +==== See Also ====
 +  * [[en:rpd:melee_weapons|Melee Weapons]] - Other close combat weapons
 +  * [[en:rpd:melee_combat|Melee Combat]] - General melee combat mechanics
 +  * [[en:rpd:weapon_item|Weapons]] - All weapon types
 +  * [[en:rpd:swords|Swords]] - Another melee weapon category
 +
 +{{tag> rpd weapons melee axes item battleaxe}}