it says “and/or” and it is the most common way to phrase such a requirements in games.
for basic gramar;
a, b and c = a and b and c;
a,b or c = a or b or c;
a and/or b = means if you have a and b, its ok, if you have a, its ok, if you have b, its ok.
same way you can make a list.