コード例 #1
0
 protected virtual int getDexterity()
 {
     return(DiceHelper.Roll4D4AndDropLowest());
 }
コード例 #2
0
 protected virtual int getCharisma()
 {
     return(DiceHelper.Roll4D4AndDropLowest());
 }
コード例 #3
0
 protected virtual int getWisdom()
 {
     return(DiceHelper.Roll4D4AndDropLowest());
 }
コード例 #4
0
 protected virtual int getConstitution()
 {
     return(DiceHelper.Roll4D4AndDropLowest());
 }
コード例 #5
0
 protected virtual int getIntelligence()
 {
     return(DiceHelper.Roll4D4AndDropLowest());
 }
コード例 #6
0
 protected virtual int getStrength()
 {
     return(DiceHelper.Roll4D4AndDropLowest());
 }