Advancement Customization
From Pixelmon Wiki
See this page for how to write your own Advancements using these Pixelmon Advancement triggers.
Trigger | Conditions | Description |
---|---|---|
"pixelmon:ball_capture_trigger"
|
"pokeball" :"<Pokéball name>"
|
Triggers when the specified Pokéball is used to successfully capture a Pokémon. It accepts the internal name of the Pokéball eg: poke_ball
|
"pixelmon:legendary_capture_trigger"
|
"pokeball" :"<Pokémon name>"
|
Triggers when the specified Pokémon is captured. It accepts the name of any currently in-game Pokémon as well as the word legendary
|
"pixelmon:pokedex_trigger"
|
"percent" : #
|
Triggers when the Player fills their Pokédex to the percentage required. Accepts any whole number between 1 and 100. |