User Tools

Site Tools


rpd:crossbow_item

Differences

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

Link to this comparison view

rpd:crossbow_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:crossbow_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Crossbows ======
  
 +{{ rpd:images:crossbow_item.png|Crossbow }}
 +
 +Crossbows are a type of [[rpd:ranged_weapon|ranged weapon]] in Remixed Dungeon that offer higher damage than regular bows at the cost of attack speed.
 +
 +==== Description ====
 +Crossbows are advanced ranged weapons that fire bolts with high accuracy and power. They are more difficult to use than regular bows, requiring more time between shots but dealing significantly more damage.
 +
 +==== Weapon Properties ====
 +  * **Range:** Excellent range for attacking enemies from a distance
 +  * **Ammunition:** Requires [[rpd:bolts_item|bolts]] to function (if implemented)
 +  * **Accuracy:** Very high accuracy
 +  * **Speed:** Slower attack speed compared to regular bows
 +  * **Damage:** Higher damage output than regular bows
 +  * **Upgrade Potential:** Can be upgraded with [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]]
 +  * **Enchantments:** Compatible with [[rpd:weapon_enchantments|weapon enchantments]]
 +
 +==== Available Crossbows ====
 +  * **Crossbow** - Basic crossbow weapon
 +  * **Composite Crossbow** - Enhanced version with better stats
 +  * **Other variants** - Various crossbow types (details to be added)
 +
 +==== Mechanics ====
 +  * **Ammunition System:** Each shot consumes one bolt (if implemented)
 +  * **High Damage:** Sacrifices speed for increased damage per shot
 +  * **Line of Sight:** Requires clear line of sight to target
 +  * **Ranged Combat:** Allows attacking without direct engagement
 +  * **Powerful Shots:** Each bolt hits harder than a typical arrow
 +
 +==== Strategy ====
 +  * Crossbows are ideal for high-damage, precision shots
 +  * Best used against single powerful enemies
 +  * Effective for one-shotting weaker enemies
 +  * May not be ideal for groups of enemies due to slower fire rate
 +  * The powerful shots are excellent for bypassing enemy defenses
 +
 +==== Obtaining ====
 +  * Crossbows 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/missiles/MissileWeapon.java|MissileWeapon.java]]
 +  * Crossbow implementations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Crossbow.java|Crossbow.java]] (if exists)
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1137-L1140|Crossbow strings]]
 +
 +==== See Also ====
 +  * [[rpd:ranged_combat|Ranged Combat]] - General ranged combat mechanics
 +  * [[rpd:ranged_weapon|Ranged Weapons]] - All ranged weapon types
 +  * [[rpd:bolts_item|Bolts]] - Ammunition for crossbows (if implemented)
 +  * [[rpd:bow_item|Bows]] - Regular bow weapons
 +
 +{{tag> rpd weapons ranged crossbows }}