Major changes along with some more minor patches + quality upgrades. ✅ Main Changes: - Updated to 1.18.2 - Removed Imber, Altum (for now) and Navitas - Patched issue #1 - Made balancing changes - Cleaned up project - Simplified confusing code
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"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.quaternary_active"
|
|
},
|
|
"name":"Icy Aura",
|
|
"description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
|
|
|
|
}
|