Difference between revisions of "Advancement Customization"
From Pixelmon Wiki
(7.0.2 triggers) |
m (Text replacement - "https://minecraft.gamepedia.com" to "https://minecraft.wiki") |
||
Line 1: | Line 1: | ||
− | See [https://minecraft. | + | See [https://minecraft.wiki/Advancements#JSON_Format this page] for how to write your own Advancements using these [[Pixelmon]] Advancement triggers. |
{|class="wikitable" | {|class="wikitable" |
Latest revision as of 01:36, 25 September 2023
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 decimals from 0.1 and 100. |
"pixelmon:spec_trigger"
|
"spec" : Pokémon spec
|
Triggers when the Player catches a Pokémon that fulfils the Pokémon spec |
"pixelmon:capture_type_trigger"
|
"type" : Type "count" : #
|
Triggers when the Player catches count of Pokémon that have type
|
"pixelmon:wild_battle_victory_trigger"
|
"wild_kills" : #
|
Triggers when the Player defeats wild_kills Pokédex.
|