{
	"description" : "Explosive",
	"supported_items" : "#minecraft:enchantable/bow",
	"exclusive_set" : [ "minecraft:infinity", "minecraft:flame", "minecraft:power" ],
	"max_level" : 5,
	"min_cost" : {
		"base" : 7,
		"per_level_above_first" : 9
	},
	"max_cost" : {
		"base" : 12,
		"per_level_above_first" : 9
	},
	"effects" : {
		"minecraft:post_attack" : [
			{
				"effect" : {
					"type" : "minecraft:explode",
					"attribute_to_user" : true,
					"damage_type" : "minecraft:explosion",
					"immune_blocks" : [
								"minecraft:barrier",
								"minecraft:bedrock",
								"minecraft:obsidian",
								"minecraft:end_portal",
								"minecraft:end_portal_frame",
								"minecraft:end_gateway",
								"minecraft:command_block",
								"minecraft:repeating_command_block",
								"minecraft:chain_command_block",
								"minecraft:jigsaw",
								"minecraft:moving_piston",
								"minecraft:reinforced_deepslate",
								"minecraft:light"
					],
					"knockback_multiplier" : {
						"type" : "minecraft:linear",
						"base" : 1,
						"per_level_above_first" : 0.2
					},
					"offset" : [ 0, 0, 0 ],
					"radius" : 2,
					"create_fire" : false,
					"block_interaction" : "none",
					"small_particle" : {
						"type" : "minecraft:explosion"
					},
					"large_particle" : {
						"type" : "minecraft:explosion"
					},
					"sound" : "minecraft:entity.firework_rocket.large_blast"
				},
				"enchanted" : "attacker",
				"affected" : "damaging_entity",
				"requirements" : {
					"condition" : "minecraft:entity_properties",
					"entity" : "direct_attacker",
					"predicate" : {
						"type" : "#minecraft:arrows"
					}
				}
			}
		]
	},
	"slots" : [ "mainhand" ],
	"anvil_cost" : 2,
	"weight" : 2
}
