25 lines
618 B
JSON
25 lines
618 B
JSON
{
|
|
"type": "origins:active_self",
|
|
"entity_action": {
|
|
"type":"origins:and",
|
|
"actions": [
|
|
{
|
|
"type": "origins:set_on_fire",
|
|
"duration": 15
|
|
},
|
|
{
|
|
"type":"origins:execute_command",
|
|
"command":"function aspects:fire_light"
|
|
}
|
|
],
|
|
"cooldown": 300,
|
|
"hud_render": {
|
|
"should_render": true,
|
|
"bar_index": 7,
|
|
"inverted":true
|
|
}
|
|
},
|
|
|
|
"name":"Ignition",
|
|
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff."
|
|
} |