new TradeTrigger()
Represents the trigger for an evolution that occurs when a Pokemon is traded.
Name | Type | Description |
---|---|---|
item_id | number | | The ID of the item that the Pokemon must be holding to evolve when traded, or null if no item is required. |
instance | DataManagerBase | The DataManagerBase instance associated with this evolution trigger. |
Extends
- EvolutionTrigger