近代化改修による数値の上昇が可能なステータスを表します。
Example #1
0
 private static string ShowStat(ModernizableStatus stat, int?total)
 {
     return($"{stat.Current} ({(stat.IsMax ? "MAX" : "+" + (stat.Max - stat.Current))}){(total != null && total != stat.Current ? $", {total} with equipment" : "")}");
 }