Adds anticipation ability

This commit is contained in:
2021-11-20 11:00:48 +01:00
parent 7857f5c35a
commit f19c60c4c1
4 changed files with 55 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
type TypeLibrary {
uint8 GetTypeId(const constString &in name) const;
float GetSingleEffectiveness(uint8 attacking, uint8 defensive) const;
float GetEffectiveness(uint8 attackingType, Pokemon@ defender) const;
}