findBestArmorPieces

fun findBestArmorPieces(slots: List<ItemSlot> = Slots.All, durabilityThreshold: Int = Int.MIN_VALUE): Map<EquipmentSlot, ArmorPiece?>