cosmetic fixes
This commit is contained in:
42
build/resources/main/data/aspects/powers/cryo_secondary.json
Normal file
42
build/resources/main/data/aspects/powers/cryo_secondary.json
Normal 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."
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user