User Tools

Site Tools


mr:mace_item

Differences

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

Link to this comparison view

mr:mace_item [2025/12/23 03:00] – Update wiki pages with accurate code references and proper naming mikemr:mace_item [2025/12/23 03:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +  * <code xml>
 +<string name="Mace_Name">mace</string>
 +<string name="Mace_Info">The iron head of this weapon inflicts substantial damage.</string>
 +  * </code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/mace_item.txt · Last modified: (external edit)