changing keybinds
This commit is contained in:
30
bin/main/data/aspects/powers/magmus_secondary.json
Normal file
30
bin/main/data/aspects/powers/magmus_secondary.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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, you may grant yourself a highly amplified resistance effect.",
|
||||
"hud_render": {
|
||||
"inverted":true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
|
||||
"bar_index":8,
|
||||
"should_render": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user