====== Shuriken Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Shuriken.java|Shuriken.java]] ===== JSON Configuration ===== This entity does not appear to have dedicated JSON configuration ===== String Resources ===== shuriken Star-shaped pieces of metal with razor-sharp blades do significant damage to their targets. They can be thrown at a very high rate. masculine ===== Class Implementation Details ===== * **Image**: ItemSpriteSheet.SHURIKEN * **Strength Required**: 13 * **Damage Range**: 2-6 * **Delay**: 0.5f (very fast throwing rate) * **Price**: 15 * quantity * **Random Quantity**: 5-15 * **Projectile Behavior**: Fast rotating but does not fly straight ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists