added aspects, added dendro
This commit is contained in:
16
bin/main/data/aspects/origins/dendro.json
Normal file
16
bin/main/data/aspects/origins/dendro.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:wheat_seeds"
|
||||
},
|
||||
"name": "Dendro",
|
||||
"description": "Lovers of art, nature and all things beautiful, Dendro types certainly are a unique breed."
|
||||
}
|
||||
14
bin/main/data/aspects/origins/geo.json
Normal file
14
bin/main/data/aspects/origins/geo.json
Normal 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."
|
||||
}
|
||||
15
bin/main/data/aspects/origins/ordo.json
Normal file
15
bin/main/data/aspects/origins/ordo.json
Normal 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."
|
||||
}
|
||||
14
bin/main/data/aspects/origins/perditio.json
Normal file
14
bin/main/data/aspects/origins/perditio.json
Normal 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."
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user