mr:glaive_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:glaive_item [2026/03/17 20:21] – Wiki maintenance: Fix broken links and enhance mr: namespace pages Qwen Assistant | mr:glaive_item [2026/03/17 20:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Glaive Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Overview ===== | ||
| + | The Glaive is a tier-5 polearm weapon in Remixed Dungeon. It is a melee weapon that consists of a sword blade mounted on the end of a pole, providing extended reach. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * Main Class: [[https:// | ||
| + | * Parent Class: [[https:// | ||
| + | * Inheritance: | ||
| + | |||
| + | ===== Weapon Stats ===== | ||
| + | * **Tier:** 5 (highest tier) | ||
| + | * **Accuracy: | ||
| + | * **Delay:** 1.4 (40% slower attack speed) | ||
| + | * **Range:** 2 (can attack enemies 2 tiles away) | ||
| + | * **Slot:** Weapon slot (main hand) | ||
| + | * **Block Slot:** Left hand | ||
| + | * **Animation: | ||
| + | * **Flight:** Projectiles fly straight (isFliesStraight() returns true) | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration file exists. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | English (values/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Russian (values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Chinese Simplified (values-zh-rCN/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Chinese Traditional (values-zh-rTW/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Japanese (values-ja/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Korean (values-ko/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | German (values-de/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | French (values-fr/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Spanish (values-es/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Portuguese Brazilian (values-pt-rBR/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Italian (values-it/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Polish (values-pl/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Ukrainian (values-uk/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Turkish (values-tr/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Greek (values-el/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Hungarian (values-hu/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Indonesian (values-in/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Malay (values-ms/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists. | ||
| + | |||
| + | ===== Sprite Reference ===== | ||
| + | * Sprite: ItemSpriteSheet.GLAIVE | ||
| + | * Sprite File: RemixedDungeon/ | ||
| + | |||
| + | ===== Related Items ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/glaive_item.txt · Last modified: by 127.0.0.1
