---
title: Ironshade Armor
id: mythsandlegends:item/ironshade_helmet
icon: mythsandlegends:item/ironshade_helmet
type: item
custom:
    Type: Combat
    Rarity: Common
---

<center>
<Asset location="mythsandlegends:item/ironshade_armor" width={312}/>
</center>
Remnants of armor that once shimmered with mysterious power. Now bound by dark forces.

## Stats
- **Strength I** under the sun and **Strength II** under the moonlight.
>Note: Requires fullset.

## Obtaining
- Can be crafted.

## Crafting
- The **armor** can be crafted using bound soul ingot, and a cursed core.

<CraftingRecipe
    slots={[
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/cursed_core',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        '',
        ''
    ]}
    result="mythsandlegends:item/ironshade_helmet"
/>
<CraftingRecipe
    slots={[
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/cursed_core',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot'
    ]}
    result="mythsandlegends:item/ironshade_chestplate"
/>
<CraftingRecipe
    slots={[
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/cursed_core',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot'
    ]}
    result="mythsandlegends:item/ironshade_leggings"
/>
<CraftingRecipe
    slots={[
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        '',
        ''
    ]}
    result="mythsandlegends:item/ironshade_boots"
/>

## Usage
- Armor.

## Advancements
- `Bound by Darkness`.

---