Advertisement
Guest User

Testing Boots

a guest
May 11th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.40 KB | None | 0 0
  1. {
  2.     "comment": "These qualities will apply for all boots! For more info
  3.                about how to edit this file and add more files, visit
  4.                https://bitbucket.org/Tmtravlr/qualitytools/wiki/Home",
  5.    
  6.     "slot": "feet",
  7.     "whitelist": [
  8.       {
  9.         "slot": "feet"
  10.       }
  11.     ],
  12.     "blacklist": [
  13.       {
  14.         "item": "bloodmagic:ItemSentientArmourBoots"
  15.       }
  16.     ],
  17.     "qualities": [
  18.       {
  19.         "name": "Worthless(Boots)",
  20.         "color": "dark_red",
  21.         "weight": 5,
  22.         "attributes": [
  23.           {
  24.             "name": "generic.armor",
  25.             "amount": -3.0,
  26.             "operation":0
  27.           }
  28.         ]
  29.       },
  30.       {
  31.         "name": "normal",
  32.         "weight": 100
  33.       },
  34.       {
  35.         "name": "quality.masterful.name",
  36.         "color": "light_purple",
  37.         "weight": 5,
  38.         "attributes": [
  39.           {
  40.             "name": "generic.armor",
  41.             "amount": 0.5,
  42.             "operation": 0
  43.           },
  44.           {
  45.             "name": "generic.armorToughness",
  46.             "amount": 1,
  47.             "operation": 0
  48.           },
  49.           {
  50.             "name": "potioncore.stepHeight",
  51.             "amount": 0.5,
  52.             "operation": 0
  53.           },
  54.           {
  55.             "name": "generic.movementSpeed",
  56.             "amount": 0.1,
  57.             "operation": 2
  58.           }
  59.         ]
  60.       }
  61.     ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement