Files
Aspects-Celestia-Compat/bin/main/data/aspects/powers/dendro_secondary.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

28 lines
885 B
JSON

{
"type": "origins:active_self",
"entity_action": {
"type": "origins:and",
"actions": [
{
"type": "origins:execute_command",
"command": "function aspects:summon_golems"
},
{
"type": "origins:trigger_cooldown",
"power": "aspects:golem_resource"
}
]
},
"cooldown": 3400,
"hud_render": {
"should_render": true,
"inverted": true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
"bar_index":8
},
"key": {
"key": "key.origins.quaternary_active"
},
"name":"Friendly Assistance",
"description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quaternary] key."
}