---
title: Antique Emblem
id: mythsandlegends:item/antique_emblem
icon: mythsandlegends:item/antique_emblem
type: item
custom:
    Type: Relic
    Curio Slot: Body
    Rarity: Uncommon
---

An ancient relic from forgotten wars.

## Stats
- Reduces damage received from **Possessed Armors** by **20%**.

## Obtaining
- Can be crafted.

## Crafting
- The **Antique Emblem** can be crafted using skeleton skull, black candle, orange tulip and chiseled deepslate.

<CraftingRecipe
    slots={[
        '',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        'mythsandlegends:item/cursed_core',
        'mythsandlegends:item/bound_soul_ingot',
        '',
        'mythsandlegends:item/bound_soul_ingot',
        ''
    ]}
    result="mythsandlegends:item/antique_emblem"
/>

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

## Advancements
-None.

---