User Tools

Site Tools


rpd:weapon

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:weapon [2025/12/28 19:39] – Wiki maintenance: Renamed files to follow proper naming convention, updated content accuracy, and created missing essential pages mikerpd:weapon [2025/12/28 19:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Weapon ======
  
 +{{ rpd:images:sword_item.png|Weapon }}
 +
 +In Remixed Dungeon, **weapons** are essential equipment items that allow the hero to fight enemies effectively. Weapons come in various types and have different stats and properties.
 +
 +==== Types of Weapons ====
 +  * [[rpd:melee_weapon_mechanic|Melee Weapons]] - Used in close combat
 +  * [[rpd:ranged_weapon_mechanic|Ranged Weapons]] - Used for distance attacks
 +
 +==== Weapon Properties ====
 +  * **Damage**: The minimum and maximum damage dealt per hit
 +  * **Accuracy**: Affects the chance to hit enemies
 +  * **Speed**: Affects how quickly the weapon is used in combat
 +  * **Durability**: How much damage the weapon can take before breaking
 +  * **Level**: Weapons can be upgraded to improve stats
 +
 +==== Weapon Categories ====
 +  * [[rpd:swords|Swords]] - Balanced weapons with moderate stats
 +  * [[rpd:axes|Axes]] - High damage, slower speed
 +  * [[rpd:daggers|Daggers]] - Fast attacks with moderate damage
 +  * [[rpd:war_hammer|War Hammer]] - Heavy damage, very slow
 +  * [[rpd:staff|Staff]] - Balanced with magical properties
 +  * [[rpd:spear|Spear]] - Good reach and balanced stats
 +  * [[rpd:mace|Mace]] - High damage, low speed
 +  * [[rpd:bow|Bows]] - Ranged weapons that use ammunition
 +
 +==== Special Properties ====
 +  * [[rpd:weapon_enchantments|Enchantments]] - Magical properties that can be applied to weapons
 +  * [[rpd:upgrading|Upgrading]] - How to improve weapon stats
 +  * [[rpd:identification|Identification]] - Revealing a weapon's properties
 +
 +==== Strategy ====
 +  * Choose weapons that complement your hero class and playstyle
 +  * Consider upgrading either damage or accuracy first
 +  * Balance weapon speed with your armor's speed penalty
 +  * Different weapons synergize with different [[rpd:hero_subclasses|subclasses]]
 +
 +==== Code References ====
 +  * **Base class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Weapon.java|Weapon.java]]
 +  * **Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/|Weapon implementations]]
 +
 +==== Related ====
 +  * [[rpd:items|Items]]
 +  * [[rpd:equipment|Equipment]]
 +  * [[rpd:combat_mechanics|Combat]]
 +  * [[rpd:armor_mechanic|Armor]]
 +
 +{{tag> rpd items weapons mechanics combat}}
rpd/weapon.txt · Last modified: by 127.0.0.1