cosmetic fixes
This commit is contained in:
25
build/resources/main/data/aspects/powers/ignis_primary.json
Normal file
25
build/resources/main/data/aspects/powers/ignis_primary.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user