Reinterpret the released tertiary elements and simplify for generation of affinities

This commit is contained in:
Feufochmar 2020-03-19 11:06:14 +01:00
parent f5a5307d26
commit 1539f97a95
1 changed files with 34 additions and 43 deletions

View File

@ -176,7 +176,25 @@
],
"tertiary": [
{
"components": ["Poison", "Air"],
"components": ["Water", "PSI"],
"result": {
"name": "Paint",
"affinity-description": "a Paint affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Earth", "Poison"],
"result": {
"name": "Quicksilver",
"affinity-description": "a Quicksilver affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Air", "Poison"],
"result": {
"name": "Miasma",
"affinity-description": "a Miasma affinity",
@ -185,10 +203,19 @@
}
},
{
"components": ["Aura", "Poison"],
"components": ["Spirit", "Aura"],
"result": {
"name": "Ichor",
"affinity-description": "an Ichor affinity",
"name": "Steam",
"affinity-description": "a Steam affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Spirit", "Ice"],
"result": {
"name": "Lock",
"affinity-description": "a Lock affinity",
"related-nouns": [],
"related-adjectives": []
}
@ -203,46 +230,10 @@
}
},
{
"components": ["Fire", "Water", "Spirit"],
"components": ["Aura", "Poison"],
"result": {
"name": "Steam",
"affinity-description": "a Steam affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Spirit", "Water", "Spirit"],
"result": {
"name": "Paint",
"affinity-description": "a Paint affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Poison", "Earth"],
"result": {
"name": "Quicksilver",
"affinity-description": "a Quicksilver affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Ice", "Spirit"],
"result": {
"name": "Lock",
"affinity-description": "a Lock affinity",
"related-nouns": [],
"related-adjectives": []
}
},
{
"components": ["Poison", "Earth"],
"result": {
"name": "Mercury",
"affinity-description": "a Mercury affinity",
"name": "Ichor",
"affinity-description": "an Ichor affinity",
"related-nouns": [],
"related-adjectives": []
}