mr:shuriken_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:shuriken_item [2026/07/16 02:39] – Wiki maintenance: Fix 5 random pages for standards compliance Bot | mr:shuriken_item [2026/07/16 02:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Shuriken Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not appear to have dedicated JSON configuration | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== 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 (isFliesStraight() = false, isFliesFastRotating() = true) | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
mr/shuriken_item.txt · Last modified: by 127.0.0.1
