---
title: Necklace of Torngarsuk
id: mythsandlegends:item/necklace_of_torngarsuk
icon: mythsandlegends:item/necklace_of_torngarsuk
type: item
custom:
    Type: Relic
    Curio Slot: Necklace
    Rarity: Rare
---

Forged in honor of Torngarsuk, spirit of the hunt and frozen winds.

## Stats
- **+30%** Melee Damage.

## Obtaining
- Can be crafted.

## Crafting
- The **Necklace of Torngarsuk** can be crafted using Amarok essence, bound soul ingot, emerald and iron nugget.

<CraftingRecipe
    slots={[
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/amarok_essence',
        'mythsandlegends:item/bound_soul_ingot',
        'minecraft:iron_nugget',
        'minecraft:emerald',
        'minecraft:iron_nugget'
    ]}
    result="mythsandlegends:item/necklace_of_torngarsuk"
/>

## Usage
- Can be equipped on a Curio Slot: Necklace.

## Advancements
- `Reliquary of the Northern Spirit`.

---