Advancement Triggers
Generator
A generator for advancements can be found online here.
Transformed Miraculous
This trigger is called when a player transforms with a miraculous. It has two parameters:
- "player": The player that transformed.
- "miraculous": The miraculous that was used to transform.
Performed Ability
This trigger is called when a player performs an ability. It has four optional parameters:
- "player": The player that performed the ability.
- "id": The ID of the ability that was performed.
- "source": A predicate checking the source of the ability (such as a Miraculous or Kamikotization).
- "target": A predicate checking the target of the ability.
Kamikotized Entity
This trigger is called when a player kamikotizes an entity. It has four parameters:
- "player": The player that kamikotized the entity.
- "target": The entity that was kamikotized.
- "kamikotization": The kamikotization that was given to the entity.
- "self": Whether the player kamikotized themself.
Released Purified Entities
This trigger is called when a player releases purified entities. It has three parameters:
- "player": The player that released the entities.
- "released": The entities that were released.
- "count": The number of purified entities that were released.
Transformed Kamikotization
This trigger is called when a player is transformed by a kamikotization. It has three parameters:
- "player": The player that was transformed.
- "kamikotization": The kamikotization that was used to transform.
- "self": Whether the player kamikotized themself.