fixed some stuff

This commit is contained in:
missingbinary
2021-12-12 17:27:02 -04:00
parent 721b9fffdc
commit 6da8038056
147 changed files with 5310 additions and 2905 deletions

View File

@@ -23,7 +23,7 @@
"radius": 10,
"bientity_action": {
"type": "origins:damage",
"amount": 10,
"amount": 5,
"source": {
"name": "lightningBolt",
"bypasses_armor": true
@@ -37,6 +37,10 @@
{
"type": "origins:heal",
"amount": 6
},
{
"type":"origins:execute_command",
"command":"function aspects:raging_gales"
}
]
},
@@ -44,10 +48,11 @@
"should_render": true,
"inverted":true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":8
"bar_index":3
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"name":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others."
"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."
}