58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
|
|
{
|
|
"type": "origins:active_self",
|
|
"entity_action": {
|
|
"type": "origins:and",
|
|
"actions": [
|
|
{
|
|
"type": "origins:area_of_effect",
|
|
"radius": 10,
|
|
"bientity_action": {
|
|
"type": "origins:target_action",
|
|
"action": {
|
|
"type": "origins:add_velocity",
|
|
"z": 5
|
|
}
|
|
},
|
|
"bientity_condition": {
|
|
"type": "origins:can_see"
|
|
}
|
|
},
|
|
{
|
|
"type": "origins:area_of_effect",
|
|
"radius": 10,
|
|
"bientity_action": {
|
|
"type": "origins:damage",
|
|
"amount": 4,
|
|
"source": {
|
|
"name": "lightningBolt",
|
|
"bypasses_armor": true
|
|
}
|
|
},
|
|
"bientity_condition": {
|
|
"type": "origins:can_see"
|
|
}
|
|
|
|
},
|
|
{
|
|
"type": "origins:heal",
|
|
"amount": 6
|
|
},
|
|
{
|
|
"type":"origins:execute_command",
|
|
"command":"function aspects:raging_gales"
|
|
}
|
|
]
|
|
},
|
|
"hud_render": {
|
|
"should_render": true,
|
|
"inverted":true,
|
|
"sprite_location": "origins:textures/gui/resource_bar.png",
|
|
"bar_index":3
|
|
|
|
},
|
|
"key": "key.origins.quaternary_active",
|
|
"cooldown": 400,
|
|
"name":"Raging Gales",
|
|
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others with your [Quaternary] key."
|
|
} |