User Tools

Site Tools


mr:claymore_item

Claymore Item - Code References

Java Classes

Implementation Details

  • Class Location: com.nyrds.pixeldungeon.items.guts.weapon.melee.Claymore
  • Parent Class: MeleeWeapon
  • Weapon Tier: 6 (highest tier melee weapon)
  • Attack Speed: 1.0f (standard speed)
  • Damage Factor: 1.0f (standard damage multiplier)
  • Animation Class: HEAVY_ATTACK
  • Sprite Sheet: items/swords.png (frame 6)
  • Slot: WEAPON (main hand)
  • Block Slot: LEFT_HAND (can be used for blocking)

JSON Configuration

This entity is implemented in Java, no JSON configuration exists. The Claymore appears in dungeon loot tables:

String Resources

English (strings_all.xml):

<string name="Claymore_Name">Claymore</string>
<string name="Claymore_Info">This massive sword should be able to cut through anything.</string>
<string name="Claymore_Gender">masculine</string>

Russian (strings_all.xml (ru)):

<!-- Russian translation strings for Claymore -->

Lua Scripts

This entity is implemented in Java, no Lua script exists

mr/claymore_item.txt · Last modified: by 127.0.0.1