User Tools

Site Tools


rpd:dagger_item

Differences

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

Link to this comparison view

rpd:dagger_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:dagger_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Daggers ======
  
 +{{ rpd:images:dagger_item.png|Dagger }}
 +
 +Daggers are a type of [[rpd:melee_weapon|melee weapon]] in Remixed Dungeon that emphasize speed and precision over raw damage.
 +
 +==== Description ====
 +Daggers are light, fast weapons that allow for quick attacks. They are ideal for characters who want to make multiple attacks per turn or for those who rely on dexterity over brute force.
 +
 +==== Weapon Properties ====
 +  * **Damage Type:** Piercing damage
 +  * **Speed:** Fast attacks compared to other weapon types
 +  * **Accuracy:** Generally good accuracy
 +  * **Upgrade Potential:** Can be upgraded with [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]]
 +  * **Enchantments:** Compatible with [[rpd:weapon_enchantments|weapon enchantments]]
 +
 +==== Available Daggers ====
 +  * **Dagger** - Basic starting dagger weapon
 +  * [[rpd:elven_dagger_item|Elven Dagger]] - Faster variant with special properties
 +  * **Stilleto** - Lighter, even faster dagger option
 +  * **Knife** - Another common dagger variant
 +
 +==== Mechanics ====
 +  * **Attack Speed:** Daggers have higher attack speed than most other weapon types
 +  * **Surprise Attack:** Particularly effective with [[rpd:assassin_subclass|Assassin]] subclass's backstab ability
 +  * **Dual Wielding:** Well-suited for dual wielding strategies
 +
 +==== Strategy ====
 +  * Daggers allow for multiple attacks in a single turn
 +  * Effective when combined with stealth or invisibility
 +  * Good for characters with high dexterity or those using the Assassin subclass
 +  * Works well with dual wielding builds
 +
 +==== Obtaining ====
 +  * Daggers can be found throughout the dungeon
 +  * Some may be available in shops, depending on the level
 +
 +==== Code References ====
 +  * Base weapon implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java|MeleeWeapon.java]]
 +  * Dagger implementations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Dagger.java|Dagger.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1125-L1127|Dagger strings]]
 +
 +==== See Also ====
 +  * [[rpd:melee_weapons|Melee Weapons]] - Other close combat weapons
 +  * [[rpd:melee_combat|Melee Combat]] - General melee combat mechanics
 +  * [[rpd:weapon_item|Weapons]] - All weapon types
 +  * [[rpd:assassin_subclass|Assassin]] - Subclass that benefits from daggers
 +
 +{{tag> rpd weapons melee daggers }}
rpd/dagger_item.txt · Last modified: by 127.0.0.1