====== Mace Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Mace.java|Mace.java]] ===== Entity Kind ===== Mace ===== Stats ===== * **Damage**: 3 (base) * **Speed**: 1.0x (relative to normal weapon speed) * **Accuracy**: 0.8x (relative to normal weapon accuracy) * **Type**: Melee Weapon (Sword attack animation) ===== JSON Configuration ===== This entity may have JSON configuration, but no matching config was found. Check: * RemixedDungeon/src/main/assets/itemsDesc/*.json * RemixedDungeon/src/main/assets/spritesDesc/mace.json ===== String Resources ===== * mace The iron head of this weapon inflicts substantial damage. * ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists