if($fromType == "one" || "two" || "three" || ... и так до 10){
$stop_round = 10;
}
if($fromType == "one_one" || "two_two" || "three_three" || ... и так до 10){
$stop_round = 5;
}
if($fromType == "one_one" || $fromType == "two_two" || $fromType == "three_three" || $fromType == ... и так до 10)