mirror of
https://github.com/wassname/tcresearch.git
synced 2026-09-09 11:38:27 +08:00
change from greed to desire, added aversion and protect instead of weapon and armor
This commit is contained in:
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 |
@@ -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",
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user