cosmetic fixes

This commit is contained in:
missingbinary
2021-12-12 18:23:44 -04:00
parent 6da8038056
commit 2587a6a79e
121 changed files with 4763 additions and 2697 deletions

View File

@@ -0,0 +1,14 @@
{
"powers": [
"aspects:fleet_footed",
"aspects:negate_fall_damage",
"aspects:chained",
"aspects:windborn",
"aspects:wise"
],
"icon": {
"item": "aspects:anemo_feather"
},
"name": "Anemo",
"description": "Anemo users are light on their feet, freeform in combat and wanderers by nature."
}

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:cold_biomes",
"aspects:frost_walker",
"aspects:cryo_primary",
"aspects:cryo_secondary"
],
"icon": {
"item": "minecraft:snowball"
},
"name": "Cryo",
"description": "Cold, calculating and precise, Cryo types always get the job done."
}

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:water_breathing",
"aspects:constitution",
"aspects:fire_damage",
"aspects:waterborn"
],
"icon": {
"item": "aspects:hydro_kelp"
},
"name": "Hydro",
"description": "Fluid and ever-changing, Hydro users are flexible and aware of the intent behind the actions of their enemies in order to better defy them."
}

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:hot_biomes",
"aspects:ignis_primary",
"aspects:ignis_secondary",
"aspects:fire_strength"
],
"icon": {
"item": "minecraft:fire_charge"
},
"name": "Ignis",
"description": "Full of energy and power, Ignis types are certainly the life of the party."
}

View File

@@ -0,0 +1,14 @@
{
"powers": [
"aspects:fire_immunity",
"aspects:nether_buff",
"aspects:water_damage",
"aspects:lava_vision",
"aspects:flameborn"
],
"icon": {
"item": "aspects:pyro_fire"
},
"name": "Pyro",
"description": "fire go weeee"
}

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:fleet",
"aspects:storm_strength",
"aspects:tempus_primary",
"aspects:tempus_secondary"
],
"icon": {
"item": "minecraft:amethyst_shard"
},
"name": "Tempus",
"description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads."
}