Table of Contents

Huntress Armor Item - Code References

Huntress Armor

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

Special Ability

The Huntress Armor has a special ability that creates a fan of spectral blades:

JSON Configuration

This entity is implemented in Java, no JSON configuration found. Check:

String Resources

English string resources:

<string name="HuntressArmor_ACSpecial">special ability</string>
<string name="HuntressArmor_Desc">A huntress in such a cloak can make a fan of spectral blades. Each of these blades will target a single enemy in the huntress's field of view, dealing damage based on her currently equipped melee weapon.</string>
<string name="HuntressArmor_NoEnemies">No enemies in sight</string>
<string name="HuntressArmor_NotHuntress">Only huntresses can use this armor!</string>

Russian string resources (values-ru/strings_all.xml):

<string name="HuntressArmor_ACSpecial">особое действие</string>
<string name="HuntressArmor_Desc">Мисливица с таким плащом может создать вихрь спектральных клинков. Каждый из этих клинков будет направлен на одного врага в поле зрения мисливицы, нанося урон в зависимости от её текущего оружия ближнего боя.</string>
<string name="HuntressArmor_NoEnemies">Врагов в поле зрения нет.</string>
<string name="HuntressArmor_NotHuntress">Только мисливицы могут использовать эту броню!</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists.

Equipment Restrictions