{
	"anvil_cost": 4,
	"description": {
		"text": "Fortitude"
	},
	"effects": {
		"minecraft:attributes": [
			{
				"amount": {
					"type": "minecraft:linear",
					"base": 1,
					"per_level_above_first": 1
				},
				"attribute": "minecraft:generic.max_health",
				"id": "core:enchantment.fortitude",
				"operation": "add_value"	
			}
		]
	},
	"exclusive_set": "#minecraft:exclusive_set/armor",
	"max_cost": {
		"base": 30,
		"per_level_above_first": 10
	},
	"max_level": 5,
	"min_cost": {
		"base": 10,
		"per_level_above_first": 10
	},
	"slots": [
		"armor"
	],
	"supported_items": "#minecraft:enchantable/armor",
	"weight": 10
}