Improved AI code for weather-causing moves, added AI getting flags from trainer types, added Legendary/Mythical flags to pokemon.txt, added Setting to make wild Legendary/Mythical Pokémon smarter

This commit is contained in:
Maruno17
2023-02-20 23:33:09 +00:00
parent 0e4053f837
commit d0c99aa512
21 changed files with 610 additions and 241 deletions

View File

@@ -20,7 +20,7 @@ class Trainer
end
def skill_level
return GameData::TrainerType.try_get(:trainer_type)&.skill_level || 0
return GameData::TrainerType.try_get(self.trainer_type)&.skill_level || 0
end
#=============================================================================