---
title: Soulpiercer Armor
id: mythsandlegends:item/soulpiercer_helmet
icon: mythsandlegends:item/soulpiercer_helmet
type: item
custom:
    Type: Combat
    Rarity: Common
---

<center>
<Asset location="mythsandlegends:item/soulpiercer_armor" width={312}/>
</center>
Forged for spectral marksmen, this armor whispers through the veil of the living.

## Stats
- **Speed I** and **Night Vision ∞** under the moonlight.
>Note: Requires fullset.

## Obtaining
- Can be crafted.

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

<CraftingRecipe
    slots={[
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/cursed_core',
        'mythsandlegends:item/bound_soul_ingot',
        'minecraft:blue_wool',
        '',
        'minecraft:blue_wool',
        '',
        '',
        ''
    ]}
    result="mythsandlegends:item/soulpiercer_helmet"
/>
<CraftingRecipe
    slots={[
        'minecraft:blue_wool',
        '',
        'minecraft:blue_wool',
        '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/soulpiercer_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',
        'minecraft:blue_wool',
        '',
        'minecraft:blue_wool'
    ]}
    result="mythsandlegends:item/soulpiercer_leggings"
/>
<CraftingRecipe
    slots={[
        'minecraft:blue_wool',
        '',
        'minecraft:blue_wool',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        '',
        ''
    ]}
    result="mythsandlegends:item/soulpiercer_boots"
/>

## Usage
- Armor.

## Advancements
- `Bound by Darkness`.

---