 
                Only activated with a full amor set is worn. (Polymorphic Enchant!!)
Enchants:
  BrothersGuard:
    description: "Allows you to get absorption hearts when you wear full armor set with this enchantment."
    price: 10
    max: 3    #this number should be same as the highest level in levels: section
    occurrence: always
    potions:
      Absorption:
        duration: -1 # -1: infinite
        amplifier: 1
Beast:
    description: "Allows you to get strength and nightvision when you wear full armor set with this enchantment."
    price: 10
    max: 3    #this number should be same as the highest level in levels: section
    occurrence: always
    potions:
      Strength:
        duration: -1 # -1: infinite
        amplifier: -1 #  -1: enchant leve = amplifier.
      Nightvision:
        duration: -1 # -1: infinite
        amplifier: 1 #  -1: enchant leve = amplifier.
Titanium:
    description: "When all your armour pieces (Helmet, Chestplate, Pants, Boots) have this enchant, it allows you to have resistance!"
    price: 10
    max: 3    #this number should be the same as the highest level in the levels: section
    occurrence: always
    potions:
      Resistance:
        duration: -1 # -1: infinite
        amplifier: -1 #  -1: enchant leve = amplifier.