mr:claymore_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:claymore_item [2026/02/18 14:09] – Wiki maintenance: Fix broken links, missing images, and improve mr: namespace pages Qwen Assistant | mr:claymore_item [2026/02/18 14:11] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Claymore Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== 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/ | ||
| + | * **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: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | **English** ([[https:// | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Russian** ([[https:// | ||
| + | <code xml> | ||
| + | <!-- Russian translation strings for Claymore --> | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Code References ===== | ||
| + | * **ItemFactory**: | ||
| + | * **ShopPainter**: | ||
| + | * **WaterOfTransmutation**: | ||
mr/claymore_item.txt · Last modified: by 127.0.0.1
