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

30 lines
870 B
JSON

{
"type": "origins:active_self",
"entity_action": {
"type":"origins:and",
"actions":[
{
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:resistance",
"duration": 700,
"amplifier": 3
}
},
{
"type":"origins:execute_command",
"command":"function aspects:magma_resistance"
}
]
},
"key": "key.origins.quaternary_active",
"cooldown": 1400,
"name":"Magmaskin",
"description":"With your secondary ability [Quaternary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
"bar_index":7,
"should_render": true
}
}