mr:claymore_item
Table of Contents
Claymore Item - Code References
Java Classes
- Claymore.java - Main Claymore weapon class
- MeleeWeapon.java - Parent class for all melee weapons
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:
- Treasury.json - Can spawn in Treasury level
- SpidersTreasury.json - Can spawn in Spider's Treasury level
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
Related Code References
- ItemFactory: ItemFactory.java - Factory for creating Claymore instances
- ShopPainter: ShopPainter.java - May appear in shop inventory
- WaterOfTransmutation: WaterOfTransmutation.java - Can be transmuted in Well of Transmutation
mr/claymore_item.txt · Last modified: by 127.0.0.1
