change from greed to desire, added aversion and protect instead of weapon and armor

This commit is contained in:
ythri
2016-01-21 15:41:57 +01:00
parent 684b8d89cb
commit f8fb7d7aee
6 changed files with 6 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+3 -1
View File
@@ -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",
+3 -3
View File
@@ -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"],