mr:kusarigama_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:kusarigama_item [2026/03/22 06:33] – Enhance mr:kusarigama_item with code references and fix image references on polearms and spiders pages Qwen Assistant | mr:kusarigama_item [2026/03/22 06:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Kusarigama Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Kusarigama** is a melee weapon with extended reach and a special pull ability. | ||
| + | |||
| + | ===== Java Implementation ===== | ||
| + | |||
| + | **Class**: `com.watabou.pixeldungeon.items.weapon.melee.Kusarigama` | ||
| + | |||
| + | **Source**: [[https:// | ||
| + | |||
| + | **Key Properties**: | ||
| + | * **Tier**: 3 | ||
| + | * **Speed Factor**: 2.0f (slower than normal) | ||
| + | * **Damage Factor**: 1f | ||
| + | * **Range**: 2 (extended reach) | ||
| + | * **Animation Class**: SWORD_ATTACK | ||
| + | * **Image**: `items/ | ||
| + | |||
| + | **Special Ability**: | ||
| + | * **Pull Action** (`AC_PULL`): | ||
| + | * **Chain Visual Effect**: Uses `KusarigamaChain` effect to show chain connection | ||
| + | * **Vertigo Infliction**: | ||
| + | |||
| + | **Key Methods**: | ||
| + | * `range()`: Returns 2 (extended reach) | ||
| + | * `preAttack(Char tgt)`: Draws chain visual effect before attack if target is at distance | ||
| + | * `postAttack(Char tgt)`: 10% chance to apply Vertigo buff | ||
| + | * `_execute()`: | ||
| + | * `actions()`: | ||
| + | |||
| + | **Dependencies**: | ||
| + | * `com.watabou.pixeldungeon.effects.KusarigamaChain` - Chain visual effect | ||
| + | * `com.watabou.pixeldungeon.actors.buffs.Vertigo` - Vertigo status effect | ||
| + | * `com.watabou.pixeldungeon.mechanics.Ballistica` - Ray casting for pull targeting | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | No specific JSON configuration file found for this item. The item uses default tier-based stats. | ||
| + | |||
| + | Check for potential configuration in: | ||
| + | * `RemixedDungeon/ | ||
| + | * `RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | |||
| + | **English** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Russian** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented entirely in Java, no Lua script exists. | ||
| + | |||
| + | ===== Related Code References ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | {{tag> rpd items weapons melee kusarigama tier3}} | ||
mr/kusarigama_item.txt · Last modified: by 127.0.0.1
