Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/solus_secondary.json
2021-12-13 21:09:17 -04:00

52 lines
1.4 KiB
JSON

{
"type": "origins:active_self",
"entity_action": {
"type":"origins:and",
"actions":[
{
"type":"origins:execute_command",
"command":"function aspects:icarus"
},
{
"type": "origins:area_of_effect",
"radius": 15,
"bientity_action": {
"type":"origins:and",
"actions":[
{
"type": "origins:target_action",
"action": {
"type": "origins:damage",
"amount": 10,
"source": {
"name": "inFire",
"bypasses_armor": true,
"fire":true
}
}
},
{
"type": "origins:target_action",
"action": {
"type": "origins:add_velocity",
"y": 1
}
}
]
}
}
]
},
"cooldown": 3400,
"hud_render": {
"should_render": true,
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
"bar_index":20
},
"key": {
"key": "key.origins.secondary_active"
},
"name":"Icarus",
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire. They shouldn't have strayed so close to the sun!"
}