Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Update version_dictionary.js for version 4.1.1.14 #26

Merged
merged 2 commits into from
May 27, 2014

Conversation

rjenkins8142
Copy link
Contributor

Added updated aspect list for 4.1.1.14 (latest as of this moment)

Added updated aspect list for 4.1.1.14 (latest as of this moment)
@Smashman
Copy link
Collaborator

This looks good, though you have missed updating the latest version within the main file: https://github.com/ythri/tcresearch/blob/gh-pages/tcresearch.js

Also could you show some proof regarding the changes, thanks.

@rjenkins8142
Copy link
Contributor Author

Proof? I verified by hovering in-game. But a quick decompile shows:

  public static final Aspect AIR = new Aspect("aer", 16777086, "e", 1);
  public static final Aspect EARTH = new Aspect("terra", 5685248, "2", 1);
  public static final Aspect FIRE = new Aspect("ignis", 16734721, "c", 1);
  public static final Aspect WATER = new Aspect("aqua", 3986684, "3", 1);
  public static final Aspect ORDER = new Aspect("ordo", 14013676, "7", 1);
  public static final Aspect ENTROPY = new Aspect("perditio", 4210752, "8", 771);

  public static final Aspect VOID = new Aspect("vacuos", 8947848, new Aspect[] { AIR, ENTROPY }, 771);
  public static final Aspect LIGHT = new Aspect("lux", 16774755, new Aspect[] { AIR, FIRE });
  public static final Aspect WEATHER = new Aspect("tempestas", 16777215, new Aspect[] { AIR, WATER });
  public static final Aspect MOTION = new Aspect("motus", 13487348, new Aspect[] { AIR, ORDER });
  public static final Aspect COLD = new Aspect("gelum", 14811135, new Aspect[] { FIRE, ENTROPY });
  public static final Aspect CRYSTAL = new Aspect("vitreus", 8454143, new Aspect[] { EARTH, ORDER });
  public static final Aspect LIFE = new Aspect("victus", 14548997, new Aspect[] { WATER, EARTH });
  public static final Aspect POISON = new Aspect("venenum", 9039872, new Aspect[] { WATER, ENTROPY });
  public static final Aspect ENERGY = new Aspect("potentia", 12648447, new Aspect[] { ORDER, FIRE });
  public static final Aspect EXCHANGE = new Aspect("permutatio", 5735255, new Aspect[] { ENTROPY, ORDER });

  public static final Aspect METAL = new Aspect("metallum", 11908557, new Aspect[] { EARTH, CRYSTAL });
  public static final Aspect DEATH = new Aspect("mortuus", 8943496, new Aspect[] { LIFE, ENTROPY });
  public static final Aspect FLIGHT = new Aspect("volatus", 15198167, new Aspect[] { AIR, MOTION });
  public static final Aspect DARKNESS = new Aspect("tenebrae", 2236962, new Aspect[] { VOID, LIGHT });
  public static final Aspect SOUL = new Aspect("spiritus", 15461371, new Aspect[] { LIFE, DEATH });
  public static final Aspect HEAL = new Aspect("sano", 16723764, new Aspect[] { LIFE, ORDER });
  public static final Aspect TRAVEL = new Aspect("iter", 14702683, new Aspect[] { MOTION, EARTH });
  public static final Aspect ELDRITCH = new Aspect("alienis", 8409216, new Aspect[] { VOID, DARKNESS });
  public static final Aspect MAGIC = new Aspect("praecantatio", 9896128, new Aspect[] { VOID, ENERGY });
  public static final Aspect AURA = new Aspect("auram", 16761087, new Aspect[] { MAGIC, AIR });
  public static final Aspect TAINT = new Aspect("vitium", 8388736, new Aspect[] { MAGIC, ENTROPY });
  public static final Aspect SLIME = new Aspect("limus", 129024, new Aspect[] { LIFE, WATER });
  public static final Aspect PLANT = new Aspect("herba", 109568, new Aspect[] { LIFE, EARTH });
  public static final Aspect TREE = new Aspect("arbor", 8873265, new Aspect[] { AIR, PLANT });
  public static final Aspect BEAST = new Aspect("bestia", 10445833, new Aspect[] { MOTION, LIFE });
  public static final Aspect FLESH = new Aspect("corpus", 15615885, new Aspect[] { DEATH, BEAST });
  public static final Aspect UNDEAD = new Aspect("exanimis", 3817472, new Aspect[] { MOTION, DEATH });
  public static final Aspect MIND = new Aspect("cognitio", 16761523, new Aspect[] { EARTH, SOUL });
  public static final Aspect SENSES = new Aspect("sensus", 1038847, new Aspect[] { AIR, SOUL });
  public static final Aspect MAN = new Aspect("humanus", 16766912, new Aspect[] { BEAST, MIND });
  public static final Aspect CROP = new Aspect("messis", 14791537, new Aspect[] { PLANT, MAN });
  public static final Aspect MINE = new Aspect("perfodio", 14471896, new Aspect[] { MAN, EARTH });
  public static final Aspect TOOL = new Aspect("instrumentum", 4210926, new Aspect[] { MAN, ORDER });
  public static final Aspect HARVEST = new Aspect("meto", 15641986, new Aspect[] { CROP, TOOL });
  public static final Aspect WEAPON = new Aspect("telum", 12603472, new Aspect[] { TOOL, ENTROPY });
  public static final Aspect ARMOR = new Aspect("tutamen", 49344, new Aspect[] { TOOL, EARTH });
  public static final Aspect HUNGER = new Aspect("fames", 10093317, new Aspect[] { LIFE, VOID });
  public static final Aspect GREED = new Aspect("lucrum", 15121988, new Aspect[] { MAN, HUNGER });
  public static final Aspect CRAFT = new Aspect("fabrico", 8428928, new Aspect[] { MAN, TOOL });
  public static final Aspect CLOTH = new Aspect("pannus", 15395522, new Aspect[] { TOOL, BEAST });
  public static final Aspect MECHANISM = new Aspect("machina", 8421536, new Aspect[] { MOTION, TOOL });
  public static final Aspect TRAP = new Aspect("vinculum", 10125440, new Aspect[] { MOTION, ENTROPY });

@rjenkins8142
Copy link
Contributor Author

Changed latest to 4.1.1.14 in tcsresearch.js

@Smashman
Copy link
Collaborator

Great! 👍

@Smashman Smashman closed this May 27, 2014
@Smashman Smashman reopened this May 27, 2014
Smashman added a commit that referenced this pull request May 27, 2014
Update version_dictionary.js for version 4.1.1.14
@Smashman Smashman merged commit ab3d7c3 into ythri:gh-pages May 27, 2014
@rjenkins8142 rjenkins8142 deleted the patch-1 branch May 27, 2014 18:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants