dist/models~ TradeTrigger

new TradeTrigger()

Represents the trigger for an evolution that occurs when a Pokemon is traded.

Properties
NameTypeDescription
item_idnumber | null

The ID of the item that the Pokemon must be holding to evolve when traded, or null if no item is required.

instanceDataManagerBase

The DataManagerBase instance associated with this evolution trigger.

Extends

  • EvolutionTrigger