Initial commit
This commit is contained in:
12
bin/main/data/aspects/origin_layers/elements.json
Normal file
12
bin/main/data/aspects/origin_layers/elements.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"order": -1,
|
||||
"origins": [
|
||||
"aspects:anemo",
|
||||
"aspects:hydro",
|
||||
"aspects:geo",
|
||||
"aspects:pyro",
|
||||
"aspects:ordo",
|
||||
"aspects:perditio"
|
||||
],
|
||||
"name": "Aspect"
|
||||
}
|
||||
48
bin/main/data/aspects/origin_layers/origins.json
Normal file
48
bin/main/data/aspects/origin_layers/origins.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user