---
title: Frosthowl Armor
id: mythsandlegends:item/frosthowl_helmet
icon: mythsandlegends:item/frosthowl_helmet
type: item
custom:
    Type: Combat
    Rarity: Common
---

<center>
<Asset location="mythsandlegends:item/frosthowl_armor" width={312}/>
</center>
Forged from the essence of the Amarok, the spirit of the endless hunt prowling beneath the northern stars.

## Stats
- **Strength I** while treading snow or ice and **Immune** to freezing.
>Note: Requires fullset.

## Obtaining
- Can be crafted.

## Crafting
- The **armor** can be crafted using amarok pelt.

<CraftingRecipe
    slots={[
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        '',
        'mythsandlegends:item/amarok_hide',
        '',
        '',
        ''
    ]}
    result="mythsandlegends:item/frosthowl_helmet"
/>
<CraftingRecipe
    slots={[
        'mythsandlegends:item/amarok_hide',
        '',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide'
    ]}
    result="mythsandlegends:item/frosthowl_chestplate"
/>
<CraftingRecipe
    slots={[
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        '',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        '',
        'mythsandlegends:item/amarok_hide'
    ]}
    result="mythsandlegends:item/frosthowl_leggings"
/>
<CraftingRecipe
    slots={[
        'mythsandlegends:item/amarok_hide',
        '',
        'mythsandlegends:item/amarok_hide',
        'mythsandlegends:item/amarok_hide',
        '',
        'mythsandlegends:item/amarok_hide',
        '',
        '',
        ''
    ]}
    result="mythsandlegends:item/frosthowl_boots"
/>

## Usage
- Armor.

## Advancements
- None.

---