More tests for Pokemon class in AngelScript.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-02-02 13:57:41 +01:00
parent aae96333b1
commit 419e573bbe
7 changed files with 112 additions and 16 deletions

View File

@@ -44,6 +44,7 @@ namespace PkmnLib::Battling {
CreatePokemon* WithGender(CreatureLib::Library::Gender gender);
CreatePokemon* IsShiny(bool value);
CreatePokemon* WithHeldItem(const std::string& item);
CreatePokemon* LearnMove(const std::string& move, CreatureLib::Battling::AttackLearnMethod method);
CreatePokemon* WithRandomIndividualValues(CreatureLib::Core::Random rand = CreatureLib::Core::Random());
CreatePokemon* WithIndividualValue(CreatureLib::Core::Statistic stat, uint8_t value);