> For the complete documentation index, see [llms.txt](https://atenea.gitbook.io/atenea-store-r/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atenea.gitbook.io/atenea-store-r/weapon/big-hammer.md).

# Big Hammer

{% stepper %}
{% step %}

### Ox\_inventory

```
// OX_INVENTORY > DATA > WEAPON
		['WEAPON_BIGHAMMER'] = {
			label = 'Big Hammer',
			weight = 520,
			durability = 0.1,
		},
```

{% endstep %}

{% step %}

### Qb-Inventory

```
// QB-CORE > SHARED > WEAPONS
        
 [`weapon_bighammer`] = { name = 'weapon_bighammer', label = 'Big Hammer', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed' },
 
```

{% endstep %}

{% step %}

### Esx-Inventory

```
// ES_EXTENDED > SRC > CONFIG.WEAPON
        
 {name = 'WEAPON_BIGHAMMER', label = _U('weapon_bighammer'), components = {}},
```

{% endstep %}
{% endstepper %}
