public LearnsetRandomizer(GameConfig config, Learnset[] sets)
 {
     Config       = config;
     moverand     = new MoveRandomizer(config);
     Learnsets    = sets;
     rSTABPercent = 52.3m;
 }
 public EggMoveRandomizer(GameConfig config, EggMoves[] sets)
 {
     Config   = config;
     Sets     = sets;
     moverand = new MoveRandomizer(config);
 }
Esempio n. 3
0
 public LearnsetRandomizer(GameConfig config, Learnset[] sets)
 {
     Config    = config;
     moverand  = new MoveRandomizer(config);
     Learnsets = sets;
 }