mr:huntress_armor_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:huntress_armor_item [2026/03/01 19:36] – Wiki maintenance: Fix broken links and improve mr: namespace pages Qwen Assistant | mr:huntress_armor_item [2026/03/01 19:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Huntress Armor Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Huntress Armor** is a class-specific armor in Remixed Dungeon. It can only be equipped by the Huntress hero class and allows the use of a special ability that attacks all visible enemies. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Location: ``RemixedDungeon/ | ||
| + | * Extends: ``ClassArmor`` class | ||
| + | * Image ID: ``14`` | ||
| + | * Has helmet: ``true`` | ||
| + | * Covers hair: ``true`` | ||
| + | |||
| + | ===== Special Ability ===== | ||
| + | The Huntress Armor has a special ability that creates a fan of spectral blades: | ||
| + | * **Method**: ``doSpecial(Char user)`` | ||
| + | * **Effect**: Attacks all enemies in field of view within maximum distance (ShadowCaster.MAX_DISTANCE) | ||
| + | * **Projectile**: | ||
| + | * **Damage**: Scales with currently equipped melee weapon | ||
| + | * **Restriction**: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration found. Check: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | English string resources: | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Russian string resources (values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists. | ||
| + | |||
| + | ===== Equipment Restrictions ===== | ||
| + | * **Required Class**: Huntress (``HeroClass.HUNTRESS``) | ||
| + | * **Equip Check**: ``doEquip(Char hero)`` validates hero class before equipping | ||
| + | * **Warning Message**: Displays ``HuntressArmor_NotHuntress`` if non-Huntress tries to equip | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * Parent class: [[mr: | ||
| + | * Hero class: [[mr: | ||
| + | * Projectile used: [[mr: | ||
mr/huntress_armor_item.txt · Last modified: by 127.0.0.1
