mr:short_sword_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:short_sword_item [2026/07/11 12:32] – Fix red link in elven_bow_item.txt: change arrows to arrows_item Qwen Assistant | mr:short_sword_item [2026/07/12 00:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Short Sword Item - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no specific JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Information ===== | ||
| + | * The Short Sword is a basic melee weapon with 1-1 damage | ||
| + | * It has a required strength of 11 STR | ||
| + | * It has a special " | ||
| + | * When reforged, the Short Sword is consumed to upgrade another weapon and provide one level of upgrade | ||
| + | * Registered in ItemFactory for dynamic item creation | ||
| + | * Badge validation tracks ShortSword acquisition for level-based achievements | ||
| + | |||
| + | ===== Key Implementation Details ===== | ||
| + | * **Base Damage**: 1-1 (min-max) | ||
| + | * **Animation**: | ||
| + | * **STR Requirement**: | ||
| + | * **Max Level**: 12 | ||
| + | * **Special Action**: AC_REFORGE (" | ||
| + | * **Image Sprite**: ItemSpriteSheet.SHORT_SWORD | ||
| + | * **Reforge Time**: 2f seconds | ||
| + | * **Reforge Logic**: Removes ShortSword from inventory, applies upgrade to selected weapon via ScrollOfUpgrade.upgrade() | ||
mr/short_sword_item.txt · Last modified: by 127.0.0.1
