{
    "description": "Concussive",
    "supported_items": "mace",
    "primary_items": "mace",
    "weight": 1,
    "max_level": 5,
    "anvil_cost": 2,
    "min_cost": {
        "base": 1,
        "per_level_above_first": 15
    },
    "max_cost": {
         "base": 60,
         "per_level_above_first": 20
    },
    "slots": ["hand"],
    "effects": {
        "hit_block": [
            {
                "effect": {
                    "type": "all_of",
                    "effects": [
                        {
                            "type": "explode",
                            "block_interaction": "trigger",
                            "large_particle": {
                                "type": "gust_emitter_large"
                            },
                            "small_particle": {
                                "type": "gust_emitter_small"
                            },
                            "radius": {
                                "type": "linear",
                                "base": 2,
                                "per_level_above_first": 1
                            },
                            "sound": "entity.breeze.wind_burst",
                            "knockback_multiplier": {
                                "type": "linear",
                                "base": 1,
                                "per_level_above_first": 0.4
                            },
                            "attribute_to_user": true,
                            "create_fire": false,
                            "immune_blocks": "blue_concrete",
                            "offset": [0,1,0]
                        },
                        {
                            "type": "play_sound",
                            "sound": "item.mace.smash_ground_heavy",
                            "pitch": 0.9,
                            "volume": 1
                        }
                    ]
                }
            }
        ]
    }
    
}