Table of Contents

Kusarigama Item - Code References

Kusarigama

Kusarigama is a melee weapon with extended reach and a special pull ability.

Java Implementation

Class: `com.watabou.pixeldungeon.items.weapon.melee.Kusarigama`

Source: Kusarigama.java

Key Properties:

Special Ability:

Key Methods:

Dependencies:

JSON Configuration

No specific JSON configuration file found for this item. The item uses default tier-based stats.

Check for potential configuration in:

String Resources

English (`RemixedDungeon/src/main/res/values/strings_all.xml`):

<string name="Kusarigama_Name">Kusarigama</string>
<string name="Kusarigama_Info">[Item description]</string>
<string name="Kusarigama_Pull">Pull</string>

Russian (`RemixedDungeon/src/main/res/values-ru/strings_all.xml`):

<string name="Kusarigama_Name">Кусаригама</string>
<string name="Kusarigama_Info">[Описание предмета]</string>
<string name="Kusarigama_Pull">Тянуть</string>

Lua Scripts

This entity is implemented entirely in Java, no Lua script exists.