Files
Aspects-Celestia-Compat/build/resources/main/data/aspects/powers/solus_primary.json
Fishplex 796e443e07 General quality update
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
2022-06-06 15:11:57 -03:00

29 lines
1.0 KiB
JSON

{
"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": 100,
"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
},
"key":"key.origins.ternary_active",
"name":"Solar Revealing",
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability [Ternary] key. What an eyesore."
}