{
	"entity": "minecraft:zoglin",
	"weight": 30,
	"quality": 7,
	"size": {
		"width": 1.6,
		"height": 1.6
	},
	"valid_gear_sets": [
		"#the_other"
	],
	"dimensions": [
		"allthemodium:the_other"
	],
	"min_rarity": "epic",
	"max_rarity": "mythic",
	"stats": {
		"epic": {
			"enchant_chance": 0.80,
			"enchantment_levels": [30, 24, 50, 40],
			"effects": [{
				"effect": "minecraft:fire_resistance",
				"chance": 1.0
			}],
			"attribute_modifiers": [{
				"attribute": "minecraft:generic.max_health",
				"operation": "ADDITION",
				"value": {
					"min": 160,
					"steps": 75,
					"step": 2
				}
			},
				{
					"attribute": "minecraft:generic.movement_speed",
					"operation": "MULTIPLY_BASE",
					"value": {
						"min": 0.16,
						"steps": 25,
						"step": 0.01
					}
				},
				{
					"attribute": "minecraft:generic.attack_damage",
					"operation": "MULTIPLY_BASE",
					"value": {
						"min": 0.6,
						"steps": 35,
						"step": 0.01
					}
				},
				{
					"attribute": "minecraft:generic.knockback_resistance",
					"operation": "ADDITION",
					"value": 0.6
				},
				{
					"attribute": "minecraft:generic.armor",
					"operation": "ADDITION",
					"value": 8
				},
				{
					"attribute": "minecraft:generic.armor_toughness",
					"operation": "ADDITION",
					"value": 4.5
				}
			]
		},
		"mythic": {
			"enchant_chance": 0.85,
			"enchantment_levels": [32, 25, 60, 50],
			"effects": [{
				"effect": "minecraft:fire_resistance",
				"chance": 1.0
			}],
			"attribute_modifiers": [{
				"attribute": "minecraft:generic.max_health",
				"operation": "ADDITION",
				"value": {
					"min": 220,
					"steps": 90,
					"step": 2
				}
			},
				{
					"attribute": "minecraft:generic.movement_speed",
					"operation": "MULTIPLY_BASE",
					"value": {
						"min": 0.2,
						"steps": 35,
						"step": 0.01
					}
				},
				{
					"attribute": "minecraft:generic.attack_damage",
					"operation": "MULTIPLY_BASE",
					"value": {
						"min": 0.9,
						"steps": 35,
						"step": 0.01
					}
				},
				{
					"attribute": "minecraft:generic.knockback_resistance",
					"operation": "ADDITION",
					"value": 1
				},
				{
					"attribute": "minecraft:generic.armor",
					"operation": "ADDITION",
					"value": 14
				},
				{
					"attribute": "minecraft:generic.armor_toughness",
					"operation": "ADDITION",
					"value": 10
				}
			]
		}
	}
}