added support for extra keybinds
This commit is contained in:
16
build/resources/main/data/aspects/origins/altum.json
Normal file
16
build/resources/main/data/aspects/origins/altum.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"powers": [
|
||||
"aspects:flower_regen",
|
||||
"aspects:bonemeal",
|
||||
"aspects:grass_speed",
|
||||
"aspects:dendro_primary",
|
||||
"aspects:dendro_secondary",
|
||||
"aspects:poison_resistance",
|
||||
"aspects:suspicious_substance"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:water_bottle"
|
||||
},
|
||||
"name": "§3Altum",
|
||||
"description": "WAaAA."
|
||||
}
|
||||
9
build/resources/main/data/aspects/origins/imp.json
Normal file
9
build/resources/main/data/aspects/origins/imp.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"powers": [
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:porkchop"
|
||||
},
|
||||
"name": "Imp",
|
||||
"description": "Mere Imps who are derived of an Aspect, but have no Type. How unfortunate."
|
||||
}
|
||||
14
build/resources/main/data/aspects/origins/magmus.json
Normal file
14
build/resources/main/data/aspects/origins/magmus.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"powers": [
|
||||
"aspects:magma_regen",
|
||||
"aspects:knockback_resistance",
|
||||
"aspects:increased_health",
|
||||
"aspects:magmus_primary",
|
||||
"aspects:magmus_secondary"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:magma_block"
|
||||
},
|
||||
"name": "§4Magmus",
|
||||
"description": "The most physically strong of the Pyro aspect, Magmus users are juggernauts in nature."
|
||||
}
|
||||
13
build/resources/main/data/aspects/origins/navitas.json
Normal file
13
build/resources/main/data/aspects/origins/navitas.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"powers": [
|
||||
"aspects:explosion_immunity",
|
||||
"aspects:impish_speed",
|
||||
"aspects:navitas_primary",
|
||||
"aspects:navitas_secondary"
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:firework_star"
|
||||
},
|
||||
"name": "§eNavitas",
|
||||
"description": "Navitas users are real firecrackers, and always seem to have a trick hidden up their sleeve."
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"powers": [
|
||||
"aspects:fire_resistance",
|
||||
"aspects:holy_flame",
|
||||
"aspects:sunbaked",
|
||||
"aspects:sun_bar",
|
||||
"aspects:decay",
|
||||
|
||||
9
build/resources/main/data/aspects/origins/vacuos.json
Normal file
9
build/resources/main/data/aspects/origins/vacuos.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"powers": [
|
||||
],
|
||||
"icon": {
|
||||
"item": "minecraft:bedrock"
|
||||
},
|
||||
"name": "Vacuos",
|
||||
"description": "Devoid of any Aspect, Vacuos are beings of nothingness."
|
||||
}
|
||||
Reference in New Issue
Block a user