Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/ignis_secondary.json
2021-12-11 19:54:31 -04:00

20 lines
576 B
JSON

{
"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."
}