finished all 3 types, ready for prerelease

This commit is contained in:
missingbinary
2021-12-12 15:43:31 -04:00
parent 097bc40b50
commit 721b9fffdc
189 changed files with 5072 additions and 3030 deletions

View File

@@ -0,0 +1,42 @@
{
"type": "origins:active_self",
"entity_action": {
"type":"origins:and",
"actions": [
{
"type": "origins:area_of_effect",
"radius": 8,
"bientity_action": {
"type": "origins:damage",
"amount": 6,
"source": {
"name": "freeze",
"bypasses_armor": true
}
},
"bientity_condition": {
"type": "origins:can_see"
}
},
{
"type":"origins:execute_command",
"command":"function aspects:icy_aura"
}
]
},
"cooldown": 800,
"hud_render": {
"should_render": true,
"sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_02.png",
"bar_index":8,
"inverted":true
},
"key": {
"key": "key.origins.secondary_active"
},
"name":"Icy Aura",
"description":"With your secondary key, you can deal freeze damage to those around you within an 8 block radius."
}