Elemental Infusion

Power Type

Creates an Elemental Infusion on the entity, infusing each attack from them with the specified Elemental Application.

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

Warning

This power type will only exist if Seven Elements is installed.

Fields

Field Type Default Description
element Elemental Application The elemental application to apply to the target per attack.
internal_cooldown Internal Cooldown The internal cooldown attributed to the elemental application.
priority Integer The priority of this Elemental Infusion over the others.

Examples

{
    "type": "seven-elements:elemental_infusion",
    "element": {
        "type": "gauge_unit",
        "element": "hydro",
        "gauge_units": 1.0
    },
    "internal_cooldown": {
        "tag": "origins-genshin:normal_attack",
        "type": "seven-elements:default"
    },
    "priority": 1
}

This example will give the entity infinite Hydro infusion.

Note that due to the Internal Cooldown ↗, the Hydro element isn't always applied per hit of the entity. However, the damage will still be Hydro DMG.