{
    "comment": "These qualities will apply for all boots! For more info
                about how to edit this file and add more files, visit 
                https://bitbucket.org/Tmtravlr/qualitytools/wiki/Home",
    
    "slot": "feet",
    "whitelist": [
      {
        "slot": "feet"
      }
    ],
    "blacklist": [
    
    ],
    "qualities": [
      {
        "name": "quality.crumbling.name",
        "color": "dark_red",
        "weight": 8,
        "attributes": [
          {
            "name": "generic.armor",
            "amount": -1.5,
            "operation": 0
          },
          {
            "name": "generic.armorToughness",
            "amount": -1,
            "operation": 0
          },
          {
            "name": "potioncore.magicShielding",
            "amount": -1,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.dented.name",
        "color": "dark_gray",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.armor",
            "amount": -1,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.heavy.name",
        "color": "red",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.movementSpeed",
            "amount": -0.1,
            "operation": 2
          }
        ]
      },
      {
        "name": "normal",
        "weight": 100
      },
      {
        "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.tough.name",
        "color": "blue",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.armorToughness",
            "amount": 1,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.protective.name",
        "color": "blue",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.armor",
            "amount": 0.5,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.arcane.name",
        "color": "blue",
        "weight": 10,
        "attributes": [
          {
            "name": "potioncore.magicShielding",
            "amount": 1,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.tall.name",
        "color": "blue",
        "weight": 10,
        "attributes": [
          {
            "name": "potioncore.stepHeight",
            "amount": 0.5,
            "operation": 0
          }
        ]
      },
      {
        "name": "quality.speedy.name",
        "color": "blue",
        "weight": 10,
        "attributes": [
          {
            "name": "generic.movementSpeed",
            "amount": 0.1,
			   "operation": 2
          }
        ]
      },
      {
        "name": "quality.masterful.name",
        "color": "light_purple",
        "weight": 5,
        "attributes": [
          {
            "name": "generic.armor",
            "amount": 0.5,
            "operation": 0
          },
          {
            "name": "generic.armorToughness",
            "amount": 1,
            "operation": 0
          },
          {
            "name": "potioncore.stepHeight",
            "amount": 0.5,
            "operation": 0
          },
          {
            "name": "generic.movementSpeed",
            "amount": 0.1,
            "operation": 2
          }
        ]
      }
    ]
}