diff --git a/aspects/color/aversio.png b/aspects/color/aversio.png new file mode 100644 index 0000000..08504b0 Binary files /dev/null and b/aspects/color/aversio.png differ diff --git a/aspects/color/praemundio.png b/aspects/color/praemundio.png new file mode 100644 index 0000000..f6cbf52 Binary files /dev/null and b/aspects/color/praemundio.png differ diff --git a/aspects/mono/aversio.png b/aspects/mono/aversio.png new file mode 100644 index 0000000..7e851ee Binary files /dev/null and b/aspects/mono/aversio.png differ diff --git a/aspects/mono/praemundio.png b/aspects/mono/praemundio.png new file mode 100644 index 0000000..cee9e03 Binary files /dev/null and b/aspects/mono/praemundio.png differ diff --git a/translation_dictionary.js b/translation_dictionary.js index c713e9c..42e929a 100644 --- a/translation_dictionary.js +++ b/translation_dictionary.js @@ -41,10 +41,12 @@ var translate = { "mine": "perfodio", "tool": "instrumentum", "weapon": "telum", + "aversion": "aversio", "armor": "tutamen", + "protect": "praemundio", "hunger": "fames", "greed": "lucrum", - "greed2": "desiderium", + "desire": "desiderium", "craft": "fabrico", "cloth": "pannus", "mechanism": "machina", diff --git a/version_dictionary.js b/version_dictionary.js index 1d973fa..6c72541 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -283,10 +283,10 @@ var version_dictionary = { "combinations": { "eldritch": ["void", "darkness"], "aura": ["energy", "air"], - "weapon": ["soul", "entropy"], + "aversion": ["soul", "entropy"], "beast": ["motion", "life"], "mind": ["fire", "soul"], - "greed2": ["soul", "void"], + "desire": ["soul", "void"], "undead": ["motion", "death"], "craft": ["exchange", "tool"], "cold": ["fire", "entropy"], @@ -300,7 +300,7 @@ var version_dictionary = { "motion": ["air", "order"], "exchange": ["entropy", "order"], "energy": ["order", "fire"], - "armor": ["soul", "earth"], + "protect": ["soul", "earth"], "senses": ["air", "soul"], "soul": ["life", "death"], "darkness": ["void", "light"],