User Tools

Site Tools


rpd:maces

Differences

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

Link to this comparison view

rpd:maces [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:maces [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Maces ======
  
 +{{ rpd:images:mace_item.png|Mace }}
 +
 +Maces are a type of [[rpd:melee_weapon|melee weapon]] in Remixed Dungeon that specialize in dealing consistent damage and are effective against armored foes.
 +
 +==== Description ====
 +Maces are blunt weapons that rely on sheer impact force rather than sharp edges. They are particularly effective against enemies with armor, as their crushing attacks often ignore or reduce the effects of armor protection.
 +
 +==== Weapon Properties ====
 +  * **Damage Type:** Crushing damage that can ignore armor
 +  * **Speed:** Generally slower than light weapons but faster than heavy weapons
 +  * **Accuracy:** Average to good accuracy
 +  * **Upgrade Potential:** Can be upgraded with [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]]
 +  * **Enchantments:** Compatible with [[rpd:weapon_enchantments|weapon enchantments]]
 +
 +==== Available Maces ====
 +  * [[rpd:mace_item|Mace]] - Basic mace weapon
 +  * **War Hammer** - Heavier mace variant (to be detailed)
 +
 +==== Mechanics ====
 +  * **Armor Piercing:** Maces often ignore a percentage of enemy armor
 +  * **Stunning:** Some maces have a chance to stun enemies on hit
 +  * **Consistent Damage:** Generally provide reliable damage output
 +
 +==== Strategy ====
 +  * Maces are ideal against heavily armored enemies
 +  * Their armor-piercing properties make them effective against certain enemy types
 +  * Consider using maces when facing enemies with high defense ratings
 +  * Good for players who prefer reliable damage over critical hits
 +
 +==== Obtaining ====
 +  * Maces 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]]
 +  * Mace implementations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Mace.java|Mace.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1123-L1125|Mace 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:axes|Axes]] - Other melee weapon category
 +
 +{{tag> rpd weapons melee maces }}