====== Throwing Weapons ====== {{ rpd:images:shuriken_item.png|Throwing Weapons }} Throwing Weapons is a category of [[en:rpd:ranged_weapon|ranged weapon]] in Remixed Dungeon that can be thrown at enemies for immediate damage. This category includes specific items like shurikens, darts, javelins, and tamahawks. ==== Description ==== Throwing weapons in Remixed Dungeon are lightweight items designed to be hurled at enemies from a distance. They are generally fast to use and can be useful for softening up enemies before engaging in melee combat. ==== Specific Throwing Weapons ==== Actual throwing weapons in the game include: * [[en:rpd:shuriken_item|Shuriken]] - Star-shaped throwing weapons * [[en:rpd:darts_item|Darts]] - Sharp pointed projectiles * [[en:rpd:javelin_item|Javelin]] - Heavier throwing spear variant ==== Weapon Properties ==== * **Range:** Short to medium range * **Ammunition:** Consumed upon use (unless recovered) * **Accuracy:** Good accuracy * **Speed:** Fast attack speed * **Damage:** Moderate damage per throw * **Stackable:** Usually stack up to 10-20 per slot ==== Mechanics ==== * **Consumable:** Each throw typically consumes one item * **Quick Use:** Fast to throw in combat * **Line of Sight:** Requires clear line of sight to target * **Ranged Combat:** Allows attacking without direct engagement * **Multiple Shots:** Can stack multiple items for repeated attacks ==== Strategy ==== * Throwing weapons are good for softening enemies before melee * Useful for triggering traps from a safe distance * Can be used to attack enemies behind obstacles * Best used when ammunition is abundant * Great for emergencies when other options aren't available ==== Obtaining ==== * Throwing weapons can be found throughout the dungeon * Some may be available in shops, depending on the level * Often found in larger quantities than other weapons ==== 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]] * Individual implementations: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles|MissileWeapons directory]] ==== See Also ==== * [[en:rpd:ranged_combat|Ranged Combat]] - General ranged combat mechanics * [[en:rpd:ranged_weapon|Ranged Weapons]] - All ranged weapon types * [[en:rpd:missile_weapons|Missile Weapons]] - All throwable weapons * [[en:rpd:shuriken_item|Shuriken]] - Specific throwing star weapon * [[en:rpd:darts_item|Darts]] - Another type of throwing projectile * [[en:rpd:javelin_item|Javelin]] - Heavy throwing spear {{tag> rpd weapons ranged throwing missiles }}