changing keybinds
This commit is contained in:
25
build/resources/main/data/aspects/powers/luna_secondary.json
Normal file
25
build/resources/main/data/aspects/powers/luna_secondary.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type": "origins:spawn_effect_cloud",
|
||||
"radius": 10.0,
|
||||
"wait_time": 40,
|
||||
"effect": {
|
||||
"effect": "minecraft:wither",
|
||||
"amplifier": 3,
|
||||
"duration": 20
|
||||
}
|
||||
},
|
||||
"cooldown": 1400,
|
||||
"hud_render": {
|
||||
"should_render": true,
|
||||
"inverted":true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":9
|
||||
},
|
||||
"key": {
|
||||
"key": "key.origins.secondary_active"
|
||||
},
|
||||
"name":"Dark Shroud",
|
||||
"description":"With your secondary ability, you can disperse a shroud of wither."
|
||||
}
|
||||
Reference in New Issue
Block a user