Beispiel #1
0
 private int SatietyFirstValue()
 {
     return(MaxSatiety / 2 + Zoo.RandomInt(MaxSatiety / 4 + 1));
 }
Beispiel #2
0
 private int HelthFirstValue()
 {
     return(MaxHelth - Zoo.RandomInt(MaxHelth / 4 + 1));
 }