---
title: The Stony Shield
id: mythsandlegends:item/stony_shield
icon: mythsandlegends:item/stony_shield
type: item
custom:
    Type: Combat
    Rarity: Common
---

A robust shield crafted from ancient **Gargoyle** fragments.

## Stats
- **Durability:** 672.
- **Cooldown:** 5 Seconds.

## Obtaining

## Crafting
- The **Stony Shield** can be crafted using **Gargoyle Fragments** and **Gargoyle Shards**.

<CraftingRecipe
    slots={[
        'mythsandlegends:item/gargoyle_fragment',
        'mythsandlegends:item/gargoyle_shard',
        'mythsandlegends:item/gargoyle_fragment',
        'mythsandlegends:item/gargoyle_fragment',
        'mythsandlegends:item/gargoyle_fragment',
        'mythsandlegends:item/gargoyle_fragment',
        '',
        'mythsandlegends:item/gargoyle_fragment',
        ''
    ]}
    result="mythsandlegends:item/stony_shield"
/>

## Usage
- Better durability than a regular shield.

## Advancements
- `The Stonewall`.

---
