added aspects, added dendro

This commit is contained in:
missingbinary
2021-12-13 11:14:52 -04:00
parent 2587a6a79e
commit 5de75636bd
128 changed files with 5694 additions and 3349 deletions

View 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:wheat_seeds"
},
"name": "Dendro",
"description": "Lovers of art, nature and all things beautiful, Dendro types certainly are a unique breed."
}

View File

@@ -0,0 +1,14 @@
{
"powers": [
"aspects:heavy_as_stone",
"aspects:resistance",
"aspects:explosion_damage",
"aspects:earthborn",
"aspects:deepdweller"
],
"icon": {
"item": "aspects:geo_diamond"
},
"name": "Geo",
"description": "Down-to-earth and grounded, Geo users are all about stability and functionality."
}

View File

@@ -0,0 +1,15 @@
{
"powers": [
"aspects:holy_light",
"aspects:positive_influence",
"aspects:darkness_damage",
"aspects:night_aversion",
"aspects:holy",
"aspects:lightborn"
],
"icon": {
"item": "aspects:ordo_star"
},
"name": "Ordo",
"description": "Vigilant and organized, Ordo users are kind, diligent and natural leaders."
}

View File

@@ -0,0 +1,14 @@
{
"powers": [
"aspects:void",
"aspects:undead",
"aspects:night_strength",
"aspects:day_aversion",
"aspects:voidborn"
],
"icon": {
"item": "aspects:perditio_bone"
},
"name": "Perditio",
"description": "Shrouded in darkness and mystery, Perditio users are unique magical beings said to be derived from the void."
}

View File

@@ -10,5 +10,5 @@
"item": "aspects:pyro_fire"
},
"name": "Pyro",
"description": "fire go weeee"
"description": "Pyro users are certainly lively. The rebels of the group, they are always brimming with new ideas and drive for adventure."
}