{
   "category": { 
      "Armor & Tools": {
         "title": "§aUpgrade Shop",
         "Upgrade": [
            {
               "material": "IRON_SWORD",
               "name": "§fSword Upgrade",
               "lore": [
                  "§7Upgrade your sword to deal",
                  "§7more damage!"
               ],
               "give-enchantment": {
                  "type": "sharpness",
                  "level": 2,
                  "affects": ["WOODEN_SWORD", "STONE_SWORD", "IRON_SWORD", "DIAMOND_SWORD"]  
               },
               "cost": 8,
               "currency": "DIAMOND"
            },
            {
               "material": "BOW",
               "name": "§fBow Upgrade",
               "lore": [
                  "§7Upgrade your bow to deal",
                  "§7more damage!"
               ],
               "give-enchantment": {
                  "type": "power",
                  "level": 2
               },
               "cost": 5,
               "currency": "DIAMOND"
            },
            {
               "material": "DIAMOND_CHESTPLATE",
               "name": "§fArmor Upgrade 1",
               "lore": [
                  "§7Upgrade your armor to reduce",
                  "§7more damage!"
               ],
               "give-enchantment": {
                  "type": "protection",
                  "level": 1,
                  "affects": [ "*_HELMET", "*_CHESTPLATE"]
               },
               "cost": 4,      
               "currency": "DIAMOND"
            },
            {
               "material": "DIAMOND_CHESTPLATE",
               "name": "§fArmor Upgrade 2",
               "lore": [
                  "§7Upgrade your armor to reduce",
                  "§7more damage!"
               ],
               "give-enchantment": {
                  "type": "protection",
                  "level": 2,
                  "affects": [ "HELMET", "CHESTPLATE" ]
               },
               "requires": "Armor Upgrade 1",
               "cost": 8,      
               "currency": "DIAMOND"
            },
            {
               "material": "DIAMOND_CHESTPLATE",
               "name": "§fArmor Upgrade 3",
               "lore": [
                  "§7Upgrade your armor to reduce",
                  "§7more damage!"
               ],
               "give-enchantment": {
                  "type": "protection",
                  "level": 3,
                  "affects": [ "HELMET", "CHESTPLATE" ]
               },
               "requires": "Armor Upgrade 2",
               "cost": 12,      
               "currency": "DIAMOND"
            }
         ]
      },
      "forge_upgrades": {
         "title": "§aForge Upgrades",
         "Upgrade": [
            {
               "material": "FURNACE",
               "name": "§fIron Forge",
               "lore": [
                  "§7Upgrade your forge to smelt",
                  "§72x as fast!"
               ],
               "Item-drop-rate": {
                  "level": 1
               },
               "cost": 4,
               "currency": "DIAMOND"
            },
            {
               "material": "FURNACE",
               "name": "Gold Forge",
               "lore": [
                  "§7Upgrade your forge to smelt",
                  "§74x as fast!"
               ],
               "Item-drop-rate": {
                  "level": 2
               },
               "requires": "Iron Forge",
               "cost": 8,
               "currency": "DIAMOND"
            },
            {
               "material": "FURNACE",
               "name": "Emerald Forge",
               "lore": [
                  "§7Upgrade your forge to smelt",
                  "§78x as fast!"
               ],
               "Item-drop-rate": {
                  "level": 3
               },
               "requires": "Gold Forge",
               "cost": 12,
               "currency": "DIAMOND"
            }
         ]
      },
      "Base_Defence":{
         "title": "§aTraps",
         "items":[
            {
               "material": "FEATHER",
               "Name": "§fBlinding Trap",
               "lore": [
                  "§7A trap that blinds enemies",
                  "§7for 10 seconds"
               ],
               "effect": {
                  "type": "BLINDNESS",
                  "duration": 10,
                  "amplifier": 1
               },
               "cost": 3,
               "currency": "DIAMOND",
               "affect": ["ENEMIES"],
               "radius": "base"
            },
            {
               "material": "SUGAR",
               "Name": "§fOVERDRIVE",
               "lore": [
                  "§7AGives you're team speed and jump boost",
                  "§7for 10 seconds"
               ],
               "effect": {
                  "type": ["SPEED", "JUMP"],
                  "duration": 10,
                  "amplifier": 2
               },
               "cost": 5,
               "currency": "DIAMOND",
               "affect": ["TEAMMATES,SELF"]
            },
            {
               "material": "SNOW_BALL",
               "Name": "§Sleep time",
               "lore": [
                  "§7AGives emimes slowness and mining fatigue",
                  "§7for 10 seconds"
               ],
               "effect": {
                  "type": ["SLOWNESS", "MINEING_FATIGUE"],
                  "duration": 10,
                  "amplifier": 1
               },
               "cost": 5,
               "currency": "DIAMOND",
               "affect": ["ENEMIES"],
               "radius": "base"
            }
         ]
      }

      
   },
   "category_buttons": [
        {
             "material": "NETHERITE_CHESTPLATE",
             "name": "§6Armor & Tools Upgrades",
             "lore": [
                "§7THIS GOOD slay enimies faster"
                
             ]
             
        },
        {
             "material": "ANVIL",
             "name": "§6Forge Upgrades",
             "lore": [
                "§7Upgrade your forge"
                
             ]
        },
        {
             "material": "HEAVY_CORE",
             "name": "§6Base Defence",
             "lore": [
                "§7You might have a fighting chance"
             ]
        }
   ]
}
