====== Throwing Stones ====== {{ rpd:images:dart_item.png|Throwing Stone }} {{note> This wiki page may describe content that does not exist in the current version of the game.}} Throwing stones are a type of [[en:rpd:ranged_weapon|ranged weapon]] in Remixed Dungeon that serve as basic throwable projectiles for ranged combat. ==== Description ==== Throwing stones are simple, low-damage throwing weapons that are often used as starter ranged options. They are generally weak compared to other throwing weapons but are readily available and useful for basic ranged attacks. ==== Weapon Properties ==== * **Range:** Short to medium range * **Ammunition:** Consumed upon use * **Accuracy:** Basic accuracy * **Speed:** Moderate attack speed * **Damage:** Low damage per throw * **Stackable:** Usually stack up to high quantities * **Availability:** Common item, often found in abundance ==== Available Throwing Stones ==== * **Throwing Stone** - Basic stone projectile * **Rock** - Another basic stone variant * **Other variants** - Various stone types (details to be added) ==== Mechanics ==== * **Consumable:** Each throw consumes one stone * **Basic Use:** Simple throwing weapon with no special properties * **Line of Sight:** Requires clear line of sight to target * **Ranged Combat:** Allows attacking without direct engagement * **Ammunition:** Common alternative when other ranged options are unavailable ==== Strategy ==== * Throwing stones are useful for minor ranged attacks * Best used when other ammunition is unavailable * Can be used to trigger traps from a safe distance * Low damage makes them less effective against strong enemies * Good for practicing ranged attacks without using valuable ammunition ==== Obtaining ==== * Throwing stones can be found throughout the dungeon * Very common, often found in large quantities * Some may be available in shops at low cost ==== 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]] * NOTE: Specific Rock.java implementation may not exist as this item may not be in the current game * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] (exact references may not exist) ==== See Also ==== * [[en:rpd:ranged_combat|Ranged Combat]] - General ranged combat mechanics * [[en:rpd:ranged_weapon|Ranged Weapons]] - All ranged weapon types * [[en:rpd:darts_item|Darts]] - Another type of throwing projectile * [[en:rpd:throwing_weapons|Throwing Weapons]] - Category page for throwable items {{tag> rpd weapons ranged throwing stones }}