Elemental Burst Icon

Data Type

An Object used to specify an icon for an Elemental Burst.

Fields

Field Type Default Description
icon Identifier The path to the file that contains the Elemental Burst icon.
cooldown Identifier optional The namespace and ID of a power that uses the Resource (Power Type) or a power type that has a built-in cooldown. When specified, uses values from this power to render the cooldown instead of the cooldown provided in the original power.
reverse Boolean false Whether or not the cooldown value should be reversed. Origin powers have their cooldown go from 0 to max, so the cooldown will be rendered accordingly. If you use a custom cooldown that goes the opposite way (max to 0), then set this to true.
energy_resource Identifier optional The namespace and ID of a power that uses the Resource (Power Type) or a power type that has a built-in cooldown. When specified, this power is used as the value for the Elemental Burst's Energy.
color Color { "hex": "#ffffff00" } The color of the Elemental Burst's Energy.
outline_color Color { "hex": "#ffffff00" } The outline color of the Elemental Burst's Energy.
new_max Integer -1 The new maximum value of resource. To accomodate for multiple powers using the same resource, this allows you to set the new max value of the resource to be used in rendering Energy. When set to -1, uses the default max value of resource.
condition Array of Objects optional Each object has to have an icon Identifier and a condition Entity Condition Type object. The first icon with the condition on the list that holds true will be the icon used for the Elemental Burst. If no such icon exists, renders no Elemental Burst.
disable_condition Entity Condition Type optional If specified, the Elemental Burst will appear "disabled" when this provided condition holds true. This condition will not override the "disable_condition" field found in Elemental Burst, but instead will be joined with the other condition using an or.

Examples

{
    "icon": "origins-genshin:skills/elemental_burst_enhanced.png",
    "condition": {
        "type": "origins:resource",
        "resource": "origins:my_example_resource",
        "comparison": ">",
        "compare_to": 6
    }
}

This is an example of an Elemental Skill Icon using the origins-genshin:skills/elemental_burst_enhanced.png texture that is only shown when the player's origins:my_example_resource value is greater than 6.

Images

Elemental Burst

Anatomy of an Elemental Burst Icon.