Initial commit

This commit is contained in:
missingbinary
2021-12-11 13:27:36 -04:00
commit 1a630355c9
571 changed files with 9411 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:fleet_footed",
"aspects:negate_fall_damage",
"aspects:chained",
"aspects:windborn"
],
"icon": {
"item": "minecraft:zombie_head"
},
"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:zombie_head"
},
"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": "minecraft:zombie_head"
},
"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."
}