changing keybinds
This commit is contained in:
32
bin/main/data/aspects/powers/navitas_secondary.json
Normal file
32
bin/main/data/aspects/powers/navitas_secondary.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type":"origins:and",
|
||||
"actions":[
|
||||
{
|
||||
"type": "origins:give",
|
||||
"stack": {
|
||||
"item": "minecraft:tnt",
|
||||
"amount": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "origins:give",
|
||||
"stack": {
|
||||
"item": "minecraft:fire_charge",
|
||||
"amount": 7
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"key": "key.origins.quaternary_active",
|
||||
"cooldown": 1400,
|
||||
"name":"Bam",
|
||||
"description":"Using your evil little powers, you can grant yourself exactly eight precious blocks to TNT and eight weapons of destruction - fire charges.",
|
||||
"hud_render": {
|
||||
"inverted":true,
|
||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||
"bar_index":5,
|
||||
"should_render": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user