changing keybinds
This commit is contained in:
28
build/resources/main/data/aspects/powers/solus_primary.json
Normal file
28
build/resources/main/data/aspects/powers/solus_primary.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type": "origins:area_of_effect",
|
||||
"radius": 40,
|
||||
"bientity_action": {
|
||||
"type": "origins:target_action",
|
||||
"action": {
|
||||
"type": "origins:apply_effect",
|
||||
"effect": {
|
||||
"effect": "minecraft:glowing",
|
||||
"duration": 300,
|
||||
"amplifier": 0,
|
||||
"show_particles":false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cooldown": 600,
|
||||
"hud_render": {
|
||||
"should_render": true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":10,
|
||||
"inverted":true
|
||||
},
|
||||
"name":"Solar Revealing",
|
||||
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability. What an eyesore."
|
||||
}
|
||||
Reference in New Issue
Block a user