cosmetic fixes
This commit is contained in:
14
build/resources/main/data/aspects/origins/anemo.json
Normal file
14
build/resources/main/data/aspects/origins/anemo.json
Normal 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."
|
||||
}
|
||||
13
build/resources/main/data/aspects/origins/cryo.json
Normal file
13
build/resources/main/data/aspects/origins/cryo.json
Normal 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."
|
||||
}
|
||||
13
build/resources/main/data/aspects/origins/hydro.json
Normal file
13
build/resources/main/data/aspects/origins/hydro.json
Normal 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."
|
||||
}
|
||||
13
build/resources/main/data/aspects/origins/ignis.json
Normal file
13
build/resources/main/data/aspects/origins/ignis.json
Normal 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."
|
||||
}
|
||||
14
build/resources/main/data/aspects/origins/pyro.json
Normal file
14
build/resources/main/data/aspects/origins/pyro.json
Normal 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"
|
||||
}
|
||||
13
build/resources/main/data/aspects/origins/tempus.json
Normal file
13
build/resources/main/data/aspects/origins/tempus.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user