User Tools

Site Tools


rpd:axes

Differences

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

Link to this comparison view

rpd:axes [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:axes [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Axes ======
  
 +{{ rpd:images:hand_axe_item.png|Hand Axe }}
 +
 +Axes are a type of [[rpd:melee_weapon|melee weapon]] in Remixed Dungeon, designed for dealing heavy damage at close range.
 +
 +==== 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 [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]]
 +  * **Enchantments:** Compatible with [[rpd:weapon_enchantments|weapon enchantments]]
 +
 +==== Available Axes ====
 +  * [[rpd:hand_axe_item|Hand Axe]] - Basic starting axe weapon
 +
 +==== 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 ====
 +  * Hand Axes can be found throughout the dungeon
 +  * 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 implementations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/HandAxe.java|HandAxe.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1138-L1140|HandAxe strings]]
 +
 +==== See Also ====
 +  * [[rpd:melee_weapons|Melee Weapons]] - Other close combat weapons
 +  * [[rpd:melee_combat|Melee Combat]] - General melee combat mechanics
 +  * [[rpd:weapon_item|Weapons]] - All weapon types
 +  * [[rpd:swords|Swords]] - Another melee weapon category
 +
 +{{tag> rpd weapons melee axes }}