new Evolution()
Represents a pokemon evolution.
Name | Type | Description |
---|---|---|
target_id | number | The ID of the Pokemon species that this evolution evolves to or from. |
trigger | EvolutionTrigger | The trigger for this evolution (e.g., level up, trade, item). |
type | boolean | The direction of the evolution (true for evolving to, false for evolving from). |
instance | DataManagerBase | The DataManagerBase instance. |