diff --git a/translation_dictionary.js b/translation_dictionary.js index 8550900e..e5c9cd01 100644 --- a/translation_dictionary.js +++ b/translation_dictionary.js @@ -61,5 +61,7 @@ var translate = { "magnetism": "magneto", "cheatiness": "nebrisum", "radioactivity": "radio", - "stupidity": "stronito" + "stupidity": "stronito", + "aversion":"aversio", + "wish":"desiderium" }; diff --git a/version_dictionary.js b/version_dictionary.js index b524cf1b..5418cfc5 100644 --- a/version_dictionary.js +++ b/version_dictionary.js @@ -270,5 +270,46 @@ var version_dictionary = { "crystal": ["earth", "order"], "flight": ["air", "motion"] } - } + }, + "5.0.3": { + "base_aspects":[ + "air", + "earth", + "fire", + "water", + "order", + "entropy" + ], + "combinations":{ + "eldritch": ["void", "darkness"], + "aura": ["energy", "air"], + "aversion": ["entropy", "soul"], + "beast": ["motion", "life"], + "mind": ["fire", "soul"], + "wish": ["soul", "void"], + "undead": ["motion", "death"], + "craft": ["exchange", "tool"], + "cold": ["fire", "entropy"], + "plant": ["life", "earth"], + "man": ["soul", "life"], + "tool": ["metal", "energy"], + "light": ["air", "fire"], + "mechanism": ["motion", "tool"], + "metal": ["earth", "order"], + "death": ["water", "entropy"], + "motion": ["air", "order"], + "exchange": ["entropy", "order"], + "energy": ["order", "fire"], + "armor": ["soul", "earth"], + "senses": ["air", "soul"], + "soul": ["life", "death"], + "darkness": ["void", "light"], + "void": ["air", "entropy"], + "life": ["water", "earth"], + "trap": ["motion", "entropy"], + "taint": ["energy", "entropy"], + "crystal": ["earth", "air"], + "flight": ["air", "motion"] + } + } };