dist/models~ Evolution

new Evolution()

Represents a pokemon evolution.

Properties
NameTypeDescription
target_idnumber

The ID of the Pokemon species that this evolution evolves to or from.

triggerEvolutionTrigger

The trigger for this evolution (e.g., level up, trade, item).

typeboolean

The direction of the evolution (true for evolving to, false for evolving from).

instanceDataManagerBase

The DataManagerBase instance.