cosmetic fixes
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
|
||||
{
|
||||
"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": 5,
|
||||
"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.secondary_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."
|
||||
}
|
||||
Reference in New Issue
Block a user