This commit is contained in:
@@ -26,4 +26,16 @@ public interface IAIInfoScriptExpectedEndOfTurnDamage
|
||||
/// have an end of turn effect, such as Poison or Burn.
|
||||
/// </summary>
|
||||
void ExpectedEndOfTurnDamage(IPokemon pokemon, ref int damage);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Script for getting the expected entry damage by the AI.
|
||||
/// </summary>
|
||||
public interface IAIInfoScriptExpectedEntryDamage
|
||||
{
|
||||
/// <summary>
|
||||
/// This function returns the expected entry damage for the script. This is used for scripts that have
|
||||
/// an entry hazard effect, such as Spikes or Stealth Rock.
|
||||
/// </summary>
|
||||
void ExpectedEntryDamage(IPokemon pokemon, ref uint damage);
|
||||
}
|
||||
Reference in New Issue
Block a user