get_type_effectiveness
Calculate type effectiveness multipliers for Pokemon battles by analyzing attack types against defending Pokemon types to inform strategic decisions.
Instructions
Calculate type effectiveness multiplier for an attack against a Pokemon's types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attack_type | Yes | The attacking move's type (e.g., 'electric', 'fire') | |
| defend_types | Yes | List of the defending Pokemon's types (e.g., ['water', 'flying']) |