Esempio n. 1
0
 /// <summary> クリティカルかどうか </summary>
 public bool IsCritical(Unit unit) => !IsFumble(unit) && Dices.Count(i => i >= 6) >= 2;