finishing ignis powers
This commit is contained in:
20
bin/main/data/aspects/powers/ignis_secondary.json
Normal file
20
bin/main/data/aspects/powers/ignis_secondary.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type": "origins:area_of_effect",
|
||||
"radius": 32,
|
||||
"bientity_action": {
|
||||
"type": "origins:target_action",
|
||||
"action": {
|
||||
"type": "origins:set_on_fire",
|
||||
"duration": 5
|
||||
}
|
||||
},
|
||||
"bientity_condition": {
|
||||
"type": "origins:can_see"
|
||||
}
|
||||
},
|
||||
"key":"key.origins.secondary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"As your secondary ability, you can light entites around you on fire for a few seconds."
|
||||
}
|
||||
Reference in New Issue
Block a user