Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/luna_secondary.json
2021-12-14 14:56:04 -04:00

25 lines
709 B
JSON

{
"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.quaternary_active"
},
"name":"Dark Shroud",
"description":"With your secondary ability, you can disperse a shroud of wither with your [Quaternary] key."
}