コード例 #1
0
 public byte GetDamage()
 {
     if (DiceThrow._1K6() == 6)
     {
         return(1);
     }
     return(0);
 }
コード例 #2
0
 public override byte GetPainToleranceModifier() => (byte)(DiceThrow._1K6() + 5);
コード例 #3
0
 public byte GetDamage() => (byte)DiceThrow._1K6();
コード例 #4
0
 public byte GetDamage() => (byte)(DiceThrow._1K6() + 1);