{
    "variant": "fire",
    "weight": 5,
    "quality": 0,
    "dimensions": [],
    "bonuses": [
        {
            "type": "apotheosis:attribute",
            "gem_class":
            {
                "key": "anything",
                "types": ["helmet",
                    "chestplate",
                    "leggings",
                    "boots", "staff"]
            },
            "attribute": "irons_spellbooks:fire_spell_power",
            "operation": "MULTIPLY_BASE",
            "values":
            {
                "common":
                {
                    "min": 0.01,
                    "steps": 1,
                    "step": 0
                },
                "uncommon":
                {
                    "min": 0.03,
                    "steps": 1,
                    "step": 0
                },
                "rare":
                {
                    "min": 0.05,
                    "steps": 1,
                    "step": 0
                },
                "epic":
                {
                    "min": 0.07,
                    "steps": 1,
                    "step": 0
                },
                "mythic":
                {
                    "min": 0.10,
                    "steps": 1,
                    "step": 0
                },
                "ancient":
                {
                    "min": 0.15,
                    "steps": 1,
                    "step": 0
                }
            }
        }
    ]
}