User Tools

Site Tools


en:rpd:weapon

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:weapon [2026/05/14 20:27] – Fix wiki pages: broken links, cooldown value, link format compliance Qwen Assistanten:rpd:weapon [2026/05/14 20:28] (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_hand_axe_item|Axes]] - High damage, slower speed
 +  * [[en:rpd_dagger_item|Daggers]] - Fast attacks with moderate damage
 +  * [[en:rpd_war_hammer_item|War Hammer]] - Heavy damage, very slow
 +  * [[en:rpd_quarterstaff_item|Staff]] - Balanced with magical properties
 +  * [[en:rpd_spear_item|Spear]] - Good reach and balanced stats
 +  * [[en:rpd_mace_item|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|Combat]]
 +  * [[en:rpd_armor_mechanic|Armor]]
 +
 +{{tag> rpd items weapons mechanics combat}}
en/rpd/weapon.txt · Last modified: by 127.0.0.1