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,12 @@
{
"order": -1,
"origins": [
"aspects:anemo",
"aspects:hydro",
"aspects:geo",
"aspects:pyro",
"aspects:ordo",
"aspects:perditio"
],
"name": "Aspect"
}

View File

@@ -0,0 +1,48 @@
{
"order": 1,
"origins": [
{
"condition": {
"type": "origins:origin",
"origin": "aspects:pyro",
"layer": "aspects:elements"
},
"origins": [
"aspects:human",
"aspects:magmus",
"aspects:ignis",
"aspects:navitas"
]
},
{
"condition": {
"type": "origins:origin",
"origin": "aspects:hydro",
"layer": "aspects:elements"
},
"origins": [
"aspects:cryo",
"aspects:human",
"aspects:altum",
"aspects:aquatillis"
]
},
{
"condition": {
"type":"origins:origin",
"origin":"aspects:anemo",
"layer":"aspects:elements"
},
"origins": [
"aspects:human",
"aspects:tempus",
"aspects:avis",
"aspects:sophos",
"icarus:icarae"
]
}
],
"name": "Type",
"replace":true
}