User Tools

Site Tools


en:rpd:weapon

Differences

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

Link to this comparison view

en:rpd:weapon [2026/01/01 19:45] – namespace move Mikeen:rpd:weapon [2026/01/01 19:47] (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 ====
 +  * [[en:rpd:melee_weapon_mechanic|Melee Weapons]] - Used in close combat
 +  * [[en: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 ====
 +  * [[en:rpd:swords|Swords]] - Balanced weapons with moderate stats
 +  * [[en:rpd:axes|Axes]] - High damage, slower speed
 +  * [[en:rpd:daggers|Daggers]] - Fast attacks with moderate damage
 +  * [[en:rpd:war_hammer|War Hammer]] - Heavy damage, very slow
 +  * [[en:rpd:staff|Staff]] - Balanced with magical properties
 +  * [[en:rpd:spear|Spear]] - Good reach and balanced stats
 +  * [[en:rpd:mace|Mace]] - High damage, low speed
 +  * [[en:rpd:bow|Bows]] - Ranged weapons that use ammunition
 +
 +==== Special Properties ====
 +  * [[en:rpd:weapon_enchantments|Enchantments]] - Magical properties that can be applied to weapons
 +  * [[en:rpd:upgrading|Upgrading]] - How to improve weapon stats
 +  * [[en: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 [[en: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 ====
 +  * [[en:rpd:items|Items]]
 +  * [[en:rpd:equipment|Equipment]]
 +  * [[en:rpd:combat_mechanics|Combat]]
 +  * [[en:rpd:armor_mechanic|Armor]]
 +
 +{{tag> rpd items weapons mechanics combat}}
en/rpd/weapon.txt · Last modified: by 127.0.0.1