From 4a6332a98cab04dbd32aab52ceee4d1d687d5288 Mon Sep 17 00:00:00 2001 From: xgXFd9ct Date: Sat, 14 Nov 2015 16:54:57 +1100 Subject: [PATCH 1/2] Added Thaumcraft 5 data I might've missed a few. --- version_dictionary.js | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) 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"] + } + } }; From dfeea302366ed9a914854626ba2b6b86924f2205 Mon Sep 17 00:00:00 2001 From: xgXFd9ct Date: Sat, 14 Nov 2015 16:57:09 +1100 Subject: [PATCH 2/2] Added Thaumcraft 5 data aversio -> aversion desiderium -> wish --- translation_dictionary.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" };