Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b808090
Update version_dictionary.js
Ralileo16 May 4, 2016
a81cb60
Update version_dictionary.js
Ralileo16 May 5, 2016
faf984e
Update version_dictionary.js
Ralileo16 May 6, 2016
9a42eb3
Update version_dictionary.js
Ralileo16 May 6, 2016
ebe3911
Update version_dictionary.js
Ralileo16 May 6, 2016
516b147
Update version_dictionary.js
Ralileo16 May 7, 2016
b56c1b1
Update version_dictionary.js
Ralileo16 May 7, 2016
8392e45
Update version_dictionary.js
Ralileo16 May 7, 2016
fb38f33
Update version_dictionary.js
Ralileo16 May 7, 2016
fb76c93
Update version_dictionary.js
Ralileo16 May 7, 2016
a88121c
Update version_dictionary.js
Ralileo16 May 7, 2016
f714075
Update version_dictionary.js
Ralileo16 May 7, 2016
fe8171d
Update version_dictionary.js
Ralileo16 May 7, 2016
c64e839
Update version_dictionary.js
Ralileo16 May 7, 2016
4c52f0a
Update version_dictionary.js
Ralileo16 May 7, 2016
fa61f15
Update version_dictionary.js
Ralileo16 May 7, 2016
a682c20
Update version_dictionary.js
Ralileo16 May 7, 2016
2fb2482
Update version_dictionary.js
Ralileo16 May 7, 2016
595a174
Update version_dictionary.js
Ralileo16 May 7, 2016
824b05c
Update version_dictionary.js
Ralileo16 May 7, 2016
28fc546
Update version_dictionary.js
Ralileo16 May 7, 2016
7f38c46
Update version_dictionary.js
Ralileo16 May 7, 2016
84499db
Update version_dictionary.js
Ralileo16 May 7, 2016
486c7d4
Update version_dictionary.js
Ralileo16 May 8, 2016
b54f264
Update tcresearch.js
Ralileo16 May 9, 2016
4e5798b
Update README.md
Ralileo16 May 18, 2016
a847340
Update index.html
Ralileo16 May 18, 2016
6a52215
Update index.html
Ralileo16 May 18, 2016
be68fd8
Update index.html
Ralileo16 May 18, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Thaumcraft 4.1 Research Helper
Thaumcraft 5.2 Research Helper
==========

[Link](http://ythri.github.io/tcresearch/)
[Link](http://ralileo16.github.io/tcresearch/)

This script helps you with your Thaumcraft 4.1 research. If you have a research note with two aspects that you don't
This script helps you with your Thaumcraft 5.2 research. If you have a research note with two aspects that you don't
know how to connect, simply choose them in the dropdown list above (From: and To:). Additionally, choose the minimum
number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between
them, choose the value 2 for Min. Steps. Then click Find Connection and the script will search for the shortest path
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Thaumcraft 4.x-5.x Research Helper</title>
<title>Thaumcraft 5.2 Research Helper</title>
<script type="text/javascript" src="buckets-minified.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
Expand All @@ -21,7 +21,7 @@
</style>
</head>
<body>
<h2>Thaumcraft 4.x-5.x Research Helper</h2>
<h2>Thaumcraft 5.2 Research Helper</h2>
<div id="combination_box"><div id="left"></div><span class="operator">+</span><div id="right"></div><span class="operator">=</span><div id="equals"></div></div>
<table>
<tr>
Expand All @@ -40,8 +40,8 @@ <h2>Thaumcraft 4.x-5.x Research Helper</h2>
</table>

<h3 style="margin-top:10px">Help</h3>
<p>This script helps you with your Thaumcraft 4.x research. If you have a research note with two aspects that you don't know how to connect, simply choose them in the dropdown list above (<strong>From:</strong> and <strong>To:</strong>). Additionally, choose the minimum number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between them, choose the value 2 for <strong>Min. Steps</strong>. Then click <strong>Find Connection</strong> and the script will search for the shortest path (well, with at least the minimum length) that connects the two aspects. Note that sometimes the length of any path is longer then the given minimum, but this should not be a problem for your research note.</p>
<p>This script helps you with your Thaumcraft 5.2 research. If you have a research note with two aspects that you don't know how to connect, simply choose them in the dropdown list above (<strong>From:</strong> and <strong>To:</strong>). Additionally, choose the minimum number of steps between those two aspects. If in your research note, the two aspects have two blank spaces between them, choose the value 2 for <strong>Min. Steps</strong>. Then click <strong>Find Connection</strong> and the script will search for the shortest path (well, with at least the minimum length) that connects the two aspects. Note that sometimes the length of any path is longer then the given minimum, but this should not be a problem for your research note.</p>
<p>If you are unhappy with the path you got, because you do not have access to those aspects yet or they are quite rare, simply disable those aspects from <strong>Available Aspects:</strong>. The script will then try to find paths without these. Note that this may cause the path to grow longer. If too many aspects are disabled and there are no paths left without any of those, the script will try to find the shortest path using the minimal number of disabled aspects.</p>
<p style="size:small;color:#666;margin-top:10px;">This work is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/" style="color:#55a;">Creative Commons Attribution 4.0 License</a>. Sources can be found in the <a href="https://github.com/ythri/tcresearch/tree/gh-pages" style="color:#55a;">github repository</a>.</p>
<p style="size:small;color:#666;margin-top:10px;">This work is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/" style="color:#55a;">Creative Commons Attribution 4.0 License</a>. Sources can be found in the <a href="https://github.com/ralileo16/tcresearch/tree/gh-pages" style="color:#55a;">github repository</a>.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion tcresearch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$(function(){
var latest_version = "5.1.3";
var latest_version = "5.2";
$.each(version_dictionary, function(key,version){
$("#version").append("<option value="+key+">"+key+"</option>");
});
Expand Down
48 changes: 48 additions & 0 deletions version_dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,53 @@ var version_dictionary = {
"crystal": ["earth", "air"],
"flight": ["air", "motion"]
}
},
"5.2": {
"base_aspects":[
"air",
"earth",
"fire",
"water",
"order",
"entropy"
],
"combinations": {
"craft": ["man", "tool"],
"greed": ["man", "hunger"],
"eldritch": ["void", "darkness"],
"aura": ["magic", "air"],
"weapon": ["tool", "fire"],
"beast": ["motion", "life"],
"mind": ["fire", "soul"],
"undead": ["motion", "death"],
"cold": ["fire", "entropy"],
"plant": ["life", "earth"],
"man": ["mind", "beast"],
"tool": ["man", "order"],
"light": ["air", "fire"],
"mechanism": ["motion", "tool"],
"metal": ["earth", "crystal"],
"death": ["life", "entropy"],
"motion": ["air", "order"],
"exchange": ["entropy", "order"],
"energy": ["order", "fire"],
"armor": ["tool", "earth"],
"cloth": ["tool", "beast"],
"senses": ["air", "soul"],
"soul": ["life", "death"],
"darkness": ["void", "light"],
"void": ["air", "entropy"],
"life": ["water", "earth"],
"trap": ["motion", "entropy"],
"magic": ["energy", "void"],
"taint": ["energy", "entropy"],
"crystal": ["earth", "order"],
"tree": ["plant", "air"],
"travel": ["motion", "earth"],
"crop": ["plant", "man"],
"mine": ["man", "earth"],
"heal": ["life", "order"],
"flight": ["air", "motion"]
}
}
};