{
    "comment": "These qualities will apply for all shields! For more info
                about how to edit this file and add more files, visit 
                https://bitbucket.org/Tmtravlr/qualitytools/wiki/Home",
    
    "slot": [
        "offhand"
    ],
    "whitelist": [
      {
        "class": "ItemShield"
      }
    ],
    "blacklist": [
    
    ],
    "qualities": [
      {
        "name": "quality.heavy.name",
        "color": "dark_gray",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.movementSpeed",
            "amount": -0.1,
            "operation": 2
          }
        ]
      },
      {
        "name": "normal",
        "weight": 60
      },
      {
        "name": "quality.thick.name",
        "color": "yellow",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.armor",
            "amount": 0.5,
            "operation": 0
          },
          {
            "name": "generic.movementSpeed",
            "amount": -0.05,
            "operation": 2
          }
        ]
      },
      {
        "name": "quality.arcane.name",
        "color": "blue",
        "weight": 10,
        "attributes": [
          {
            "name": "potioncore.magicShielding",
            "amount": 1,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.solid.name",
        "color": "blue",
        "weight": 5,
        "attributes": [
          {
            "name": "generic.knockbackResistance",
            "amount": 0.5,
            "operation": 0
          }
        ]
      }
    ]
}