Apply Element

Entity Action Type

Applies an element to this entity.

Type IDs: seven-elements:apply_element, origins-genshin:apply_element

Fields

Field Type Default Description
element Elemental Application The elemental application to apply to the entity.
internal_cooldown Internal Cooldown The internal cooldown attributed to the elemental application.

Examples

"entity_action": {
    "type": "seven-elements:apply_element",
    "element": {
        "element": "HYDRO",
        "gauge_units": 2.0
    },
    "internal_cooldown": {
        "tag": "origins-genshin:self_application"
    }
}

This example will apply 2 gauge units ↗ of Pyro, so long as the Internal Cooldown ↗ with the tag: origins-genshin:self_application and type: seven-elements:default is inactive.