---
title: Gargoyle Axe
id: mythsandlegends:item/gargoyle_axe
icon: mythsandlegends:item/gargoyle_axe
type: item
custom:
    Type: Tool
    Rarity: Common
---

A sharp weapon that unleashes a powerful shockwave pushing enemies away. Beware its wrath.

## Stats
- **Attack Damage:** 10.5.
- **Attack Speed:** 1.
- **Attack Range:** 3 blocks.

## Obtaining
- Can be crafted.

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

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

## Usage
- Tool

## Ability
- **[Right-click]** on a block to activate the shockwave. Enemies within the radius will be pushed back.
- **Cooldown:** 5 seconds.

## Advancements
- `Master of the Blade`.

---
